mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
Update
This commit is contained in:
parent
9b53b2057d
commit
4f77e5a7fd
@ -4,9 +4,9 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2022-11-19T18:35:39+01:00",
|
"exported_at": "2023-02-03T14:32:26+08:00",
|
||||||
"name": "Frozen Flame",
|
"name": "Frozen Flame",
|
||||||
"author": "theblitzbat@gmail.com",
|
"author": "parker@parkervcp.com",
|
||||||
"description": "Frozen Flame Dedicated Server",
|
"description": "Frozen Flame Dedicated Server",
|
||||||
"features": null,
|
"features": null,
|
||||||
"docker_images": {
|
"docker_images": {
|
||||||
@ -38,6 +38,26 @@
|
|||||||
"rules": "nullable|numeric",
|
"rules": "nullable|numeric",
|
||||||
"field_type": "text"
|
"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",
|
"name": "Additional Arguments",
|
||||||
"description": "Specify additional launch parameters such as -crossplay. You must include a dash - and separate each parameter with space: -crossplay -exclusivejoin",
|
"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",
|
"rules": "required|string|max:128",
|
||||||
"field_type": "text"
|
"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",
|
"name": "Auto Update",
|
||||||
"description": "Auto update server software",
|
"description": "Auto update server software",
|
||||||
@ -87,16 +97,6 @@
|
|||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "boolean",
|
"rules": "boolean",
|
||||||
"field_type": "text"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"exported_at": "2023-02-03T13:00:17+08:00",
|
"exported_at": "2023-02-03T13:00:17+08:00",
|
||||||
"name": "Rust Autowipe",
|
"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.",
|
"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": [
|
"features": [
|
||||||
"steam_disk_space"
|
"steam_disk_space"
|
||||||
|
Loading…
Reference in New Issue
Block a user