============================================== BASIC VARIABLES ============================================== pm_cg_enemybox (0|1, default 0) - show the enemy box pm_cg_enemycolor (r g b, defautl 0 255 0) - set the enemy box color pm_cg_teambox (0|1, default 0) - show boxes of the players from your team (in the tdm mode) pm_cg_teamcolor (r g b, default 0 0 255) - set the teambox color pm_ch_bloodscreen (0|1, default 1) - the screen gets red after you die pm_ch_crosshaircolor (r g b, default 0 255 0) - set the crosschair color pm_ch_crosshairdist (0 - 30, default 25) - set the distance between the worm and the crosshair pm_ch_corsshairtype (0 - 7, default 5) - set the crosshair type pm_ch_playerhealth (0|1, default 1) - show the health status over the worm pm_ch_playernames (0|1, default 1) - show the nickname over the worm pm_ch_radar (0|1, default 0) - show radar pm_ch_radartype (0 - 2, default 0) - radar dot type pm_ch_reloadtimer (0|1, default 0) - show time left for the weapon to reload over the worm pm_ch_statusbar (0 - 4, default 2) - set hud type pm_cl_weapons (a b c d e, default 1 1 1 1 1) - weapons which are automaticly selected after the map changes 1 - "Bazooka" 2 - "Chaingun" 3 - "Doomsday" 4 - "Flak Cannon" 5 - "Grenade Launcher" 6 - "Gauss Gun" 7 - "Grenade" 8 - "Lightning Gun" 9 - "Mortar" 10 - "Rifle" 11 - "Shotgun" 12 - "Winchester" pm_mode (ffa|1v1|tdm|instagib|ballpark, default ffa) [map name] - loads a map and a game mode eg. pm_mode tdm pokolenia runs tdm on the pokolenia map pm_sv_deathslimit (0 - 99, default 20) - set lifes limit pm_sv_killslimit (0 - 99, default 20) - set kills limit pm_sv_maxclients (0 - 8, default 4) - set max amount of players on the server pm_sv_timelimit (0 - 99, default 15) - set time limit ============================================== CALLVOTING ============================================== callvote [vote] [variable] Available votes: map [map_name] kick [player_name] deathslimit [amount] killslimit [amount] timelimit [amount] eg. callvote map pokolenia p0_vote yes - vote after p0_vote no - vote against Default binds: F1 - p0_vote yes, F2 - p0_vote no ============================================== CHOOSING A TEAM ============================================== After you have connected to a server and chosen your weapons just press f4 and click join[blue/red]/spectate ============================================== CONFIGURATION OF THE DEDICATED SERVER ============================================== Open /scripts/svconfig.lua and edit it basing on the following scheme: svMaps = {"2xkrossb", "cathode-forest", "duel2", "pokolenia", "poo", "pyramid", "fallout2"} - map included in the map roll svConfig = { name = "Name", -- set the server name desc = "Description", -- set the server description port = 27960, -- set the default port rconpass = "password", -- set the admin password map = "pokolenia", -- set the default map mode = 1, -- set the game mode (1 - ffa, 2 - 1v1, 3 - tdm, 4 - ctf, 5 - instagib, 6 - ballpark) timelimit = 15, -- set the time limit killslimit = 0, -- set the kills limit deathlimit = 0, -- set the deaths limit maxclients = 4, -- set the max amount of players on the server randommaps = true, -- pick a random map from the map set. If this option is set to "true", the reloadmap option must be set to "false" reloadmap = false, -- server loads the next map set in the map roll. If this option is set to "true", the randommaps option must be set to "false" reloadtime = 1, -- the amount of time after the finished match when the next map will be loaded ircbot = true, -- turn the ircbot on/off botnick = "gusanos-irc-bot", -- set the ircbot name botchannel = "#gusanos", -- where does the ircbot report to botserver = "se.quakenet.org", -- server the ircbot connects to botadmin1 = "wesz", -- who can give the orders to the ircbot botadmin2 = "", -- who can give the orders to the ircbot#2 botadmin3 = "" -- who can give the orders to the ircbot#3 } ============================================== IRCBOT MAINTENANCE ============================================== All the orders must be given on the channel the bot is connected to, The ircbot will accept your commands if your nick is stated in the botadmin command !addbot [team] - add a bot to the team !ban [player] - ban a player !deathslimit [limit] - set the deaths limit !help - print all available commands !kick [player] - kick a player !killslimit [limit] - set the kills limit !map [map name] - change map !maxclients [limit] - change amount of players who can join the server !plist - print names of the players present on the server !score - show player scores !say [message] - send a message to a server !timelimit [limit] - set the time limit !quit - shut down the server