Forums Index >> Modding >> Two Problems
Page : <1> :
Hi Tankster
Question 1 - yes this is normal if you have a router
The router hosts one internal and one external - I use the external - plays smoother
Qiestion 2 - If the dash codes are not compiling in the console window
then the command line is wrong or the dash folder is not in the right place
Ie "game/server/scripts/dash"
And make sure the exec for dashcodes is the last line in main.cs
Hope this helps
If the no-dash problem carries on, just type
Exec ("game/server/dash/main.cs");
(or wherever you put the dash folder) in the console window.
Last edited: Friday, June 17, 2005 at 3:12:34 AM
Ok thx guys I was worried for a sec about the two servers...
Ill try the dash thing and make sure everything is in the right places
And another thing real quick:
Why is my server always locked? Once I got it not to be locked but it wont work. In the game/server/prefs.cs
And change the $Pref::Server::PasswordEnabled = 1; to $Pref::Server::PasswordEnabled = 0; it still has a password. (I did this before I started the server) I got everything else to work (including dash codes)
Oh and the game/client/prefs.cs has the password disabled too.
Aroo
Sometimes the create game section holds on to the preferences
You can fix this one of two ways
Either go into the Create section and disable the password there and exit
or after you make changes to your pref.cs throw out the pref.cs.dso
before you start your server
This will make the prefs.cs recompile and accept your changes
Ok thx guys for all your help ;)
Page : <1> :
First one is about dedicated servers. Im on a mac...But when I use spunkys idea on the dedicated server part of the site it makes 2 servers...both dedicated both the same. Is this only visible to the person hosting the server? Because is someone joins one then they show up on both. And when I change the prefs.cs to not have a password but it has a password anyway.
Second one is about the dash codes. I have them installed and all with the exec in the main.cs. But then when I launch my server and type /adm *admin password* it doesnt work but it does show up in the chat :S
and /codes doesnt work either. When I look in the Terminal to see what was loaded all it says is ModWiz but no dash codes...
Plz help!