Skip to content
Apodemus Erectus edited this page Sep 6, 2021 · 8 revisions

Welcome to the ArluqTools wiki!

ArluqTools is an abstraction layer for Zoo Tycoon 2's Lua libraries, it should make Lua mod development a bit easier. Normally, you have to call all sorts of different methods from different classes to like modify an animal. This library puts them all into one class named AnimalService. it also does some validation, so you won't have to do that every time. ArluqTools has LDoc summary comments, so some IDEs and text editors will allow you to see descirptions of what classes and methods do.

This library is based on the different cheat code mods.

ArluqTools is named after Arluq the Orca, from the Zoo Tycoon 2: Marine Mania campaign. "Arluq" itself is Inuktitut for Orca.

Licence: MIT Licence

Authors: Apodemus, Horse14t, Mjmannella, Thom

Continue to Getting Started

ArluqTools2 is in the works: ArluqTools 2 Roadmap

Clone this wiki locally