Forums Index >> Help >> Needin' to learn
Page : <1> :
Go to Game>Client>Prefs.cs. Change the line:
$Pref::Server::MaxPlayers = 10;
To whatever you want. Then, go to Game>Server>Prefs.cs and change the same line.
Happy modding!
Whenever I try to open it, it sais it can't. Do I need something else for this?
Last edited: Monday, January 26, 2004 at 7:52:57 PM
Right-click on it and select open with... And open it with NotePad.
Uhh.. Ok but they turned into MS word documents.
Heres a list of things I want to know related to ded servers:
How do you get rid of bots?
How do you change the name?
Hoe do you add a password?
Last edited: Monday, January 26, 2004 at 8:59:53 PM
Nevermind,
Do you simply type what pass you want in place of the 0 where the pass line is
On a PC: Use Notepad. Not Word or Wordpad.
On a Mac: Use TextEdit
If you edit the prefs.cs file with fancy editors like Word, it adds a bunch of junk you don't need in the file.
// How do you get rid of bots?
$pref::Server::MaxBots = 0;
// How do you change the name?
$Pref::Server::Name = "YUMMY PASTRY";
// How do you add a password?
$Pref::Server::Password = "flaky";
$Pref::Server::PasswordEnabled = 1;
Last edited: Monday, January 26, 2004 at 9:10:54 PM
Ok thats about it.
Thanks guys. Well actually just spunky because 56k is makin fun of me :P
Sorry, I can't help myself. Sweat, delicious, flaky, pistacio baklava.... Mmmmmmm.....
I use notepad+ for some reason. I like how you can customize the background. Looks like I'm scripting on paper! :)
Guess im kinda behind. Now all I need to learn is how to mod.
Page : <1> :
Ok, I've never modded or anything and ive never even ran a dedicated server.
So heres where I want to start: I know how to start up a dedicated server, but how do you change things like number of players and the name of the game