Merge pull request #675 from parkervcp/add/teeworlds_files

Add/teeworlds files
This commit is contained in:
Michael (Parker) Parker 2020-09-02 18:05:44 -04:00 committed by GitHub
commit e403d9de2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 0 deletions

View File

@ -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.

View File

@ -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

View File

@ -0,0 +1,37 @@
####
# This specifies where and in which order Teeworlds looks
# for its data (sounds, skins, ...). The search goes top
# down which means the first path has the highest priority.
# Furthermore the top entry also defines the save path where
# all data (settings.cfg, screenshots, ...) are stored.
# There are 3 special paths available:
# $USERDIR
# - ~/.appname on UNIX based systems
# - ~/Library/Applications Support/appname on Mac OS X
# - %APPDATA%/Appname on Windows based systems
# $DATADIR
# - the 'data' directory which is part of an official
# release
# $CURRENTDIR
# - current working directory
# $APPDIR
# - usable path provided by argv[0]
#
#
# The default file has the following entries:
# add_path $USERDIR
# add_path $DATADIR
# add_path $CURRENTDIR
#
# A customised one could look like this:
# add_path user
# add_path mods/mymod
####
##
# Touch it and your server may not start.
##
add_path $DATADIR
add_path $CURRENTDIR
add_path $APPDIR