mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
Merge pull request #675 from parkervcp/add/teeworlds_files
Add/teeworlds files
This commit is contained in:
commit
e403d9de2e
20
teeworlds/teeworlds/README.md
Normal file
20
teeworlds/teeworlds/README.md
Normal 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.
|
12
teeworlds/teeworlds/autoexec.cfg
Normal file
12
teeworlds/teeworlds/autoexec.cfg
Normal 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
|
37
teeworlds/teeworlds/storage.cfg
Normal file
37
teeworlds/teeworlds/storage.cfg
Normal 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
|
Loading…
Reference in New Issue
Block a user