-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sample_Duel.txt
66 lines (66 loc) · 2.61 KB
/
Sample_Duel.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#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 ADMINPASS
#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 SERVERNAME
#uncomment the line below when you set a valid welcome message
#set_welcome_message WELCOME MESSAGE
#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
#set_mission (multiplayer_duel) mode
set_mission multiplayer_duel
#setting max players, first one is non-premium member limit, second one is premium member limit
set_max_players 32 32
set_num_bots_voteable 10
set_ban_voteable 0
allow_changing_mission 1
get_add_to_game_servers_list
allow_granades 0 #allow or not to buy a granades
set_control_block_direction 1
set_respawn_period 3
set_combat_speed 2
set_factions_voteable 1
set_friendly_fire 1
set_melee_friendly_fire 1
set_friendly_fire_damage_friend_ratio 0
set_friendly_fire_damage_self_ratio 100
set_combat_gold_bonus 100
set_round_gold_bonus 100
set_starting_gold 150
set_maps_voteable 1
set_map mp_new_1
add_map mp_new_2
add_map mp_new_3
add_map mp_forest_edge
add_map mp_forest_road
add_map mp_marketplace
add_map mp_old_castle
add_map mp_arena
add_map mp_polya
add_map mp_swamp_delta
add_map mp_hillroad
add_map mp_river_village
add_map random_multi_plain_medium
add_map random_multi_plain_large
add_map random_multi_steppe_medium
add_map random_multi_steppe_large
#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
add_factions fac_kingdom_4 fac_kingdom_4
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 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