Commit Graph

4 Commits

Author SHA1 Message Date
Lassi Säike
308948c752
Fix tshock egg stuck on reinstallation
The tshock egg currently uses `unzip` command in the installation script to extract the downloaded files.

If the user reinstalls the server, the extracted files already exist, and `unzip` prompts for whether to overwrite the files or not. This causes the installation script to get stuck.

This fixes the problem by adding the `-o` option to overwrite the files without prompting.
2021-11-05 20:04:13 +02:00
AevumDecessus
b915006dd1 tModLoader variables fixed typing/restrictions
Fixes issues introduced in #1282
2021-08-03 02:50:56 +00:00
AevumDecessus
166e570f37 Added additional configuration for tModLoader
Added Language, Difficulty, Password, and MOTD
variables for end user update
2021-08-03 02:10:38 +00:00
Softwarenoob
8ef59591f1 refactor: move games to their own folder 2021-07-02 03:34:01 +03:00