feat: added vintage story

This commit is contained in:
NgLoader
2020-02-27 01:55:55 +01:00
Unverified
parent f4a00baf85
commit cf77f4deaf
2 changed files with 63 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Vintage Story
#### The Vintage Story Server
The server supports mods
#### from the developers
Vintage Story is an uncompromising wilderness survival sandbox game inspired by lovecraftian horror themes.
Find yourself in a ruined world reclaimed by nature and permeated by unnerving temporal disturbances.
Relive the advent of human civilization, or take your own path.
New to the game? Make sure to checkout their [starter page](https://wiki.vintagestory.at/index.php?title=Main_Page).
### Server Ports
Vintage Story requires a single port
| Port | default |
|---------|---------|
| Game | 42420 |
@@ -0,0 +1,45 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-02-27T01:53:00+01:00",
"name": "Vintage Story",
"author": "mail@wuffy.eu",
"description": "Vintage Story is an uncompromising wilderness survival sandbox game inspired by lovecraftian horror themes. Find yourself in a ruined world reclaimed by nature and permeated by unnerving temporal disturbances. Relive the advent of human civilization, or take your own path.",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_mono-6-complete",
"startup": "mono VintagestoryServer.exe --dataPath .\/data {{OPTIONS}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Dedicated Server now running on Port \",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": false,\r\n \"location\": \".\/data\/Logs\/server-debug.txt\"\r\n}",
"stop": "\/stop"
},
"scripts": {
"installation": {
"script": "#!\/bin\/ash\r\n# Vintage Story Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y screen wget curl\r\n\r\ncd mnt\/server\r\n\r\ncurl -o vs_server.tar.gz https:\/\/cdn.vintagestory.at\/gamefiles\/stable\/vs_server_${VERSION}.tar.gz\r\ntar -xzf vs_server.tar.gz",
"container": "debian:buster-slim",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Start Options",
"description": "",
"env_variable": "OPTIONS",
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "max:200"
},
{
"name": "Version",
"description": "",
"env_variable": "VERSION",
"default_value": "1.12.5",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string|max:20"
}
]
}