Skip to content
Mathieu edited this page Aug 8, 2022 · 6 revisions

Modules

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.

Framework & Templates

Original Template by Jab

PipeWrench Template
  • Basic template to show how PipeWrench works.
  • Doesn't handle multiple mods or workshop compilation.

PZPW by Konijima

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 by Zed

PZTS Template
  • Template is strict, static, heavily DIY and extensible.
  • Comes with eslint/prettier configured.
  • Most likely not for newbies