DinoLauncher
DinoLauncher copied to clipboard
An application for launching dinos
```cs // Point to 'xdelta3.exe' in the dumbest way possible string exeDir = f.currentDirectory + f.xdeltaPath; ``` This wil not work on linux, as xdelta is there provided by the...
Seems to only affect linux 

Once hqmodels has been checked and applied to the rom, there is no way of undoing it
Currently, the config / data is just thrown into the same directory as the exe. This is bad practice, especially on non-windows OS, as it can lead to non-compliance or...
- class should be static - Why do you have wrappers for a lot of file operations which don't do anything special? - constants should be marked as constants
Probably makes more sense
For json integration, you should now use the builtin system.json Also please, (de)serialize instead of just writing raw properties
Currently none of the classes use any xml documentation