Search results for query: *

  1. Setting Up A Server

    What version of this mod do you need to download from moddb to setup a server with?
  2. [M] Full Invasion [A co-op mod for WB] - 14th of June

    http://fastdownloads.convictgaming.com/FullInvasion1.05.rar

    Also I updated the names in the servers. Should show the version numbers. Please add me on steam if you have any issues with convict gaming servers. http://steamcommunity.com/id/ViolentCrimes/ also archer please add me I would like to keep update on your mod as best as I can.
  3. Hosting a Dedicated Server Guide

    How do I get over 64 player server?
  4. Max players 200 and Set time limit

    Having the same issue. Whenever I try to go above 64 it sets the server at 20.

    Code:
    #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 deathmatch (multiplayer_dm) mode
    set_mission multiplayer_dm
    #setting max players, first one is non-premium member limit, second one is premium member limit
    set_max_players 150 151
    set_num_bots_voteable 0
    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
    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 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
    set_round_max_seconds 600
    start
  5. Hosting a Muffins waitress? Need help!

    Yes I have. I host 42 servers right now and have 6 Dedicated colo boxes. I have tried for over 8 hrs read the tutorial notta. Seems a common issue from what I have seen in the forums doesn't show up on the master list.
  6. Hosting a Muffins waitress? Need help!

    No help with dedicated server issues proves my point.
  7. Hosting a Muffins waitress? Need help!

    My guess is the developers don't really care about server issues they got their money good job for no server support.
Back
Top Bottom