Add ability to give items found during womans lot DLC to Henry.#43
Merged
pryans merged 5 commits intopryans:masterfrom Jan 16, 2024
Merged
Add ability to give items found during womans lot DLC to Henry.#43pryans merged 5 commits intopryans:masterfrom
pryans merged 5 commits intopryans:masterfrom
Conversation
These two functions allow you to save your hold inventory to a global variable and then add all the saved items back to your inventory later in the game session. This works on save game load as well. I added this so that you can save all the items you have towards the end of the "A Womans Lot" DLC, and then load them back into your inventory once you're back in control of Henry.
pryans
requested changes
Jan 15, 2024
Contributor
Author
|
Thanks! I made the changes. |
pryans
approved these changes
Jan 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You can now run cheat_save_all_items just before the end of the "A womans lot" dlc to save all your items to a global variable, and then run "cheat_load_all_items" once you are back in control of Henry to keep everything you found as Theresa. Be sure to give Theresa a big THANK YOU afterwards!
Both commands must be run in the same game session. If you exit KCD after running cheat_save_all_items , the saved items will not persist for your next invocation of the cheat_load_all_items command. Saving items does NOT remove them from your inventory.