From d5a62a99ff9fa5f116a623f867a571822742c8e4 Mon Sep 17 00:00:00 2001 From: JumpWatch Date: Thu, 10 Sep 2020 12:43:33 +0200 Subject: [PATCH 1/8] Added Cryofall --- Cryofall/README.md | 13 +++++++++++++ Cryofall/egg-cryo-fall.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 Cryofall/README.md create mode 100644 Cryofall/egg-cryo-fall.json diff --git a/Cryofall/README.md b/Cryofall/README.md new file mode 100644 index 00000000..12385a54 --- /dev/null +++ b/Cryofall/README.md @@ -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. \ No newline at end of file diff --git a/Cryofall/egg-cryo-fall.json b/Cryofall/egg-cryo-fall.json new file mode 100644 index 00000000..22238f16 --- /dev/null +++ b/Cryofall/egg-cryo-fall.json @@ -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" + } + ] +} \ No newline at end of file From e1de73aa1bc065c6cdd890b51c991757ded93336 Mon Sep 17 00:00:00 2001 From: JumpWatch Date: Sat, 12 Sep 2020 10:47:35 +0200 Subject: [PATCH 2/8] updated Cryofall-egg.json --- Cryofall/egg-cryo-fall.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cryofall/egg-cryo-fall.json b/Cryofall/egg-cryo-fall.json index 22238f16..6138b7c4 100644 --- a/Cryofall/egg-cryo-fall.json +++ b/Cryofall/egg-cryo-fall.json @@ -3,21 +3,21 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-09-10T11:03:53+02:00", + "exported_at": "2020-09-12T10:46:57+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", + "startup": "dotnet Binaries\/Server\/CryoFall_Server.dll loadOrNew", "config": { "files": "{}", - "startup": "{}", + "startup": "{\r\n \"done\": \"[IMP] UDPServer: Socket-server listening on \"\r\n}", "logs": "{}", - "stop": "stop 60" + "stop": "stop 10 stopping server" }, "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", + "script": "#Server Files: \/mnt\/server\r\nrm -rf \/mnt\/server\r\n\r\napk update\r\n\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\ncp -a CryoFall_Server_v${VERSION}_NetCore\/. \/mnt\/server\r\n\r\nrm -rf CryoFall_Server_v${VERSION}_NetCore\r\n\r\nrm -rf Cryofall_server_v${VERSION}.zip", "container": "alpine:3.9", "entrypoint": "ash" } @@ -33,4 +33,4 @@ "rules": "required|string|max:20" } ] -} \ No newline at end of file +} From 99d9aaa5389215a30465796d30d46225c8f1ccda Mon Sep 17 00:00:00 2001 From: hypersmc Date: Sun, 13 Sep 2020 18:21:51 +0200 Subject: [PATCH 3/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfc604b3..3b0d185a 100644 --- a/README.md +++ b/README.md @@ -146,3 +146,5 @@ If you are reading this it looks like you are looking to add an egg to your serv [Vintage Story](/vintage_story/vintage_story/) [Xonotic](/xonotic/xonotic/) + +[Cryofall]((/cryofall/)) \ No newline at end of file From d7eca7c23b2cb32aa1a5b2741fc1530d9d7256c3 Mon Sep 17 00:00:00 2001 From: hypersmc Date: Sun, 13 Sep 2020 18:22:25 +0200 Subject: [PATCH 4/8] reuploading in a sec --- Cryofall/README.md | 13 ------------- Cryofall/egg-cryo-fall.json | 36 ------------------------------------ 2 files changed, 49 deletions(-) delete mode 100644 Cryofall/README.md delete mode 100644 Cryofall/egg-cryo-fall.json diff --git a/Cryofall/README.md b/Cryofall/README.md deleted file mode 100644 index 12385a54..00000000 --- a/Cryofall/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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. \ No newline at end of file diff --git a/Cryofall/egg-cryo-fall.json b/Cryofall/egg-cryo-fall.json deleted file mode 100644 index 6138b7c4..00000000 --- a/Cryofall/egg-cryo-fall.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v1" - }, - "exported_at": "2020-09-12T10:46:57+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 Binaries\/Server\/CryoFall_Server.dll loadOrNew", - "config": { - "files": "{}", - "startup": "{\r\n \"done\": \"[IMP] UDPServer: Socket-server listening on \"\r\n}", - "logs": "{}", - "stop": "stop 10 stopping server" - }, - "scripts": { - "installation": { - "script": "#Server Files: \/mnt\/server\r\nrm -rf \/mnt\/server\r\n\r\napk update\r\n\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\ncp -a CryoFall_Server_v${VERSION}_NetCore\/. \/mnt\/server\r\n\r\nrm -rf CryoFall_Server_v${VERSION}_NetCore\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" - } - ] -} From 4ba2913629e6fef71252d6d794ad9b10ee5a7780 Mon Sep 17 00:00:00 2001 From: hypersmc Date: Sun, 13 Sep 2020 18:22:43 +0200 Subject: [PATCH 5/8] uploaded --- cryofall/README.md | 13 +++++++++++++ cryofall/egg-cryo-fall.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 cryofall/README.md create mode 100644 cryofall/egg-cryo-fall.json diff --git a/cryofall/README.md b/cryofall/README.md new file mode 100644 index 00000000..12385a54 --- /dev/null +++ b/cryofall/README.md @@ -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. \ No newline at end of file diff --git a/cryofall/egg-cryo-fall.json b/cryofall/egg-cryo-fall.json new file mode 100644 index 00000000..6138b7c4 --- /dev/null +++ b/cryofall/egg-cryo-fall.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2020-09-12T10:46:57+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 Binaries\/Server\/CryoFall_Server.dll loadOrNew", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"[IMP] UDPServer: Socket-server listening on \"\r\n}", + "logs": "{}", + "stop": "stop 10 stopping server" + }, + "scripts": { + "installation": { + "script": "#Server Files: \/mnt\/server\r\nrm -rf \/mnt\/server\r\n\r\napk update\r\n\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\ncp -a CryoFall_Server_v${VERSION}_NetCore\/. \/mnt\/server\r\n\r\nrm -rf CryoFall_Server_v${VERSION}_NetCore\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" + } + ] +} From 5039e5f87306b3be44dc4eadc56cc5e067db0078 Mon Sep 17 00:00:00 2001 From: JumpWatch Date: Mon, 14 Sep 2020 09:07:37 +0200 Subject: [PATCH 6/8] fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0d185a..3c302903 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,4 @@ If you are reading this it looks like you are looking to add an egg to your serv [Xonotic](/xonotic/xonotic/) -[Cryofall]((/cryofall/)) \ No newline at end of file +[Cryofall](/cryofall/) \ No newline at end of file From 7b04d60a8d0ab22ce9996769358c99bcf9865d39 Mon Sep 17 00:00:00 2001 From: hypersmc Date: Sun, 11 Oct 2020 17:48:06 +0200 Subject: [PATCH 7/8] Update egg-cryo-fall.json (Not confirmed working but should work) --- cryofall/egg-cryo-fall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cryofall/egg-cryo-fall.json b/cryofall/egg-cryo-fall.json index 6138b7c4..fa7ddb14 100644 --- a/cryofall/egg-cryo-fall.json +++ b/cryofall/egg-cryo-fall.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-09-12T10:46:57+02:00", + "exported_at": "2020-10-11T17:46:58+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", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "#Server Files: \/mnt\/server\r\nrm -rf \/mnt\/server\r\n\r\napk update\r\n\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\ncp -a CryoFall_Server_v${VERSION}_NetCore\/. \/mnt\/server\r\n\r\nrm -rf CryoFall_Server_v${VERSION}_NetCore\r\n\r\nrm -rf Cryofall_server_v${VERSION}.zip", + "script": "#Server Files: \/mnt\/server\r\nrm -rf \/mnt\/server\r\n\r\napk update\r\n\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -sSL https:\/\/wiki.atomictorch.com\/CryoFall\/Server\/Setup | grep 'SERVER DOWNLOAD' | grep -Eoi ']+>' | grep -Eo 'href=\\\"[^\\\\\\\"]+\\\"' | grep -Eo '(http|https):\\\/\\\/[^\\\"]+' | tail -1 | cut -d'?' -f1\r\n\r\nunzip Cryofall_server_v${VERSION}.zip\r\n\r\ncp -a CryoFall_Server_v${VERSION}_NetCore\/. \/mnt\/server\r\n\r\nrm -rf CryoFall_Server_v${VERSION}_NetCore\r\n\r\nrm -rf Cryofall_server_v${VERSION}.zip", "container": "alpine:3.9", "entrypoint": "ash" } @@ -33,4 +33,4 @@ "rules": "required|string|max:20" } ] -} +} \ No newline at end of file From 0b25342658790532a97d9f790112f054bf76eeb7 Mon Sep 17 00:00:00 2001 From: hypersmc Date: Sun, 11 Oct 2020 17:48:42 +0200 Subject: [PATCH 8/8] Update egg-cryo-fall.json (muffin) --- cryofall/egg-cryo-fall.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryofall/egg-cryo-fall.json b/cryofall/egg-cryo-fall.json index fa7ddb14..a94781d4 100644 --- a/cryofall/egg-cryo-fall.json +++ b/cryofall/egg-cryo-fall.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-10-11T17:46:58+02:00", + "exported_at": "2020-10-11T17:48:30+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",