

See the Style Guide for some information on contributing to the wiki. But in general it is quite a low level API. API/AddRecipe - For adding crafting recipes to the game.These wont be used for every mod, but would be very relevant to some. Unzipping this file and exploring the scripts it contains is a great way to get to know more about how the game works.Ĭlasses are sets of variables and functions grouped together to create useful objects. Interfaces provide access to game functions that serve many purposes.įunctions are defined in Lua files found in scripts.zip which is located in the data/databundles folder of the Don't Starve Together game files.

Don't Starve Together uses Lua version 5.1. Mods are created using the scripting language Lua.
