Terra-Dash/settings.py

23 lines
437 B
Python
Raw Normal View History

2024-09-16 21:01:46 +02:00
<<<<<<< HEAD
2024-09-16 13:05:58 +02:00
#!/usr/bin/python3
2024-09-16 21:01:46 +02:00
=======
#!/usr/bi/python3
>>>>>>> 079d2a0 (terminal intigration)
from os import path
path = (
path.dirname(__file__) + "/"
) # Path ist das Verzeichnis wo Terradash lokalisiert ist.
## Settings
LAUNCH_WORLD = "1"
MAX_PLAYERS = ""
PORT = ""
FORWARD_PORT = "y"
PASSWORD = ""
RUN_SERVER_COMMAND = "clear & mono --server --gc=sgen -O=all ./TerrariaServer.exe"
SERVER_PATH = path + "/TerrariaServer"