[DM]Peacemaker Posted July 16, 2002 Share Posted July 16, 2002 I just bought a Jedi Knight 2 server and am having some extreme trouble setting up commands. In the future i'd like to do the more advance stuff but right now all i want is the general things to be up. Right now this is all i have in my server file: // Server Config seta sv_hostname "jkii-ded v1.02" //seta g_motd "woot" //rconpassword "mysecret" seta sv_maxclients 16 seta g_inactivity 0 sv_maxRate 10000 set g_allowvote 1 set timelimit 20 set capturelimit 20 set g_autoMapCycle 1 map ffa_bespin Only thing i really want added is auto download on and for the duel kill limit to be 1. Two more problems i'm having is my vote options don't work at all when passed and my rcon password also doesn't seem to have any effect on the server. If anybody can give me some commands to paste on it would be a real big help and i'd be grateful. Thanks. Link to comment Share on other sites More sharing options...
rivmin Posted July 16, 2002 Share Posted July 16, 2002 To allow downloads: seta sv_allowDownload "1" //1=on, 0=off Frag-limit: seta fraglimit "1" //kill limit seta duel_fraglimit "10" //10 kills to shift map Please remove the '//' in front of the rcon-line. Text beyond the // is not processed by the server. To get it working it must look like this: rconpassword "mysecret" Link to comment Share on other sites More sharing options...
[DM]Peacemaker Posted July 16, 2002 Author Share Posted July 16, 2002 Well i have some new problems coming. #1. My map seems to be stuck on hiedout and it refusses to change. Here is my info on maps. Also i'd like to add a command so people can vote to change the maps. // Map Rotation set d1 "map ffa_bespin ; set nextmap vstr d2" set d2 "map ffa_yavin ; set nextmap vstr d3" set d3 "map ffa_ns_hideout ; set nextmap vstr d4" set d4 "map ffa_deathstar ; set nextmap vstr d5" set d5 "map ffa_ns_hideout ; set nextmap vstr d6" set d6 "map ffa_yavin ; set nextmap vstr d1" vstr d1 nextmap vstr "d1" vstr d1 #2. I also want people to be able to vote on all fields like kicking and etc so if anybody can give me some commands for that aswell it would help. #3. Lastly my server seems to change from FFA to team FFA to duel at the blink of a eye. Anybody know some commands to have it stick to FFA or Duel unless a vote or rcon command is made to change it? Thanks Link to comment Share on other sites More sharing options...
[DM]Peacemaker Posted July 16, 2002 Author Share Posted July 16, 2002 One more problem i'm having is i wanna make sure i'm atlest putting these things in the right spot. I put it in gamedata/base files and then i got to server.cfg and right click to edit. Is that correct? Link to comment Share on other sites More sharing options...
NerfYoda Posted July 16, 2002 Share Posted July 16, 2002 You're editing your server.cfg file the right way. To set your game type to FFA & allow voting put seta g_gametype "0" seta sv_allowvote "1" in server.cfg. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.