Posted January 13, 2024 by chemicalcrux
It turns out that both the old and new versions of the game store their stats in the same stats.json
file. However, the old game does not handle reading the new game’s stats format well. This breaks anything that tries to count stats…like getting grabbed by Fen.
If you want to play the legacy version, the fix is to delete the stats.json file. You can find it here:
Windows: C:/Users/[username]/AppData/LocalLow/chemicalcrux/Predatory Pursuit/
macOS: ~/Library/Application Support/chemicalcrux/Predatory Pursuit/
Linux: $XDG_CONFIG_HOME/unity3d/chemicalcrux/Predatory Pursuit/
That will fix things until you play the non-legacy version again.
Sorry about that! I’ll see if I can update the legacy version to fix this.