
File information
Created by
TheMysteriousStranger90Uploaded by
TheMysteriousStranger90Virus scan
Mod articles
-
Save Editor for Pathologic 2
Description:
This desktop application is built using .NET and Avalonia UI and serves as a Save Editor for Pathologic 2, allowing users to modify player stats, add money in-game, maximize the current quantity of items in the inventory, maximize the current quantity of items in Haruspex's Wardrobe and expand inventory (last method works only partially).
Fixes and New Functionality:
v0.0.1:
- (Released: 23 November 2023) - Initial release with core features.
v1.0.0:
- (Released: 14 October 2024) - Major update with new features and bug fixes.
- Threading Error: Fixed the "Call from invalid thread" error related to performing UI operations from the wrong thread. I used Dispatcher.UIThread.Invoke...