Forums Index >> Modding >> How Do You put A Skin On A Custom Terrain? Dash Pl...
Page : <1> :
I am also having trouble with the terrain colors, but the best way to change the size of your terrain is to change:
New MissionArea(MissionArea) {
area = "-256 -256 512 512";
flightCeiling = "200";
flightCeilingRange = "0";
floor = "95";
locked = "false";
};
In the.mis file!
(you can get the sizes from the other.mis files)
I know that, but how do you make the terrain the same as the normal size. Thats the area that you can go on the terrain with out dieing. I guess that will have to do. I really need to know how to color a custom terrain, it's driving me nuts! XO
Terrain Texture Painter in TGE
After useing that do you have to copy certen files into the TT directory and if so where?
You do need to copy certain files into the TT directory unfortunately the where depends on your setup
run the server and the client with the -console those will give you clues as to which files are missing.
when you connect to the server it will display the files beiing downloaded and if it doesn't find one to send
to the client you will see it in the console right away
After starting a dectated server and opening the console it said there was one missing file. Under loading mods it said: Missing file: common/defaults.cs! I did a search in the torque folder and there were to of these files so I tryied both, both seemed to work. After that it also said:
Executing game/data/missions/TT1_5.mis.
****************************************************
PLEASE RESAVE THE TERRAIN FILE FOR THIS MISSION! THANKS!
****************************************************
*** Mission loaded
When I joined my dectated server and then saw what the consel window showed 50 (it looked like that many) lines of files missing some of witch aren't even where it says they are (just the diffrent typs of a picture file).
Last edited: Thursday, August 26, 2004 at 10:21:42 PM
Page : <1> :
How do you put a skin on a custom terrain? I'm trying to get the skin from the TGE demo to be on my terrain in TT. But so far all I can see is the detail1.jpeg to be seen on my terrain. This file is located in game/data/terrains/details/detail1.jpeg. O yes one more thing how do you make your terrain the same size as normal TT terrains. Like how big dash's is (I think that is normal size). Any way im almost done with my terrain!