You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storm requires the delivery of lua files to provide utilities and improve the basic components of the game. This files must be loaded before Project Zomboid lua files, but before load mods. (needs to correct patch default game lua files, and so that mods can use storm lua utils correctly)
My suggestion how to do this:
Delivery lua files in STORM_DIR/lua/(client, shared, server) folders
Replace function LoadDirBase(String var0, boolean var1) in LuaManager. This need for load storm lua files after pz lua files and before mod files.
The text was updated successfully, but these errors were encountered:
A description of the issue would be very welcome, so that we can know what this issue is actually about.
The more time passes the more difficult it will be to remember what this issue is suppose to represent.
Storm requires the delivery of lua files to provide utilities and improve the basic components of the game. This files must be loaded before Project Zomboid lua files, but before load mods. (needs to correct patch default game lua files, and so that mods can use storm lua utils correctly)
My suggestion how to do this:
The text was updated successfully, but these errors were encountered: