Sha256: 7d3dffc4d759db22e076ec4e7518275e3ff3ea13401b0ba40d18dd0cf759fa26

Contents?: true

Size: 1.9 KB

Versions: 11

Compression:

Stored size: 1.9 KB

Contents

// SMARTFOXSERVER 2X ADMIN TOOL'S ZONE MONITOR MODULE
// SFSGame room settings descriptor file. This must be merged with the Room descriptor.
// 
// The "category" attribute indicates in which tab on the interface (if a TabNavigator is used) the parameter will be displayed. If missing a default category is used.

//-------------------------------------------
// GAME SETTINGS
//-------------------------------------------

// MIN PLAYERS TO START GAME
{
	"name":"minPlayersToStartGame",
	"label":"Minimum # of players to start the game",
	"tooltip":"The minimum number of players required to start the game",
	"category":"Game Settings",
	"type":"NumericStepper",
	"value":{$BasicValue=room.minPlayersToStartGame},
	"edit":false
},

// LEAVE LAST ROOM ON JOIN
{
	"name":"leaveLastRoomOnJoin",
	"label":"Leave last Room on game join",
	"tooltip":"If active players joining the game will auto-leave their previous Room",
	"category":"Game Settings",
	"type":"CheckBox",
	"value":{$BasicValue=room.leaveLastRoomOnJoin},
	"edit":false
},

// NOTIFY GAME STARTED
{
	"name":"notifyGameStarted",
	"label":"Notify game started",
	"tooltip":"When active the notification of the game start/stop is done via a reserved Room Variable",
	"category":"Game Settings",
	"type":"CheckBox",
	"value":{$BasicValue=room.notifyGameStarted},
	"edit":false
},

// PLAYER MATCH EXPRESSION
{
	"name":"playerMatchExpression",
	"label":"Player matching expression",
	"tooltip":"A match expression used to filter players joining the Room",
	"category":"Game Settings",
	"type":"TextInput",
	"value":"{$BasicValue=room.playerMatchExpression}",
	"edit":false
},

// SPECTATOR MATCH EXPRESSION
{
	"name":"spectatorMatchExpression",
	"label":"Spectator matching expression",
	"tooltip":"A match expression used to filter spectators joining the Room",
	"category":"Game Settings",
	"type":"TextInput",
	"value":"{$BasicValue=room.spectatorMatchExpression}",
	"edit":false
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rubyfox-server-2.19.2.0 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.17.3.2 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.17.3.1 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.17.3.0 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.3.2 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.3.1 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.0.4 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.0.3 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.0.2 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.0.1 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt
rubyfox-server-2.16.0.0 lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt