Jump to content

Home

Server Config


CompiledMonkey

Recommended Posts

Originally posted by CompiledMonkey

I have a few things I'd like to have for my server. How can I make it so you can only use the Sabre in my server? How can I make it so it's in dual mode only. Also, is there anyway I can make it so you cannot use any offensive moves other than the Sabre? Thanks.

 

To set the server for saber only, put this in the server.cfg:

 

seta g_weaponDisable "65531"

seta g_duelWeaponDisable "65531"

 

To set the server for duel mode only, put this in the server.cfg:

 

seta g_gametype "3"

 

To set the server for "no force"...which I what I'm guessing you mean by "offensive moves", put this in the server.cfg:

 

seta g_disableForcePower "32767"

 

If you need a more complete configuration rather than just answers to your specific questions, just ask.

Link to comment
Share on other sites

If you put in:

 

seta fraglimit "1"

 

Then it'll switch players after one kill. To have the map rotate after a single player wins a number of times, add:

 

seta duel_fraglimit "x"

 

where x is the number of times an individual player needs to reach the fraglimit (1 in this case) before the change. You can set a time limit as well...then it's a matter of whatever comes first.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...