Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The game is fully moddable, including an extensive API and the ability to hook into arbitrary additional code due to the fact that the game is bundled with Harmony.
Here are some links to get you started if you're interested!
- The basics of creating your first: https://docs.tinylifegame.com/articles/mod_basics.html
- The full API documentation: https://docs.tinylifegame.com/api/TinyLife.html
- The code of the example mod, which adds several features to show off the modding API: https://github.com/Ellpeck/TinyLifeExampleMod/blob/main/ExampleMod.cs