Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.37 KB

EMU | Extensible Modding Utility

A Zoo Tycoon 1 Scripting API for Modders

Vanilla Zoo Tycoon 1 has over a 20 year history of modding but users have only been able to modify the game through editing of INI configuration files. This project enhances modding capabilities by giving modders Lua scripting support so that they can create more complex and interesting mods.

Compatibility

To use this API, you must:

Build from Source

The .sln file has been included for the option to build from source. The project is build with Visual Studio 2022.

Installation

Drop the res-EMU.dll binary directly into your C:\Program Files (x86)\Microsoft Games\Zoo Tycoon game directory.

Documentation

Reference documentation for the the debug console and API can be found at the Zooberry Docs reference section: EMU API Reference.

For examples and tutorials on how to use Lua scripting with Zoo Tyccon 1, visit the Zooberry Docs tutorial section: EMU Tutorials.