Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Storm Lua files support #26

Open
aiteron opened this issue Jul 1, 2021 · 2 comments
Open

Add Storm Lua files support #26

aiteron opened this issue Jul 1, 2021 · 2 comments

Comments

@aiteron
Copy link

aiteron commented Jul 1, 2021

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.
@matshou
Copy link
Contributor

matshou commented Jul 2, 2021

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.

@aiteron
Copy link
Author

aiteron commented Jul 9, 2021

Also issues #28 and #29 is not needed now (why - read updated description)

This was referenced Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants