#Project Zomboid Studio [Dev Thread]

1 messages · Page 1 of 1 (latest)

round egret
round egret
#

PZStudio Watcher
Watch for changes into your project directory to sync with the built workshop mod.

Command:

pzstudio watch
round egret
#

v2 Release
Major project restructuring using the natural project zomboid mod structure.

Install or Update:

npm i -g pzstudio
round egret
#

Run npm i -g pzstudio to update, then pzstudio update in your project to update libraries

round egret
#

Updated 2.1.1 fixes the .vscode/settings.json

{
    "Lua.completion.requireSeparator": "/",
    "Lua.workspace.library": [
        "./.libraries/"
    ]
}
round egret
#

PZStudio v2.2.0

- Cleaned up unused imports and old comments.
- Handled project.json changes in watcher.
- Updated to read project config every time again when watching for changes.
- Fixed workshop.txt tags, changing the separator from ',' to ';'.
- Cleared the require module cache when requiring project.json.