Forums Index >> Modding >> Problems with Dash codes and Dedicated server?



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

Thursday, July 14, 2005 at 5:25:23 PM

I'm sorry but I have no clue whats wrong... :[

But then again, I''m sure someone smarter will answer this and know axcactly whats wrong...

Thursday, July 14, 2005 at 6:24:19 PM

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.

 

Friday, July 15, 2005 at 7:02:52 AM

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...

 

Friday, July 15, 2005 at 7:37:20 AM

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

Friday, July 15, 2005 at 8:09:46 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..... :)

 

Friday, July 15, 2005 at 9:26:19 AM

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 ;)


Friday, July 15, 2005 at 11:16:11 AM

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...

 

Friday, July 15, 2005 at 11:47:09 AM

Thanks Max working now..I took out the missionloader and put in the Dash folder
Thanks a bunch :)

 

Friday, July 15, 2005 at 11:49:14 AM

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.

 

Friday, July 15, 2005 at 12:07:53 PM

Well it's working and that's all I care about But thanks for your input!!! Always nice to have differant view points :)

 

Friday, July 15, 2005 at 1:06:15 PM

@ Art - I see what you are saying Art. If there is no "{" then you don't need a "}", right?

@ sheena - glad that helped.

MAX

Saturday, July 16, 2005 at 1:48:38 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