Forums Index >> Modding >> Not quite showing up...
Page : <1> :
Put any of the textures u usen in brave tree in yer mossions folder!!!
trust me it works! :P
Only lethal on days that end with "Y"
Last edited: Sunday, September 18, 2005 at 7:25:47 PM
No, that might not work... Make sure that the links your using are the same... For instance, if your link to textures in TT is "game/data/textures" than that should be your link to textures in TGE... Same applys for abbsolutly everything else. Hope this helps!
^^ is right
Trust me, I know... When I started TGE modding a while back, I only used the textures that came with the TGE demo... It would come out plain white... The reason was is beause that the.ter file was made with TGE, so all the textures were in differen't folders than my TT textures were... This is why in most Tutorials for TGE, your supposed to copy the folders in you data folder into the data folder you made in your TGE demo folder... This is the MOST important part of TGE modding... This is where packedge errors originate... Also why your textures are white... The only other thing I suggest you do with TGE modding is allways make your terrain names originals, otherwise someone could already have the same terrain name saved, and they won't even be alowed into your mods! Also, in your.mis folder you used for your mod, make sure there is a terrain datablock:
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "game/data/missions/terrains/details/detail1";
terrainFile = "game/data/missions/RockyBasin.ter";
squareSize = "8";
tile = "1";
blockShift = "8";
locked = "true";
position = "-1024 -1024 0";
};
Another reason for error could be that the link to your terrain is messed around, if this is the case, then saidly, there will be no terrain and you'll have a blank mission... When you use MW (ModWizard), it attomaticaly saves your terrain useing the full link... As long as the link leads to the excact location of the terrain, your fine... Same goes for any other file path that is used in modding. If you have any other questions after following all the things I've posted, tell me, and I'll see what I can do. But there are more reasons you could get errors, I just find these the most offten to happen. If your haveing trouble finding your error still, just run a dedicated server with the mission that has the errors, and there might be an error report that can tell you excactly whats wrong.
Hope this Helped!
-CS-
Hehehhe. Thx flamin and spam!
Pardon my rudeness, I cannot abide useless people.
Page : <1> :
Ok... How do I get the texture of the TGE paints to show up in tt... It is just white right now. Help?
Pardon my rudeness, I cannot abide useless people.