Start functionality for CryoFall game (automation of port/ip and others will arrive soon tm
This commit is contained in:
JumpWatch 2020-09-10 11:12:39 +02:00
parent 519ccf0427
commit f5594235d1
2 changed files with 49 additions and 0 deletions

13
Cryofall/README.md Normal file
View File

@ -0,0 +1,13 @@
# CryoFall
##Minimum RAM warning
You may want to assign a minimum of 1GB of RAM to a server.
##Required Server Ports
The default is 6000 can be changed in SettingsServer.xml
| Port | default |
|---------|---------|
| Game | 6000 |
#### Plugins may require ports to be added to the server.

View File

@ -0,0 +1,36 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-09-10T11:03:53+02:00",
"name": "CryoFall",
"author": "contact@zennodes.dk",
"description": "NOTE: For now you have to change SettingsServer.xml under CryoFall_Server_v(Version)_NetCore\/Data\/SettingsServer.xml\r\n\r\nCryoFall is a sci-fi multiplayer colony simulation survival game set on a forgotten planet in a distant future.\r\n\r\nJoin the vast world of CryoFall together with other survivors to rebuild your civilization from scratch. Start with primitive technology and simple tools and use them to progress towards modern industrial might and even beyond, eventually reaching space-age technology only seen in science fiction.\r\n\r\nCryoFall can be played either as a relaxed PvE experience with no competition or as a brutal and unforgiving PvP. Make your choice and join one of many available servers with different game modes or host your own and invite your friends to join you!\r\n\r\nBuild your house or a large base together with other players. Dig wells and create farms to sustain basic needs. Build vehicles to explore the world faster. Establish basics of science, all the way from medicine and chemistry to fuel creation and even lithium extraction to create electronic devices. Cook food or prepare drinks to sell them from vending machines in your store.\r\n\r\nBuild factories to produce on an industrial scale: Weapons and defense systems, bionic implants to augment yourself, even large war machines and artillery guns to use against the biggest of opponents",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet",
"startup": "dotnet CryoFall_Server_v0.27.7.30_NetCore\/Binaries\/Server\/CryoFall_Server.dll loadOrNew",
"config": {
"files": "{}",
"startup": "{}",
"logs": "{}",
"stop": "stop 60"
},
"scripts": {
"installation": {
"script": "#Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -sS https:\/\/atomictorch.com\/Files\/CryoFall_Server_v${VERSION}_NetCore.zip -o Cryofall_server_v${VERSION}.zip\r\n\r\nunzip Cryofall_server_v${VERSION}.zip\r\n\r\nrm -rf Cryofall_server_v${VERSION}.zip",
"container": "alpine:3.9",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Game server version",
"description": "type game server version",
"env_variable": "VERSION",
"default_value": "0.27.7.30",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string|max:20"
}
]
}