Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Added OpenTTD #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions OpenTTD/egg-cply-cf--openttd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2018-02-17T01:01:02+01:00",
"name": "cply.cf : Open TTD",
"author": "pj@cply.cf",
"description": "OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe.",
"image": "quay.io\/cply\/container:openttd",
"startup": ".\/openttd -D {{LATEST_SAVE}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"dbg: [net] starting listeners for clients\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
"stop": "exit"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates",
"container": "ubuntu:16.04",
"entrypoint": "bash"
}
},
"variables": []
}