Fleet Runtime Configuration Server Process
data class FleetRuntimeConfigurationServerProcess(val concurrentExecutions: Int, val launchPath: String, val parameters: String? = null)
Properties
Link copied to clipboard
Number of server processes using this configuration to run concurrently on an instance.
Link copied to clipboard
Location of the server executable in a game build. All game builds are installed on instances at the root : for Windows instances C:\game
, and for Linux instances /local/game
.
Link copied to clipboard
Optional list of parameters to pass to the server executable on launch.