Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #WARNING: Make sure that you change the capital values with proper ones.
- #uncomment the line below when you set a valid administrator password
- #set_pass_admin
- #if you have premium members, set a password for them, otherwise delete/comment out the line below
- #uncomment the line below when you set a valid private password
- #set_pass_private PRIVATEPASS
- #uncomment the line below when you set a valid server name
- set_server_name *US_GK_TDM*
- #uncomment the line below when you set a valid welcome message
- set_welcome_message Welcome to the Golden Kingdom! Bigotry and racism are not allowed on any GK server, including names with such terms in them. Questions and comments about US_GK_TDM can be left @ http://www.leagueofrevolution.com. Join our team speak ts3.gkserver.us
- #Steam must be running in order to use valve anti cheat
- #Also you must use the Steam version of the dedicated server in order to use this option
- set_enable_valve_anti_cheat 1
- #setting team deathmatch (multiplayer_tdm) mode
- set_mission multiplayer_tdm
- #setting max players, first one is non-premium member limit, second one is premium member limit
- set_max_players 100 100
- set_num_bots_voteable 0
- set_control_block_direction 1
- set_starting_gold 180
- set_combat_gold_bonus 130
- set_disallow_ranged_weapons 0
- set_force_default_armor 0
- set_melee_friendly_fire 1
- set_friendly_fire_damage_friend_ratio 25
- set_friendly_fire_damage_self_ratio 25
- set_ban_voteable 0
- set_maps_votable 1
- set_valid_vote_ratio 61
- set_map_time_limit 20 #sets map time limit in minutes (5-120)
- #Rotation to be swapped weekly, preferable on Tuesday night.
- set_map multi_scene_17 # Arena (Native)
- #adding all kingdoms to both sides just to randomize all of them
- #adding less kingdoms will reduce the randomization set (used in set_randomize_factions command)
- add_factions fac_kingdom_1 fac_kingdom_1
- add_factions fac_kingdom_2 fac_kingdom_2
- add_factions fac_kingdom_3 fac_kingdom_3 # Khergits
- add_factions fac_kingdom_4 fac_kingdom_4
- add_factions fac_kingdom_5 fac_kingdom_5
- add_factions fac_kingdom_6 fac_kingdom_6
- set_randomize_factions 1
- #if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
- set_upload_limit 100000000
- #if you are running more than one dedicated server on the same computer, you must give different ports to each of them
- set_port 7860
- #if you are running the Steam version of the dedicated server, this port must also be set, and same limitations of set_port apply for Steam port
- set_steam_port 7861
- set_server_log_folder Modules\Native\Logs\TDM
- set_server_ban_list_file Modules\Native\Logs\TDM\Bans\bans.txt
- start
- #MBAC begin
- # reusing class limit commands to set parameters
- limit_grenadier 103 #advanced logging
- limit_skirmisher 102 #player join message
- # 102 = disable, 103 = enable
- # determines what type of message should be issued when the specific condition occours
- limit_rifle 103 #hack warnings
- limit_cavalry 103 #hack consequence
- # 101 = server log only
- # 102 = broadcast to all players
- # 103 = broadcast admins only
- # determines what hacks should be detected
- limit_lancer 103 #unblockable
- limit_hussar 103 #autoblock
- limit_dragoon 103 #aimbot
- # 102 = disable, 103 = enable
- # determines the consequence per hack
- limit_cuirassier 101 #unblockable
- limit_heavycav 101 #autoblock
- limit_artillery 101 #aimbot
- # 101 = message only
- # 102 = perma ban
- # 103 = temp ban
- # 104 = kick
- #MBAC end
Advertisement
Add Comment
Please, Sign In to add comment