Forums Index >> Modding >> TGE....



Page : <1> :


I made a terr with Tge and followed what directions I could find....I think I am saving the game wrong..I hit the save...close the torque game open TT and copy and paste
the game to the missions file renamed it TT1_12.mis also named the terr same
When I start my dedicated game the start up file says( please rename your terrain file)
and than the whole game shuts down...

When I first made the game it worked on my side only but the terr was covered in F's
so I went back to torque and made sure all naps files were in there and in TT redid
the terrain hit save and I'm now pulling my hair out and grinding the 8,000 dollar
dental job...can someone tell me what is wrong? If it's easier to e-mail me
my e-mail is sheena797@yahoo.com I need details please thanks

 

Sunday, July 17, 2005 at 8:37:18 PM

In the terrain block of the.mission file does it point to the.ter file name you have like 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_12.ter";
squareSize = "8";
tile = "1";
blockShift = "8";
locked = "true";
position = "-1024 -1024 0";

Also after I copy and paste the.mis and.ter from the torque I have to add game/data/ to the target line's. They usually start with ~/missions/terrain/details/detail1"; so I add the game/data/ part.

Here is my terrain block from par 4 right from torque.

New TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "./terrains/details/detail1";
terrainFile = "./par4.ter";
squareSize = "8";
bumpScale = "1";
bumpOffset = "0.01";
zeroBumpScale = "8";
tile = "1";
locked = "true";
position = "-1024 -1024 0";
blockShift = "8";

And here it is with the changes.

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

I'm not sure if this is your problem but give it a go.

 

Last edited: Monday, July 18, 2005 at 3:05:51 AM

Monday, July 18, 2005 at 2:58:14 AM

I'll try it thanks..your always such a big help to me...

 

Monday, July 18, 2005 at 6:15:59 AM

Sheena, you can either post your mission file, or send me both mission and terrain files and I'll try to figure out what's wrong. I just fixed CompUcomp's mod.

Napalm_tt@yahoo.com

 

Monday, July 18, 2005 at 10:15:25 AM

^ Thanks I'll do that

 

Monday, July 18, 2005 at 2:02:24 PM

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