This VS Code extension creates a Lua mod folder structure for Kingdom Come: Deliverance 2, including KCDUtils and a ready-to-use workspace.
- Generates a mod folder with correct structure.
- Adds a sample Lua file with your mod table.
- Downloads and integrates KCDUtils.
- Creates a VS Code workspace with IntelliSense for KCDUtils.
Install from the VS Code Marketplace
- Open the command palette (
Ctrl+Shift+P/Cmd+Shift+P). - Run
Create KCD Lua Mod with KCDUtils. - Choose your target folder and enter the mod name. (`../SteamLibrary/steamapps/common/KingdomComeDeliverance2/Mods/)
- The mod folder and workspace are generated automatically.