Their dose not seem to be many questions regarding terrain creation. I read over the wiki page and well, it really dose not help. I want to know how to create a map not how I can go about making sure my map is good. Would be nice if the guide was a bit more technically in depth. So few questions and hopefully that will help others. * Is Drive using a height map? If so where is it usually saved as I can not seem to find the height map for GridMap which is what I am using to learn with. * If it dose not use a height map do I need to use torque 3d engine to create maps? * When looking at the .ter files for map there seems to be a lot in them could we maybe have a break down of that, I probably could learn it over the course of a few weeks but a simple break down would help a lot. I suppose if anyone else has questions probably add it to this thread, and maybe try to consolidate the questions a bit. Thanks for your response in advance. Also the game is amazing cheers.
Hi, BeamNG DRIVE uses a .ter file to store all of the terrain information, this file is only able to be read by Torque3D/BeamNG. You can import and export to commonly read PNG files from within the game though; open up a map and choose file/export terrain heightmap, pick an output folder, choose the terrain from the list there and press export. It will generate a bunch of layer files (a black and white mask for the texture/ground model layers) and a heightmap. - note, the heightmap export from the game isn't very good at the moment and you will lose a little bit of information in the output file, kind of like jpeg compression. You can either use the internal T3D tools in the editor for heightmap editing or an external program like L3DT or Earth Sculptor (I use L3DT). I recommend using an external program as the internal tools aren't very good atm. I hope this helps