Page History
...
Fancy Bullets | ||
---|---|---|
| ||
|
...
In case "arena_spawner.exe" is started from the Windows Command Line, or through a batch file, there are a few command-line options that have to be passed to the spawner on each machine:
-server host[:port] [optional] - specifies the server address with an optional port. The default port is 20710. If the Server Auto Discovery is set, the spawners don't need to specify the server address, they can listen for the auto-discovery broadcast messages from the server and automatically determine its IP address.
-id id [optional] - the string ID of the spawner and the render instance. It must be a non-empty string and it must match the one in the server configuration. If this parameter is not provided, the spawner will be assigned an automatic ID containing the spawner IP address, as seen from the server when the spawner connects.
...
To use this option make a copy of the file and rename it to "arena_spawner.json" (remove the " .template" extension). In this case the configuration file will be used automatically when the arena_spawner.exe is started.
...