Detailed Mapping Guide/Tips - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Tutorials (https://forum.open.mp/forumdisplay.php?fid=37) --- Thread: Detailed Mapping Guide/Tips (/showthread.php?tid=990) |
Detailed Mapping Guide/Tips - Uproar - 2020-02-15 Hello everyone, this guide was posted back in April 2018 on the SAMP forum- but since I can't acces it from where I live, I'll be reposting it here. Many of you want to start mapping, but lack either the motivation or the ideas. Here in this thread, I'm going to list some tips, some commonly known bugs, useful objects and such. Quote:You need to have a criticism sense, I know your map is like your baby and you think its all beautiful and stuff, but its not. You need to get over this mentality and judge your map objectively.This thread mainly is about roleplay maps but some tips can come in handy with all types of maps
Map Editor Choice
This is completely your own choice.
Object Choice and Placement
Coming to the objects, you need to have a really good imagination and creativity. In Texture Studio, you can still edit textures and make them look almost completely different! But in map editors without texture support, this can be a nightmare. You can also edit textures in the code with SetObjectMaterial but it isn't easy, neither do I know more about scripting. For object and texture IDs, use this website.
I'll list below how to use that website.
If you're placing two object side by side or very near to make one big object, make sure they don't overlap along and become glitchy like below. To avoid it, simply move the second object back by 0.001 along the forward/backward axis (/ox 0.001 or /oy 0.001 in Texture Studio), so it doesn't really look like it's behind but avoids the glitch. Flashhie Wrote:If you place small detailed objects, never place them at a 90 degree angle. Because in real life nobody places the stuff on table perfectly, even if they want it to. And that's right! Have a look at this:- Textures
Textures are a very important part of your map. Good textures can make it look so realistic, believe me. I always placed objects and only used the concrete texture (Index 3 in texture studio) but later I realised how good does proper texturing result in. Again, if you're making a old styled map, use old textures. Mostly wood. Useful Wooden Textures - 223, 229, 230, 288, 301, 1054, 3840. For a modern-themed map, NEVER use plain textures like 8691 to 8705. Use textures that look realistic, you won't want your map to look like a minecraft map, do you? Ever seen plastic walls of a building? No. Use concrete textures. If you still like plain textures, use texture ID 3 and edit the color with /mtcolor. Do not use plain textures. They may look decent with your ENB Shaders but not everyone has ENB, so don't use plain textures at all! Now you can always use /mtcolor to set the color in texture studio. More details about this in the Texture Studio section below. If you wish to find texture of a default GTA object, go here, search for your object and once you get it click on the "Details" button, then click here and you'll get a list of the textures on it. Go to texture studio and use /tsearch [Your texture name] (Remove the square brackets). Using dev.prineside.com
It's really easy. Use the search bar or the categories below to search for an object. Then if you see your object on the screen, click on it, then click on details. To get the textures of that object, click on the .txd file on the right side of your screen. Then go in game and use /tsearch [Texture Name] to search for it. Below is a demonstration. (Sorry for the bad quality, it's because I made it into .gif instead of a YouTube video which will be annoying to open) Below, I'll show you how to get the position(s) of a certain object. For example the pershing square object. Search for it, scroll down and click on "Fullscreen / Position Export" then you'll see the co-ordinates on the right side of your screen. Here is a demonstration of the same:- Searching an Object by position Click on the small location blip icon in the search bar. The San Andreas Map will pop up, click on the location you wish to see the objects near to, and it'll show all of them. Useful Textures Wood textures- 223, 229, 230, 288, 301, 1054, 3840. Glass and window textures- 1123, 3565. I hope you like it.
Questions and suggestions are welcome.
For more help, ask below in a reply.
RE: Detailed Mapping Guide/Tips - Uproar - 2020-02-15 Reserved for future edits. RE: Detailed Mapping Guide/Tips - nittro - 2020-11-05 Thanks you, very good your post, i will use it. RE: Detailed Mapping Guide/Tips - orp.net - 2020-11-06 thank you, good tutorial |