Helix
Movie Battles II Team Retired
- Posts
- 577
- Likes
- 610
Hello. After discussing it with several developers, I've decided to ask you guys publicly. This thread is mostly directed at server hosts and experienced admins.
To receive the value for SMOD command, power 2 with the corresponding value, like KICK is 2^0 = 1, etc.
Current SMOD values are:
Here are the changes which I propose:
So I will go through every point briefly:
Cheers.
To receive the value for SMOD command, power 2 with the corresponding value, like KICK is 2^0 = 1, etc.
Current SMOD values are:
Code:
BASIC -1 all smod commands with this admindefine value do not need to have special privileges, they all just have this commands available, ex. smsay
KICK 0 allow admins to use "kick"
NEXTMAP 1 allow admins to use "nextmap"
MAP 2 allow admins to use "map"
MAPRESTART 3 allow admins to use "maprestart"
GAMETYPE 4 allow admins to use "gametype"
MBMODE 5 allow admins to use "mbmode"
BAN 6 allow admins to use "ban"
TEMPBAN 7 allow admins to use "tempban", "removetempban" & "tempbanlist"
FORCETEAM 8 allow admins to use "forceteam"
VSTR 9 allow admins to use "vstr"
CAMPAIGN 10 allow admins to use "campaign" & "campaignfile"
POLL 11 allow admins to use "poll"
UNBAN 12 allow admins to use "removeban"
SHUFFLE 13 allow admins to use "shuffle"
MUTE 14 allow admins to use "mute"
SETTK 15 allow admins to use "settk"
Here are the changes which I propose:
Code:
BASIC -1 current + "poll"
KICK 0 allow admins to use "kick", "forceteam", "mute" & "shuffle"
MAP 1 allow admins to use "nextmap", "map", "maprestart", "campaign", "campaignfile" & "vstr"
MBMODE 2 allow admins to use "mbmode"
TEMPBAN 3 allow admins to use "tempban", "removetempban", "tempbanlist" & "settk"
BAN 4 allow admins to use "ban"
UNBAN 5 allow admins to use "removeban"
So I will go through every point briefly:
- Poll into BASIC because poll itself doesn't really do anything, it's only difference from SAY is it's easier to vote with poll.
- Merge kick, forceteam, mute and shuffle - because this set of commands allows admins to control the gameplay flow on the server, like preventing the certain player from playing, making his presence on the server less annoying and balancing the teams.
- MAP is quite obvious - give the admin control over map changes on the server.
- Removed GAMETYPE - why do we even have it?
- Settk into TEMPBAN because it does essentially the same - admin can set player's TK points to a very high amount, and just 1 TK point will be enough to get the latter one tempbanned. The messages are public so everyone will know if admin will decide to revoke his or his friends' TK points.
- Reaching the 2^15 value for settk, which would totally give hosts a terrible headache with summing all those crazy values.
- Wish to categorize the SMOD commands.
Cheers.
Last edited: