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

Results 1 to 4 of 4

Thread: Server: Command Line Argument

  1. #1
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57

    Server: Command Line Argument

    Hi, I'm hoping to use the server binaries on a cluster scale. Is there any possible way of getting a command line feature for the vaultserver.exe? I'd like to assign a port and IP in a way where someone cannot change it through the configuration file.

    For example:
    Code :
    vaultserver.exe -port 7777 -ip 127.0.0.1

    Thanks.

  2. #2
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    That is not possible currently, but I'll add it very soon.

  3. #3
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    Quote Originally Posted by Foxtacles View Post
    That is not possible currently, but I'll add it very soon.
    Much love for that

  4. #4
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    https://www.vaultmp.com/showthread.ph...-argument-over

    I will do a silent update on the gary 2.7 binaries in some hours.

    edit: done. Following your example above:

    Code :
    vaultserver.exe -general:port 7777 -general:host 127.0.0.1
    Last edited by foxtacles; 03-04-2013 at 07:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •