https://github.com/tkhquang/kcd2tools
A collection of mods for Kingdom Come: Deliverance II that enhance gameplay and add new features to the game.
https://github.com/tkhquang/kcd2tools
kingdom-come kingdom-come-deliverance kingdomcome modding-games
Last synced: 8 days ago
JSON representation
A collection of mods for Kingdom Come: Deliverance II that enhance gameplay and add new features to the game.
- Host: GitHub
- URL: https://github.com/tkhquang/kcd2tools
- Owner: tkhquang
- License: mit
- Created: 2025-03-26T10:39:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-30T06:54:02.000Z (13 days ago)
- Last Synced: 2026-05-30T08:20:40.450Z (13 days ago)
- Topics: kingdom-come, kingdom-come-deliverance, kingdomcome, modding-games
- Language: C++
- Homepage: https://next.nexusmods.com/profile/tkhquang/mods?gameId=7286
- Size: 2.82 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kingdom Come: Deliverance II - Mods
A collection of mods for Kingdom Come: Deliverance II that enhance gameplay and add new features to the game.
## Lua Scriptbind Documentation from WH
[2025_01_14](https://tkhquang.github.io/KCD2Tools/script_bind/script_bind_2025_01_14/)
## Available Mods
### [TPVToggle](TPVToggle/)
A lightweight mod that adds a hotkey to toggle between first-person and third-person camera views in Kingdom Come: Deliverance II.
### [TPVCamera](TPVCamera/)
A standalone third-person camera that renders behind the player while aiming, looting, and combat keep working off the first-person frame. Includes free-look orbit, zoom, camera collision, and crosshair convergence.
### [LootBeacon](LootBeacon/)
A mod that helps players spot dropped items in the game world. Activate the highlight feature with a keypress and watch as nearby pickable items are highlighted with a colorful particle effect.
### [PizzleYanked](PizzleYanked/)
This mod replaces the boring "Game Over" text with the much more historically significant and spiritually accurate phrase: "Pizzle Yanked"
## Installation
Each mod has its own installation instructions. See the respective mod's README for details.
## Development
Mods in this repository are developed with various technologies and approaches:
- Some mods are built with C++ and compiled to ASI plugins (TPVToggle uses [DetourModKit](https://github.com/tkhquang/DetourModKit) as its foundation)
- Other mods may use different languages or techniques like Lua scripts
The repository follows a modular structure where each mod is contained in its own directory.
## Contributing
Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.