Matthew Cain
Matthew Cain
This feature would give a way for viewers to interact with Project Zomboid streamers by using either bits or channel points. On the forum it says that Project Zomboid does...
Users should be able to disable and enable Storm mods from the mods menu.
This event would fire when `InventoryItem` tooltip is being processed. ``` InventoryItem#DoTooltip(ObjectTooltip, ObjectTooltip.Layout) ```
When mod jar is missing from mod directory Storm should attempt to download it from the release section of the Github repository denoted by the `url` metadata property if the...
Add support for a new metadata property called `stormversion` which would tell Storm that the mod directory should contain a `jar` file that contains a mod compatible with the given...
Read and print in console metadata `pzversion` property from `mod.info` file. We should also either print a warning or error when users load mods that do not meet the correct...
Implement support for loading mods from loose class files. Currently the only way to load mods is from `jar` files, however this requires users to build jar every time they...
Storm mods should be marked with a special icon in the mods main menu screen. This way it will be easy for users to tell apart regular Lua mods from...