Skip to content

KCD2 TPVToggle v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 15:30
· 212 commits to main since this release

Kingdom Come: Deliverance II - Third Person View Toggle

Release v0.2.0

This mod enables toggling between first-person and third-person views in Kingdom Come: Deliverance II using customizable hotkeys.

Changelog

  • Added dedicated first-person view (FPV) keybindings

    • Added FPVKey option in the INI file to specify keys that always switch to first-person view
    • Default FPV keys: M, P, I, J, N (0x4D, 0x50, 0x49, 0x4A, 0x4E)
    • FPV keys will always switch to first-person view when pressed, regardless of current state
  • Added dedicated third-person view (TPV) keybindings

    • Added TPVKey option in the INI file to specify keys that always switch to third-person view
    • No default TPV keys are assigned
    • TPV keys will always switch to third-person view when pressed, regardless of current state
  • Improved logging for key monitoring

    • Added detailed logging of which keys are being monitored for each function
    • Added clearer action logging that distinguishes between toggle, FPV, and TPV key presses
  • Code improvements

    • Added better error handling for key parsing
    • Improved configuration file loading with better fallbacks and validation
    • Enhanced memory safety when setting view states

Installation

  1. Simply extract all files to your game directory:
    <KC:D 2 installation folder>/Bin/Win64MasterMasterSteamPGO/
  2. Launch the game and press F3 (default) to toggle the camera view

Note

This package includes everything you need:

  • KCD2_TPVToggle.asi (the mod itself)
  • KCD2_TPVToggle.ini (configuration file)
  • dinput8.dll (Ultimate ASI Loader)
  • Documentation and license information

Configuration

Edit the KCD2_TPVToggle.ini file to customize hotkeys and other settings.

See the README for detailed instructions.