Forums Index >> Modding >> Problems with Dash codes and Dedicated server?
Page : <1> :
Sheena, please give some more information. OS?
Did you add the line to the main.cs?
did you change the password in the pres.cs?
Give us some more info.
I have had the dash codes for a long time but ever since I put in the mission loader
( I relized this last night) the codes do not work they will work if they are sec in line from modwizard in the main.cs but than the mission loader does not work
and vise versa just as long as the mission loader and the codes are sec in line they work....if not than only one will work..sooo confusing...
So it sounds like the mission loader and the dash codes are incompatible in the TT main.cs.
Have you tried executing the mission loader through the dash main.cs in the dash folder?
Open ---- > game/server/dash/main.cs
Add ----> TT/game/server/scripts/MissionLoaderMain.cs.dso
Remove from the TT main.cs:
Exec("game/server/scripts/MissionLoaderMain.cs.dso");
}
MAX
P.S. Did you separate the executables with a "space" and a bracket " } "
exec("game/server/dash/main.cs");
}
Exec("game/server/scripts/MissionLoaderMain.cs.dso");
}
Last edited: Friday, July 15, 2005 at 8:17:07 AM
Yes did that v
Exec("game/server/dash/main.cs");
}
Exec("game/server/scripts/MissionLoaderMain.cs.dso");
}
I will try putting the missionloader in dash folder thanks Max
Hope it works..... :)
Dont put a bracket! The bracket is used to terminate functions etc... Exec(); is a simple function CALL, so it wont work with a bracket... Take out the brackets you put after the exec(); and it should work... Oh btw theres no imcompatibility between the missionloader and the dash scripts... I know... I've tested ;)
Ummmm always worked before Art my dash codes quit working when I put the missionloader in...But like I said....
I have had the dash codes for a long time but ever since I put in the mission loader
( I relized this last night) the codes do not work they will work if they are sec in line from modwizard in the main.cs but than the mission loader does not work
and vise versa just as long as the mission loader and the codes are sec in line they work....if not than only one will work..sooo confusing...
Thanks Max working now..I took out the missionloader and put in the Dash folder
Thanks a bunch :)
YA, I think This has gone the long way around to get it fixed. I have the codes and mission loader working on Win and Mac. I didn't have to do any of these things on either.
Well it's working and that's all I care about But thanks for your input!!! Always nice to have differant view points :)
@ Art - I see what you are saying Art. If there is no "{" then you don't need a "}", right?
@ sheena - glad that helped.
MAX
Page : <1> :
I have no clue what is wrong but my dash codes are not working
since I put in the dedicated server.... Do I need to add dash codes to dedicated batch file? If yes where?
Last edited: Thursday, July 14, 2005 at 10:48:08 PM