Kamil
Kamil
Yes, you can lock it to a specific version by editing the `ScriptExtenderUpdaterConfig.json` file in the `bin` folder (not present by default, you might have to create it). Example: ```json...
This message is logged when a mod is subscribed to an Osiris event in lua that is not actually used in the story scripts, preventing it from working.
The extender only supports the latest game version (v3.6.117.3735). Yours is ancient.
This is likely related to a game bug that will be fixed in a future release of the extender: > There is a known game bug involving status removal that...
Worth noting that the type inference here is half-functional, as described here: https://github.com/LuaLS/lua-language-server/discussions/1801 Hovering over the function will show the correct types, but they will not work within the function...