You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Adopt changes to dfhooks
2. Install dfhooks_dfhack the `hack` folder, and generate and install an appropriate `dfhooks_dfhack.ini` into the DF folder
3. Adjust RPATH (on Linux) so dfhooks_dfhack.dll can find dfhack.dll
4. Use dfhooks preinit to get the hack base path. Use this path when initializing Core
5. in `getHackPath()`, use the collected hack base path instead of hardcoding `./hack`.
6. Fix at one instance where `hack` was hardcoded outside of `getHackPath` (note: there are others this commit does not fix)
7. Update VersionInfoFactory to use a fs `path` instead of a `string` as its argument
0 commit comments