1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00
This commit is contained in:
Wapriaily 2023-02-03 14:34:50 +08:00
parent 9b53b2057d
commit 4f77e5a7fd
2 changed files with 23 additions and 23 deletions

View File

@ -4,9 +4,9 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-11-19T18:35:39+01:00",
"exported_at": "2023-02-03T14:32:26+08:00",
"name": "Frozen Flame",
"author": "theblitzbat@gmail.com",
"author": "parker@parkervcp.com",
"description": "Frozen Flame Dedicated Server",
"features": null,
"docker_images": {
@ -38,6 +38,26 @@
"rules": "nullable|numeric",
"field_type": "text"
},
{
"name": "Max Players",
"description": "Maximum player count",
"env_variable": "MAX_PLAYERS",
"default_value": "10",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric",
"field_type": "text"
},
{
"name": "Query Port",
"description": "The query port.",
"env_variable": "QUERY_PORT",
"default_value": "27015",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer|between:1024,65536",
"field_type": "text"
},
{
"name": "Additional Arguments",
"description": "Specify additional launch parameters such as -crossplay. You must include a dash - and separate each parameter with space: -crossplay -exclusivejoin",
@ -68,16 +88,6 @@
"rules": "required|string|max:128",
"field_type": "text"
},
{
"name": "Max Players",
"description": "Maximum player count",
"env_variable": "MAX_PLAYERS",
"default_value": "10",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric",
"field_type": "text"
},
{
"name": "Auto Update",
"description": "Auto update server software",
@ -87,16 +97,6 @@
"user_editable": true,
"rules": "boolean",
"field_type": "text"
},
{
"name": "Query Port",
"description": "The query port.",
"env_variable": "QUERY_PORT",
"default_value": "27015",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer|between:1024,65536",
"field_type": "text"
}
]
}

View File

@ -6,7 +6,7 @@
},
"exported_at": "2023-02-03T13:00:17+08:00",
"name": "Rust Autowipe",
"author": "kano@wapriaily.com",
"author": "parker@parkervcp.com",
"description": "The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.",
"features": [
"steam_disk_space"