Releases: yobson1/kcd2lua
Releases · yobson1/kcd2lua
v2.1.3
Changes
- Compatibility with game version 1.4+, thanks to @tkhquang
Installation
- Install Ultimate-ASI-Loader to the same directory as your KingdomCome.exe
KingdomComeDeliverance2/Bin/Win64MasterMasterSteamPGO/ - Copy the vscodelua.asi file to the same directory
Optional Debug Features
- Launch the game with
-consoleto see debug output in a separate window
v2.1.2
Changes
- Compatibility with game version 1.2.2
Installation
- Install Ultimate-ASI-Loader to the same directory as your KingdomCome.exe
KingdomComeDeliverance2/Bin/Win64MasterMasterSteamPGO/ - Copy the vscodelua.asi file to the same directory
Optional Debug Features
- Launch the game with
-consoleto see debug output in a separate window
v2.1.1
Changes
- Fix inconsistencies/errors with Lua ran from this that do not occur when ran from Lua in a .pak mod (Script.SetTimer behaviour and some crashes) - now uses the luaL_loadfile and lua_pcall from memory in WHGame.dll instead of what we link against
- Builds/links against Lua from CryEngine directly so we can set storedebug to 1 in the global_State
Installation
- Install Ultimate-ASI-Loader to the same directory as your KingdomCome.exe
KingdomComeDeliverance2/Bin/Win64MasterMasterSteamPGO/ - Copy the vscodelua.asi file to the same directory
Optional Debug Features
- Launch the game with
-consoleto see debug output in a separate window
v2.0.0
Changes
- Fix crashes that would sometimes occur a short period after sending and executing Lua
- Send only the Lua file paths and run it with luaL_dofile instead of sending the entire contents
- Fix ReloadScript calls that are in comments being resolved and their files being sent
Installation
- Install Ultimate-ASI-Loader to the same directory as your KingdomCome.exe
KingdomComeDeliverance2/Bin/Win64MasterMasterSteamPGO/ - Copy the vscodelua.asi file to the same directory
Optional Debug Features
- Launch the game with
-consoleto see debug output in a separate window
v1.0.0
Installation
- Install Ultimate-ASI-Loader to the same directory as your KingdomCome.exe
KingdomComeDeliverance2/Bin/Win64MasterMasterSteamPGO/ - Copy the vscodelua.asi file to the same directory
Optional Debug Features
- Launch the game with
-consoleto see debug output in a separate window