TShock/TShockLauncher
James Puleo 8b57f32125
Detect invalid TShock installations
There are two common mistakes made by those installing/updating TShock:
- Extracting TShock into the Terraria client directory
- Extracting TShock 5 or newer into a legacy (TShock 4 or older) install

By checking for the existence of a file named `TerrariaServer.exe`, we
can potentially detect these invalid installations, and prompt the user
with a more useful diagnostic, rather than (likely) crashing moments
later.
2022-12-20 22:35:22 -05:00
..
.gitignore Introduce integrated package manager 2022-11-28 08:16:11 -05:00
Program.cs Detect invalid TShock installations 2022-12-20 22:35:22 -05:00
TShockLauncher.csproj Introduce integrated package manager 2022-11-28 08:16:11 -05:00