Forums Index >> Modding >> Prob w/ new mod
Page : <1> :
Make a copy of the.mis file and keep it somewhere for safety. Then take all data out of it from below this.
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
musicTrack = "Lush";
New ScriptObject(MissionInfo) {
author = "CB";
name = "CB";
};
new MissionArea(MissionArea) {
Area = "-320 -528 624 976";
flightCeiling = "300";
flightCeilingRange = "20";
floor = "155";
}
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
visibleDistance = "1600";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.640000 0.148000 0.215000 0.000000";
fogDistance = "1000";
fogColor = "0.050000 0.100000 0.400000 0.000000";
fogVolume1 = "1 1 1";
fogVolume2 = "1 1 1";
fogVolume3 = "1 1 168";
materialList = "game/data/skies/skyblue.dml";
windVelocity = "1 1 0";
windEffectPrecipitation = "0";
noRenderBans = "0";
fogVolumeColor1 = "1.000000 1.000000 1.000000 1.000000";
fogVolumeColor2 = "1.000000 1.000000 1.000000 1.000000";
fogVolumeColor3 = "1.000000 1.000000 1.000000 1.000000";
cloudSpeed3 = "0.003";
cloudSpeed1 = "0.002";
cloudHeightPer0 = "7";
locked = "true";
cloudHeightPer2 = "0.199973";
cloudHeightPer1 = "0.3";
cloudSpeed2 = "0.001";
};
new Sun() {
direction = "0.635001 0.635001 -0.439941";
color = "1.000000 1.000000 0.700000 1.000000";
ambient = "0.600000 0.600000 0.600000 1.000000";
scale = "1 1 1";
locked = "true";
rotation = "1 0 0 0";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "game/data/missions/terrains/details/detail1";
terrainFile = "game/data/missions/CB.ter";
squareSize = "8";
tile = "1";
blockShift = "8";
locked = "true";
position = "-1024 -1024 0";
};
Remove all below. V
Then add a little at a time and retry, keep adding and trying until you find what is erroring out.
Also you can add -log 1 like this at the end of your dedicated file. That is if you have console log file in think tanks main folder. In the console.log file you will find out what is causing the error.
Cd..
ThinkTanks -dedicated -mission GREEN -game TB -log 1
Also in the.mis file make sure the extension pointing to the.ter file is right, I know sometimes I have to add game/data/missions to the line and remove the ~
Hope it helps
Last edited: Monday, December 12, 2005 at 4:51:57 PM
Page : <1> :
Ok peeps... Working on a new terrain, but this one is weird. I build off of Dash's DB10, but everytime I go to start it up in TT, it always freezes right before it finishes lighting... I have tried replacing the sun source, skies, spawnpoints, but nothin is coming up... Help?
Pardon my rudeness, I cannot abide useless people.