CompiledMonkey Posted April 13, 2002 Posted April 13, 2002 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.
MatrixCPA Posted April 13, 2002 Posted April 13, 2002 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.
CompiledMonkey Posted April 13, 2002 Author Posted April 13, 2002 What's the command for only having one kill before the match starts over? Like in a true dual.
MatrixCPA Posted April 13, 2002 Posted April 13, 2002 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.
CompiledMonkey Posted April 13, 2002 Author Posted April 13, 2002 What about that move where the person suspends you in the air and you see some red stuff coming from his hand? I'd like to ban everything but the Sabre.
MatrixCPA Posted April 13, 2002 Posted April 13, 2002 What you are describing is called "grip" a dark-force power. This line: seta g_disableForcePower "32767" Will disable all force powers but jump.
CompiledMonkey Posted April 13, 2002 Author Posted April 13, 2002 I had that line in there before and people were still able to perform the move.
MatrixCPA Posted April 13, 2002 Posted April 13, 2002 Had you restarted the server since you made that change?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.