-
Notifications
You must be signed in to change notification settings - Fork 24
Configuration
Alexander Kress edited this page Aug 8, 2018
·
28 revisions
» Home / Installation / Configuration
Open your server config file: sudo vi /opt/urbanterror/.q3a/q3ut4/server.cfg
Modify the following parameter:
seta g_logsync "1"seta g_loghits "1"
Restart the Urban Terror server.
-
Open the file
/conf/settings.conf -
Change the IP address, port and RCON Password according to your environment
-
server_ipIP address of the game server,127.0.0.1is recommended -
server_portPort of the game server,27960is the default port for Urban Terror -
rcon_passwordPassword for RCON access -
log_fileFull path of thegames.loglog file of the game server -
show_rulesEnable (1) or disable (0) displaying rules / rotation messages -
rules_frequencyInterval in seconds between each rule / rotation message -
displayDisplay rules as 'chat', 'bigtext' or 'server' message. Options: chat/bigtext/server. -
ban_durationBan duration in days for the command "!ban " -
warn_expirationExpiration time of warnings in seconds. Set to 0 to disable this feature -
task_frequencyInterval in seconds when player ping, spectator on full server and player warnings shall be checked. Set to 0 to disable this feature -
max_pingMaximum allowed ping, player with higher ping will receive a warning and will be kicked. Set to 0 to disable this feature -
kick_spec_full_serverWarn and kick spectators when more than X players are connected. Set to 0 to disable this feature -
teamkill_autokickEnable (1) or disable (0) the autokick function for team killing -
noob_autokickEnable (1) or disable (0) the autokick function of players with low score. Regulars or higher levels will not get kicked -
spawnkill_autokickEnable (1) or disable (0) autokick for spawn killing. Admins or higher levels will not get kicked -
instant_kill_spawnkillerEnable (1) or disable (0) instant kill for player doing spawn kill. Admins or higher levels will not get killed -
bad_words_autokickEnable (1) or disable (0) autokick for using bad words. Admins or higher levels will not get kicked -
show_country_on_connectEnable (1) or disable (0) displaying the message "Player connected from..." -
show_first_killEnable (1) or disable (0) displaying the message "firstblood" / "first nade kill" -
show_hit_stats_respawnEnable (1) or disable (0) displaying hit statistics during respawn -
show_multi_killEnable (1) or disable (0) displaying multi-kill and monster-kill messages -
autobalancerEnable (1) or disable (0) autobalancing of teams at the end of the round/match -
allow_teams_round_endEnable (1) or disable (0) allowing command !teams only at end of the round/match -
limit_nextmap_votesEnable (1) or disable (0) limiting successful nextmap votes -
kill_survived_opponentsEnable (1) or disable (0) killing of survived opponents when bomb has been exploded/defused -
spam_bomb_plantedEnable (1) or disable (0) spamming the message "Bomb has been planted" in global chat -
spam_knife_killsEnable (1) or disable (0) displaying player's knife kill series as bigtext -
spam_nade_killsEnable (1) or disable (0) displaying player's HE grenade kill series as bigtext -
spam_headshot_hitsEnable (1) or disable (0) displaying player's headshot hit series as bigtext -
heartbeatEnable (1) or disable (0) sending heartbeat signal (contains server port, bot and OS version) to our Master Server -
verboseEnable (1) or disable (0) debug messages -
dynamic_mapcycleEnable (1) or disable (0) dynamic mapcycle. If enabled, the rotation of small or big_cycle will be used -
switch_countWhen server reaches the number of players, the map rotation will be switched to 'big_cycle' list -
support_lowgravityEnable (1) or disable (0) support for Low Gravity Server -
gravitySet the parameterg_gravityto the given value, default: 800
-
-
Start the Bot manually:
python spunky.py
- Connect to your game server and type
!iamgodin global chat to get the admin level "Head Admin". This command is only once available.
Use the provided initscript to run Spunky Bot as a daemon:
Installation:
- Modify the lines 20-25 of the file debian_startscript to suit where you installed Spunky Bot, and which user is running the Urban Terror server
- Move the file to /etc/init.d/spunkybot:
sudo mv debian_startscript /etc/init.d/spunkybot - Make it executable:
sudo chmod +x /etc/init.d/spunkybot - Start the Bot at server boot:
sudo update-rc.d spunkybot defaults - Manual start of the Bot:
sudo /etc/init.d/spunkybot start