Skip to content

Releases: yobson1/kcd2lua

v2.1.3

04 Oct 00:13
fbe0080

Choose a tag to compare

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 -console to see debug output in a separate window

v2.1.2

25 Mar 08:47
aee7a67

Choose a tag to compare

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 -console to see debug output in a separate window

v2.1.1

18 Feb 02:21
cc60b6f

Choose a tag to compare

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 -console to see debug output in a separate window

v2.0.0

14 Feb 06:07
a217722

Choose a tag to compare

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 -console to see debug output in a separate window

v1.0.0

12 Feb 21:40
25ba946

Choose a tag to compare

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 -console to see debug output in a separate window