Forums Index >> Modding >> i need help...



Page : <1> :


Ok ive made my new terrain but I cant get it into thinktanks from TGE :(. So could I ask someone to export it or watever you do to make it compatible with TT please?

Mudda aKa ThA BeAsTa (AOD)
"If there was no such thing as pity, I'd feel nothing but contempt for you"

Sunday, March 27, 2005 at 9:47:17 PM

What errors do you find? Anyway... Make a new folder in your TT mission folder and call it "demo". In that new "demo" folder, make a folder called "data". In that new "data" folder, make a new folder called "terrains". Copy all the contents of your ThinkTanks terrains folder (game/data/terrains) to your new "terrains" folder. Try it now. :)

Sunday, March 27, 2005 at 10:07:04 PM

Sorry I meant I made a new map and it doesnt work in TT. It displays the normal message about not having the right content packages and wat not.

Monday, March 28, 2005 at 1:57:46 AM

Run a dedicated server to see what you're missing...most likely, you used TGE's stock textures and forgot to add them to TT.

 

Monday, March 28, 2005 at 2:40:54 AM

Ummmm due to some major accidents using the terminal (cd drive and most applications didnt work), I'm not allowed to go back in it. Sorry but this is y I need someone to convert my new map to thinktanks for me.

Monday, March 28, 2005 at 6:41:04 PM

8o
Go to your mission file. Find the terrain datablock which looks like this:

 


new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "~/data/terrains/details/detail1";
terrainFile = "./TT1_1.ter";
squareSize = "8";
tile = "0";
blockShift = "7";
locked = "false";
position = "-1024 -1024 0";
};

 

Now replace it with this:

 


new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "game/data/missions/terrains/details/detail1";
terrainFile = "game/data/missions/TT1_1.ter";
squareSize = "8";
tile = "1";
blockShift = "8";
locked = "true";
position = "-1024 -1024 0";
};

 


of course put the path of where your mission file is located in the terrain file part of it.


Tuesday, March 29, 2005 at 7:55:48 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald