Config file for the server?

Users who are viewing this thread

Chegy

Regular
Hi guys,

I host dedi servers for M&B and I need a config file for this mod. Can someone help me with it?
 
Ok :smile:

So for example the Native/NW Warband has this config:

#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 pass
#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
#uncomment the line below when you set a valid welcome message
set_welcome_message WELCOME
#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
#setting battle (multiplayer_bt) mode
set_mission multiplayer_bt
#setting max players, first one is non-premium member limit, second one is premium member limit
set_max_players 50 50
set_num_bots_voteable 20
set_map mp_la_haye_sainte
add_map mp_arabian_harbour
add_map mp_arabian_village
add_map mp_ardennes
add_map mp_avignon
add_map mp_borodino
add_map mp_champs_elysees
add_map mp_columbia_farm_morning
add_map mp_european_city_summer
add_map mp_french_farm
add_map mp_german_village
add_map mp_hougoumont
add_map mp_landshut
add_map mp_oaksfield_day
add_map mp_river_crossing_morning
add_map mp_roxburgh
add_map mp_russian_village
add_map mp_schemmerbach
add_map mp_slovenian_village
add_map mp_spanish_farm
add_map mp_spanish_mountain_pass
add_map mp_spanish_village
add_map mp_strangefields
add_map mp_walloon_farm
#adding all nations to both sides just to randomize all of them
#adding less nations will reduce the randomization set (used in set_randomize_factions command)
add_factions fac_britain fac_britain
add_factions fac_france fac_france
add_factions fac_prussia fac_prussia
add_factions fac_russia fac_russia
add_factions fac_austria fac_austria
set_randomize_factions 1
#since default team point limit is 300, the line below is necessary for this mode
#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 7320
#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
set_add_to_game_servers_list 1
start

I guess this sample battle config file is not that much different from the one for RaW?

 
well then it shouldn't be to hard. Just get the config from native.

And then you only have to edit the factions witch should be then.

fac_kingdom_1 (Roman_Empire)
fac_kingdom_2 (The_Hellenic_States
fac_kingdom_3 (Celtic_Tribes)
 
Thank you! :smile:

So it must look somehting like this:
#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 AdminPW
#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 Yourservername
#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
#setting battle (multiplayer_bt) mode
set_mission multiplayer_bt
#setting max players, first one is non-premium member limit, second one is premium member limit
set_max_players 50 50
set_num_bots_voteable 20
set_map multi_scene_1
add_map multi_scene_2
add_map multi_scene_4
add_map multi_scene_7
add_map multi_scene_9
add_map multi_scene_11
add_map multi_scene_12
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

set_randomize_factions 1
#since default team point limit is 300, the line below is necessary for this mode
set_team_point_limit 10
#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 7320
#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
set_add_to_game_servers_list 1
start
 
Back
Top Bottom