The configs are now embedded in the executable at build time which removes the need for users to have a proper folder structure and allows the program to list valid game IDs in the help menu. This now requires using the -g flag with a valid game ID, but also adds a -c flag which allows passing an external config file to use for parsing
The configs are now embedded in the executable at build time which removes the need for users to have a proper folder structure and allows the program to list valid game IDs in the help menu. This now requires using the
-g
flag with a valid game ID, but also adds a-c
flag which allows passing an external config file to use for parsing