Skip to content

Consul ScriptumScripting Interface & Console

A direct UI bridge to the game's internal scripting engine. Automate your campaign via the Consul module—no technical knowledge or pack editing required. For detailed control, use Lua Console and Scriptum modules.

AttilaAttila: Accessing the Interface

Mod Scope & Philosophy

ConsulScriptum is a high-level automation and troubleshooting tool, not a low-level engine hack. It is designed to be powerful while remaining strictly non-invasive:

What it ISWhat it is NOT
Non-invasive (.pack file mod).A executable hack / external dll.
A high-level interface for official Lua APIs.A low-level hook into internal game APIs.
A tool for changing current game state.A way to modify how the game loads its own files.
A bridge for external script execution.A bypass for core engine constraints.

Released under the MIT License.