VainGod的最近内容

  1. Hosting a Dedicated Server Guide

    As the topic states everything is in order all ports required are opened and everything this is my 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 pokeblade
    #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 robin
    #use the line below to set a valid server name
    set_server_name ashran
    #uncomment the line below when you set a valid welcome message
    set_welcome_message Hi
    #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_cb

    #since default team point limit is 300, the line below is necessary for this mode
    set_team_point_limit 10

    #setting max players, first one is non-premium member limit, second one is premium member limit
    set_max_players 20 20
    set_num_bots_voteable 0

    set_map mp_landshutriver_crossing
    add_map mp_champs_elysees
    add_map mp_champs_elysees_rain
    add_map mp_french_farm
    add_map mp_french_farm_storm
    add_map mp_landshut
    add_map mp_schemmerbach
    add_map mp_spanish_farm
    add_map mp_spanish_village_evening
    add_map mp_strangefields_storm
    add_map random_multi_plain_medium
    add_map random_multi_desert_forest_medium
    add_map random_multi_steppe_medium
    add_map random_multi_snow_medium_snow
    add_map random_multi_desert_medium


    #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

    #if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
    set_upload_limit 590000
    #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 7240
    set_server_log_folder Logs
    set_server_ban_list_file ban_list.txt

    set_add_to_game_servers_list 1

    start




    But it still does not show up on server list.
后退
顶部 底部