From 89b81718ee0ca3ff9c182ff9a28b56a20985a418 Mon Sep 17 00:00:00 2001 From: parkervcp Date: Wed, 2 Sep 2020 18:03:26 -0400 Subject: [PATCH] add teeworlds base files --- teeworlds/teeworlds/README.md | 20 ++++++++++++++++++++ teeworlds/teeworlds/autoexec.cfg | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 teeworlds/teeworlds/README.md create mode 100644 teeworlds/teeworlds/autoexec.cfg diff --git a/teeworlds/teeworlds/README.md b/teeworlds/teeworlds/README.md new file mode 100644 index 00000000..639036e4 --- /dev/null +++ b/teeworlds/teeworlds/README.md @@ -0,0 +1,20 @@ +# Example Server Name +### From their [Github](https://github.com/parkervcp/eggs) +A link to the site that you download game files from. +The description of the server usually provided by the game/server maker. + +### Install notes +Due to rate limiting the console on the panel cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log. + +### Minimum RAM warning +Minimum required memory to run the server. + + +### Server Ports +Ports required to run the server in a table format. + +| Port | default | +|---------|---------| +| Game | 8308 | + +#### Mods/Plugins may require ports to be added to the server. diff --git a/teeworlds/teeworlds/autoexec.cfg b/teeworlds/teeworlds/autoexec.cfg new file mode 100644 index 00000000..c86e01c5 --- /dev/null +++ b/teeworlds/teeworlds/autoexec.cfg @@ -0,0 +1,12 @@ +## These settings are set on start. +## changing them will be overwritten on start +bindaddr 0.0.0.0 +sv_port 8308 +sv_name A Pterodactyl Hosted Teeworlds Server +sv_motd A Pterodactyl Hosted Teeworlds Server + +## These can be changed manually +sv_map dm1 +sv_scorelimit 20 +sv_timelimit 10 +sv_gametype dm \ No newline at end of file