Skip to content

Releases: pryans/kcd-cheat

1.57

09 Oct 22:59
Compare
Choose a tag to compare

1.57 Changes

  • @wilecoyote: Set fall dmg to zero for immortal buff
  • See PR #48 for the specific changes

1.56

16 Jan 16:35
Compare
Choose a tag to compare

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

14 Jan 22:02
Compare
Choose a tag to compare

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

09 Jan 20:35
Compare
Choose a tag to compare

Release 1.54 Changes

1.53

25 Mar 23:57
Compare
Choose a tag to compare

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:

  1. REMOVE the buffs using mod version 1.52
  2. cheat_remove_buff_immortal
  3. cheat_remove_buff_invisible
  4. save your game
  5. upgrade to 1.53
  6. then run the commands again if you want to still use them each time your start the game.
  7. cheat_add_buff_immortal
  8. 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.

1.52

20 Feb 14:58
Compare
Choose a tag to compare
  • See #36 from wilecoyote
  • cheat_find_perks now works for HC perks again and some obsolete perks are excluded from the results. See the pull request changes for details.

1.51

17 Jul 16:42
Compare
Choose a tag to compare
  • See #28 for aleksey-orekhov's changes.
  • Add treasures, bandit camps, and some gardens to cheat_teleport_to command. Added some additional comments. Made documentation of cheat_teleport_to a bit easier to read (at least in a code editor, but hopefully also in the console)

1.50

16 May 20:01
Compare
Choose a tag to compare

See #26

1.49

10 May 02:01
Compare
Choose a tag to compare

Updated treasure coordinates.

1.48

08 May 20:17
Compare
Choose a tag to compare

Switched to localization pak files, 1 for each Localization sub folder.