Log in

View Full Version : Server: Command Line Argument



Silentfood
03-04-2013, 01:45 AM
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:

vaultserver.exe -port 7777 -ip 127.0.0.1

Thanks.

foxtacles
03-04-2013, 02:05 AM
That is not possible currently, but I'll add it very soon.

Silentfood
03-04-2013, 02:25 AM
That is not possible currently, but I'll add it very soon.

Much love for that :)

foxtacles
03-04-2013, 06:25 PM
https://www.vaultmp.com/showthread.php?1814-allow-command-line-argument-over

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

edit: done. Following your example above:


vaultserver.exe -general:port 7777 -general:host 127.0.0.1