-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Mathieu edited this page Aug 8, 2022
·
6 revisions
PipeWrench | PipeWrench Events | PipeWrench Utils |
---|
- PipeWrench - Contains type declaration for Project Zomboid Java and Lua source.
- PipeWrench-Events - Contains type declaraction for Project Zomboid game events.
- PipeWrench-Utils - Contains utilities for PipeWrench mods.
PipeWrench Template |
---|
- Basic template to show how PipeWrench works.
- Doesn't handle multiple mods or workshop compilation.
PZPW | PZPW Template |
---|
- PZPW - NodeJS command-line tool to install and manage your PZPW Mods.
- PZPW Template - Template that handle multiple mods and workshop compilation.
PZTS Template |
---|
- Template is strict, static, heavily DIY and extensible.
- Comes with eslint/prettier configured.
- Most likely not for newbies