storm icon indicating copy to clipboard operation
storm copied to clipboard

Add Storm Lua files support

Open aiteron opened this issue 3 years ago • 2 comments

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:

  1. Delivery lua files in STORM_DIR/lua/(client, shared, server) folders
  2. Replace function LoadDirBase(String var0, boolean var1) in LuaManager. This need for load storm lua files after pz lua files and before mod files.

aiteron avatar Jul 01 '21 21:07 aiteron