Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 802 Bytes

Project Zomboid Development Tools

Development tools, configurations, templates, and build scripts for Project Zomboid mod development.

Features

EmmyLua

The module deploys a collection of EmmyLua typings for the Project Zomboid source code. See the project page on GitHub for more information on how the typings are generated.

This project is also designed to support development in Visual Studio Code using the EmmyLua extension. A basic configuration file for the extension is copied to the project directory by default:

Update-ZomboidSourceMap -Destination "$env:USERPROFILE\Zomboid\mods\ModName"

To skip this step, use the -SkipConfig switch.