Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unpatching #588

Closed
wants to merge 5 commits into from
Closed

Add Unpatching #588

wants to merge 5 commits into from

Conversation

Bwc9876
Copy link
Member

@Bwc9876 Bwc9876 commented Jul 4, 2024

Adds the ability for mods to specify an unpatcher.

This allows mods that use prepatchers to undo what those prepatchers did once disabled. Meaning users won't need to verify game files or undo changes manually.

Added

  • New manifest field: unpatcher
  • New OWML config field: prepatchersExecuted
  • New docs page on prepatching
  • Manager now hides prepatcher warnings for mods with unpatchers on disable

@JohnCorby
Copy link
Member

regarding docs, it would be nice to see if getexecutingassembly works for getting the mod path. then we could just be like "use appdomain blah blah for game path and getexecutingassembly for mod path"

@MegaPiggy
Copy link
Member

regarding docs, it would be nice to see if getexecutingassembly works for getting the mod path. then we could just be like "use appdomain blah blah for game path and getexecutingassembly for mod path"

isn't one of the args the mod path?

@Bwc9876
Copy link
Member Author

Bwc9876 commented Aug 8, 2024

kill

@Bwc9876 Bwc9876 closed this Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants