Releases: pryans/kcd-cheat
Releases · pryans/kcd-cheat
1.58
1.57
1.56
1.56 Changes
- Adds 2 new commands cheat_save_all_items and cheat_load_all_items.
- cheat_save_all_items: Saves inventory to temporary game memory. Intended for situations where the contents of your inventory will be lost due to game mechanics. i.e. A Woman's Lot (DLC). See cheat_load_all_items.
- cheat_load_all_items: Loads all items stored by cheat_save_all_items in this game session.
- From aleksey-orekhov: 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.
- See pull request #43 for aleksey-orekhov's changes.
1.55
Release 1.55
- @wilecoyote Added a bunch of dlc related npcs, horses, buffs, perks and codex entries to cheat_localization.lua (see comments about Master Locator Marius at Nexus) so that we can find them with the command cheat_find_npc
- See PR #42 for the specific changes
1.54
1.53
1.53
- See #38 from wilecoyote
Teleport Command Changes
- Added a lot of teleport commands (bandit camps, bath houses, charcoal-burner camps, woodland gardens, herbalists, mills, taverns, and woodcutter camps)
- Added additional locations for bath houses, charcoal-burner camps, herbalists, mills, taverns, and woodcutter camps.
- Removed doubled entries for treasure chests.
- cheat_tp_bc = Teleports the player to the given bandit camp.
- cheat_tp_bh = Teleports the player to the given bath house.
- cheat_tp_cb = Teleports the player to the given charcoal-burner camp.
- cheat_tp_ee = Teleports the player to the given easter egg location.
- cheat_tp_gn = Teleports the player to the given woodland garden.
- cheat_tp_hl = Teleports the player to the given herbalist.
- cheat_tp_ml = Teleports the player to the given mill.
- cheat_tp_tvn = Teleports the player to the given tavern.
- cheat_tp_wc = Teleports the player to the given woodcutter camp.
Invisibility and Immortal Buff Changes
- Changed invisibility and immortal buff to be cheat specific.
- BREAKING CHANGE: These commands are not backward compatible.
- cheat_add_buff_immortal
- cheat_add_buff_invisible
If you have used these commands then you need to:
- REMOVE the buffs using mod version 1.52
- cheat_remove_buff_immortal
- cheat_remove_buff_invisible
- save your game
- upgrade to 1.53
- then run the commands again if you want to still use them each time your start the game.
- cheat_add_buff_immortal
- cheat_add_buff_invisible
NOTE: cheat_add_buff_immortal and cheat_add_buff_invisible no longer persist through restarts of the game. The buff IDs are unique to cheat mod starting in 1.53 so they will not conflict with the base game or other mods. If you want these buffs to always be enabled you need to run the commands manually or use the autoexec file.