Matthew Cain

Results 38 issues of 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...

enhancement

Users should be able to disable and enable Storm mods from the mods menu.

enhancement

This event would fire when `InventoryItem` tooltip is being processed. ``` InventoryItem#DoTooltip(ObjectTooltip, ObjectTooltip.Layout) ```

enhancement
api

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement