Forums Index >> Modding >> TER files...
Page : <1> :
I dont know but I would like to see it
Come on does anyone kno this????
I have the same prob. I think it has something to o with the terrain files and where they're placed.
Wat did u use to make the ter
Ok I wasn't going to post because I thought some one would have posted. Any way you have to make it so that the.mis file you are use for that terrain opens it.
EX: if it was TT1_1.mis make it from this:
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "~/data/terrains/details/detail1";
terrainFile = "./TT1_1.ter";
To this:
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "~/data/terrains/details/detail1";
terrainFile = "./my_terrain.ter";
Page : <1> :
Ok I made a terrain, but when I put terrainFile = "game/data/missions/my_terrain.ter"; it doesnt work....... Wat do I do