========================== = MBII specific cvars: = ========================== g_allowVote (default 44) ------------------------- Allows the server to determine which vote types are allowed. 0 = All votes disallowed, 127 = All votes allowed. To reach the appropriate value, choose the vote options you want to allow from the list below and add up their values: ------------------ All Votes 0 | ------------------ Gametype 1 Map 2 Restart Map 4 Next Map 8 Kick 16 MB Mode 32 Vote limit 64 ------------------ 108 is the recommended setting for servers running a custom map rotation (108 = MB Mode, Restart Map and Next Map votes and Vote limit to 3/round are allowed). g_FullSpecTalkToPlayers (default 0) ----------------------------------- Allows the server to specify whether "True" spectators are allowed to talk to the people currently playing. "True" spectators do not include players who already "Died" in a round. 0 = Disable spectators talking to "Alive" players. g_MinMBPoints (default 4) ------------------------- Allows the server to determine what points a player starts on when they first join and also how low a player can drop from losing points. Settings over 80 for this value are invalid. g_MBPointsPerRound (default 3) ------------------------- Allows the server to specify how many MB points clients gain per round no matter how they behave during the round. g_AllowedHeroClasses (default 0) -------------------------------- Allows you to limit the classes available on the Hero team (Good Guys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values: ------------------ All Classes 0 | ------------------ Soldier 1 Elitetrooper 2 Jedi 4 Hero 8 Wookiee 16 Clonetrooper 32 ARC Trooper 64 ------------------ g_AllowedVillainClasses (default 0) ----------------------------------- Allows you to limit the classes available on the Villain team (Bad Boys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values: ------------------ All Classes 0 | ------------------ Soldier 1 Elitetrooper 2 Sith 4 Bounty Hunter 8 Droideka 16 Mandalorian 32 SBD 64 ------------------ g_TimePeriod (default 0) ------------------------ Allows you to choose what time period your server will play in. Models and classes will be limited appropiately (i.e. you won't see Qui-Gon Jinn in the Empire Strikes Back time period, or Lando in the AOTC time period...). 0 = All time periods are supported. Choose from one of the following values: Ancient times = 1, Pre-Prequel = 2, The Phantom Menace (Ep.I) = 3, Attack of The Clones (EP.II) = 4, Revenge Of The Sith (EP.III)= 5, A New Hope (Ep.IV) = 6, The Empire Strikes Back (EP.V) = 7, Han-Frozen = 8, <- for CC map Return Of The Jedi (EP.VI) = 9, Post-Original Trilogy = 10, g_EUAllowed (default 1) ----------------------- Set this value to 0 to disallow any models that weren't seen in any Star Wars movies. g_Authenticity (default 0) -------------------------- This cvar controls which MB mode your server runs in. Due to technical reasons it cannot be modified directly ingame - use the "mbmode " command instead. Setting this cvar to 1 will place the server into Semi-Authentic Mode. This means that the allowed class settings, the time period and the EU model settings for the server are determined by the map currently loaded onto it. This is so that the gameplay can more accurately respresent the 'scene' this map is meant to portray. Setting this cvar to 2 will place the server into Full-Authentic Mode. This means that class selections, class setups and the number of players per class will be limited according to the mapper's choice. When in Semi-Authentic or Full-Authentic Mode, the g_AllowedHeroClasses, g_AllowedVillainClasses, g_timePeriod and g_EUAllowed cvars set by the server are ignored. Setting this cvar to 3 will place the server into Open mode. This allows all classes to be played if they haven't already been restricted through other server commands. g_PPSpecCount (default 4) g_PPKickVoteCount (default 6) g_PPKickVoteRepeat (default 3) g_PPKickCount (default 0) g_RoundsToForgivePP (default 2) g_PPtempBanForRounds (default 4) ------------------------------- These cvars allow you to control the inbuilt Team Kill punishment system. Each time a player kills someone on their team, they register a Penalty Point. The player also registers a Penalty Point if he or she has dealt a certain amount of damage to their team mates. Penalty Points end up being 'forgiven'. The number of rounds it takes to forgive a PP is determined by the g_RoundsToForgivePP cvar. If the number of registered PPs goes over the limit specified by the g_PPSpecCount cvar, the Team Killer will automatically commit suicide and go into Spectator Mode (Presumably from the pain of knowing they sent off their comrades to an early grave!) If the number of registered PPs goes over the limit specified by the g_PPKickVoteCount cvar, a kick vote will be automatically triggered against that player. The g_PPKickVoteRepeat cvar determines how many rounds have to pass between kick votes for a continuing offender. If the number of registered PPs goes over the limit specified by the g_PPKickCount cvar, the offending player will immediately be removed from the server and temporarily banned for number of rounds specified in g_PPtempBanForRounds. (No vote required) Setting g_PPSpecCount, g_PPKickVoteCount or g_PPKickCount disables the particular feature it controls. g_chatProtectTime (default 1000) ----------------------- Set time in miliseconds when client is disabled of posting chat messages. Disables chat spamming. ============================ = SMOD commands = ============================ SMOD is an extended Admin mod written specifically for MB. ================================================== ================== Usage: /smod ----------------------------- ========= Commands: ========= login -------- Allows you to login as SMOD admin. sublogin -------- Allows you to login as SMOD subadmin. logout -------- Allows you to logout from SMOD. status -------- Displays server status. map ----------- Changes map. nextmap ----------- Switches to next map in rotation. gametype ------------------- Changes gametype (3 = Duel, 4 = Power Duel, 7 = MovieBattles) mbmode ----------------- Changes MB mode - only works in MovieBattles gametype (0 = Open Mode, 1 = Semi-Authentic, 2 = Full-Authentic). say --------------- Prints chat message in red labelled as 'Admin'. ban ------------------------ Bans the specified client. removeban ------------ Removes the specified IP from the banlist. tempban ------------ Temporarily bans client for specified number of rounds. tempbanlist ------------ Shows actual temporarily banned clients with number of rounds remaining to go and tempbanID. removetempban ------------ Removes the specified tempbanID from the tempbanlist. kick ------------------------- Kicks the specified client. forceteam ------------------------------------- Forces the specified client to the specified team (1 = Red team, 2 = Blue team, 3 = Spectator). info ------ Displays all SMII commands which are available according to your log-in level. vstr ------ Allows you to execute vstr commands. ======== Configuration: ======== Add up the following values according to which features/commands you want to be available. For example, g_smodConfig 7 enables auto-renaming, vote limiting and SMOD command logging but disables all SMOD admin commands. 1 - enable auto-renaming 2 - log SMOD commands 4 - allow admins to use "kick" 8 - allow subadmins to use "kick" 16 - allow admins to use "nextmap" 32 - allow subadmins to use "nextmap" 64 - allow admins to use "map" 128 - allow subadmins to use "map" 256 - allow admins to use "maprestart" 512 - allow subadmins to use "maprestart" 1024 - allow admins to use "gametype" 2048 - allow subadmins to use "gametype" 4096 - allow admins to use "mbmode" 8192 - allow subadmins to use "mbmode" 16384 - allow admins to use "ban" & "removeban" 32768 - allow subadmins to use "ban" & "removeban" 65536 - allow admins to use "tempban", "removetempban" & "tempbanlist" 131072 - allow subadmins to use "tempban", "removetempban" & "tempbanlist" 262144 - allow admins to use "forceteam" 524288 - allow subadmins to use "forceteam" 1048576 - allow admins to use "vstr" 2097152 - allow subadmins to use "vstr"