Forums Index >> Modding >> need help making my medula mesa flat
Page : <1> :
OPen your.mis file and change the squareSize, Effects the size of the terrain (4 = small & steep), (20 = big & flat), (1000 = totally flat) I changed mine to 20.
New TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "game/data/terrains/details/detail1";
terrainFile = "game/data/missions/TT1_4.ter";
squareSize = "20"; <---Here
tile = "0";
blockShift = "7";
locked = "false";
position = "-1024 -1024 0";
Thats the Fleudian Flats mis but works the same. :)
Last edited: Thursday, December 29, 2005 at 7:38:02 AM
Page : <1> :
I did it once but I forgot how..
How do I flatten out my medula mesa so its really wide and really flat? :[