EMU v1.0.0
GoosiferIO
released this
26 Jan 13:11
·
71 commits
to main
since this release
This marks the first official release of EMU, the Zoo Tycoon scripting API that enables modders to modify the game in ways not possible before.
Bug Fixes/Improvements
- Console commands run on main game loop now.
- Fixed exit command not closing command console.
- Misc command console fixes.
- Command console is color coded for errors, some messages.
Added global variables to Lua scripts
_globalAnimalRating
: Sets the animal rating per loop.
_globalGuestRating
: Sets the guest rating per loop.
_globalZooRating
: Sets the guest rating per loop.
New console command
devmode
<true/false>: Set to true to enable dev mode; false to disable.
Credits
Massive thanks to wowjinxy and Finn for their help figuring out how the game ticks!
Download
To Install
Drop all of the contents of the binary release zip into the root Zoo Tycoon folder.