-
Notifications
You must be signed in to change notification settings - Fork 1
This typically means outdated game. Patchwork runs only with latest DLC (both paid and free) at a given time. It will never support older versions of the game (apart from older releases that is).
Zipped mods compatibility works by extracting those, and converting
back to canonical on-disk format equivalent to that of a hard mod in separate
folder. In Koikatu/Patchwork/mod, you'll find folders named after zip files. Delete
the folders of mods you don't want. Note that 'unzip' script unzips everything
it finds in mod directory on each game launch, so you may need to keep it
disabled if you want to handle extracted mods on your own.
Mods are kept on disk like this to conserve memory (roughly 2GB for heavily modded game).
Could be a mod problem or pw problem. Try globally disabling mods (first unsafe, then normal ones) to see if problem persists.
Compatibility is maintained only for commonly used plugins.
This typically mean some plugin is conflicting with pw and is spamming errors every rendered frame.
Patchwork can enable plugins while the game is running.
- uncheck everything of type DLL in 'Scripts' tab, leave only the default scripts.
- Then click the launch button.
- Then run the game, go to the place which causes issues
- Start check marking DLLs in scripts tab - whenever it gets checked, the plugin gets loaded immediately.
- Once the problem appears, you found the conflict.
Optionally, you can open an issue and request compatibility to be fixed for particular plugin.
Open issue and describe the problem. If the game breaks very badly for no apparent reason:
- enable
[SPAM]logging in advanced tab - launch the game until problem appears, exit
- There's now a file
Koikatu_Data/output_log.txtwhich contains information hinting the source of the problem, attach it to the github issue.