-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Problem
Currently, HookOfTheReaper requires .txt and .hor files that can be overwritten during updates. To keep unique game settings, users often create separate folders for each game, which adds complexity and clutter.
Proposed Solution
Add support for per-game user .ini files that can call the appropriate .hor configuration at boot.
Each game could have its own .ini entry pointing to a .hor file.
Users could test game-specific settings without affecting the main .txt / .ini configs.
Updates would no longer risk overwriting custom .hor files.
Benefits
Cleaner organization: no need for duplicate folders.
Safer workflow: protects user-tuned .hor and .txt files during updates.
Flexible testing: users can trial custom settings before merging them into the main configuration.