#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 xxxxxx
#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 :C
#uncomment the line below when you set a valid server name
set_server_name Test
#uncomment the line below when you set a valid welcome message
set_welcome_message Test
#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 0
#Sets Gametype
set_mission multiplayer_dm
#setting max players, first one is non-premium member limit, second one is premium member limit
set_max_players 200 200
set_num_bots_voteable 200
set_combat_speed 1
set_factions_voteable 1
set_force_default_armor 0
set_friendly_fire 0
set_friendly_fire_damage_friend_ratio 1
set_friendly_fire_damage_self_ratio 1
set_melee_friendly_fire_damage_friend_ratio 1
set_melee_friendly_fire_damage_self_ratio 1
set_kick_voteable 1
set_melee_friendly_fire 1
set_round_gold_bonus 300
set_starting_gold 1000
set_combat_gold_bonus 300
set_control_block_direction 2
set_map map_1
add_map map_1
add_factions 1 1
set_randomize_factions 0
#since default team point limit is 300, the line below is necessary for this mode
set_team_point_limit 1000
#if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
set_upload_limit 1000000000
set_auto_team_balance_limit 10000
#if you are running more than one dedicated server on the same computer, you must give different ports to each of them
set_port 7240
#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 7241
set_server_log_folder Logs_
set_server_ban_list_file Logs_\ban_list.txt
start
[/spoiler]
Values are usually trial and error.