This site has been archived and made available for preservation purposes. No edits can be made.

How to set up the server and connect

(Difference between revisions)
Return to current revision
  1.  
    This short guide will give you the information you need to run a server and connect to it.
    [h="2"]Connecting to a server[/h]
    Copy "vaultmp.exe" and "vaultmp.dll" to your Fallout 3 and / or Fallout: New Vegas folder (where Fallout3.exe / FalloutNV.exe is located). Run vaultmp.exe. Type the address of the master server into the text input field named "Master" and click the button "Master Query". If everything works correctly, a list of servers should appear in your browser (if there are any online!). Now, you only have to select one and push "Join server". You need to disable Windows Live (patched xlive.dll - Fallout 3 only) as well as install FOSE / NVSE (see [wiki]Download (binaries / source)[/wiki]).
    [h="2"]Set up the dedicated server[/h]
    If you want others to be able to connect to your dedicated server (from the internet), you have to forward port 1770 (default) in your router configuration [i]and[/i] in your firewall (or define an exception). The server ships with a configuration file (vaultserver.ini) which you need to edit in order to setup your server.

    General settings:
    [table] style="width: 500px" class="cms_table_grid"
    |-
    | game
    | Can be either "fallout3" or "newvegas". Determines the game of the server
    |-
    | master
    | Address of the master server. Can have the format IP:port. The port is optional. Defaults to "vaultmp.com"
    |-
    | port
    | The port the server shall listen on. Defaults to 1770
    |-
    | query
    | Can be either 0 or 1. Enables direct server query. Defaults to 1
    |-
    | players
    | Number of player slots. Defaults to 4
    |-
    | save
  2. -
    | Defines the savegame the server and the players will load. The path must be relative to ./savegames/
  3. +
    | Defines the savegame the server and the players will load. The path must be relative to ./saves/
  4.  
    |-
    | fileserve
    | Can be either 0 or 1. Enables file downloading from the server. Defaults to 0
    |-
    | fileslots
    | Number of maximum parallel fileserve connections. Defaults to 8
    [/table]

    Script settings:
    [table] style="width: 500px" class="cms_table_grid"
    |-
    | scripts
    | Comma seperated list of PAWN / C++ scripts, will be loaded in the given order. The pathes must be relative to ./
    [/table]

    Mod settings:
    [table] style="width: 500px" class="cms_table_grid"
    |-
    | mods
    | Comma seperated list of mod files required to play on this server, will be loaded in the given order. The pathes must be relative to ./mods/ (clientside: gamedir/Data/.)
    [/table]
    [h="2"]Set up the master server[/h]
    If you want others to be able to connect to your master server (from the internet), you have to forward port 1660 (default) in your router configuration [i]and[/i] in your firewall (or define an exception). Run "vaultmaster.exe".

    If you need further help, ask in the forums and we'll be happy to help.