Added part of docs
Some checks failed
docs / deploy (push) Has been cancelled
docs / build (push) Has been cancelled

This commit is contained in:
Patryk Gensch
2026-05-19 20:51:59 +02:00
parent e91fd2e42a
commit df6cf2f3d3
66 changed files with 11821 additions and 0 deletions

19
docs/en/index.md Normal file
View File

@@ -0,0 +1,19 @@
# Rex-EMoolator
Unofficial documentation of the **Piklib** and **BlooMoo** scripting engines used by the *Reksio's Adventures* game series, and of the **Rex-EMoolator** emulator.
## What you'll find here
- the structure of the engine's scripting language,
- the data types and objects available to scripts,
- the methods, fields, and signals exposed by each type,
- how the engine interprets files, the loading order, and the data formats.
## Navigation
- [Engine](engine/index.md) — the scripting language, execution model, events, globals, and non-standard behaviours.
- [Type reference](reference/index.md) — alphabetical list of types available in scripts.
## Status
This documentation is a work in progress. Much of it is derived from analysis of the original scripts and engine reverse-engineering; behaviour that has not yet been confirmed is annotated accordingly.