Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.8 KB

BepInEx Plugin for doing stuff with the Lore Store in For The King II. It's possible to cheat add lore books, remove them, make locked items purchaseable and make hidden items purchaseable.

The mod adds the following hotkeys (After using a Hotkey, if you already entered the Lore Store you need to leave and reenter):

  • LeftShift + F2: Add 50 Lore
  • LeftShift + F3: Make all items purchaseable
  • LeftShift + F4: Make only hidden items purchaseable
  • LeftShift + F5: Make only visible items purchaseable
  • LeftShift + F6: Buy everything
  • LeftShift + F7: Buy everything visible
  • LeftShift + F8: Remove 50 Lore
  • LeftShift + F9: Sell everything. Refunds every purchase (but still keeps everything unlocked).
  • LeftShift + F10: Reset the state of the Lore Shop to its default state.

Installation

Download the BepInEx Package from the Releases and unzip into your game directory to set it up.

For The King II directory: Steamp/steamapps/common/For The King II/

grafik

├── BepInEx/ (Put here by you)

│ └── (a few subdirectories)

├── doorstop_config.ini (Put here by you)

├── winhttp.dll (Put here by you)

├── UnityPlayer.dll

├── UnityCrashHandler64.exe

├── For The King II.exe

├── MonoBleedingEdge/

└── For The King II_Data/

Changelog

1.0.2 (developed with For The King II 1.0.11)

  • Hotkeys for Make visible items purchaseable, buy everything visible and reset state.

1.0.1 (developed with For The King II 1.0.11)

  • Hotkeys for Remove Lore, Make hidden items purchaseable and Sell everything.

1.0.0 (developed with For The King II 1.0.9)

  • Initial commit for FTK II Lore Store. Hotkeys for Add Lore, Make all items purchaseable and instantly unlock everything.