mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 10:27:50 +08:00
Added Steam App ID variable
This commit is contained in:
parent
f8ce51ab5b
commit
db8b2180d4
@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2023-06-03T18:51:27+02:00",
|
||||
"exported_at": "2023-06-03T13:33:19-04:00",
|
||||
"name": "NeosVR",
|
||||
"author": "espeon@espeon.dev",
|
||||
"description": "Neos VR is a metaverse engineered for the unknown! It\u2019s one of the most versatile and feature rich metaverses for virtual reality, designed so everybody can find something interesting or useful to do in a social setting.",
|
||||
@ -97,6 +97,16 @@
|
||||
"user_editable": true,
|
||||
"rules": "required|boolean",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Steam App ID",
|
||||
"description": "",
|
||||
"env_variable": "SRCDS_APPID",
|
||||
"default_value": "740250",
|
||||
"user_viewable": false,
|
||||
"user_editable": false,
|
||||
"rules": "required|string|max:20",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user