Methodology · ASEC · ModRuntime · 0 catalog entries
ModTrick is not only an asset shelf — it is a portable mod architecture for three.js games and every code-build agent. Each package ships code, optional assets, and an ASEC contract (META · GENESIS · SHADOW · MGS) so systems load the same way every time.
Law: If it ships in the game, it is a mod. If it is a mod, it has ASEC. If it has ASEC, ModRuntime can load it. If ModRuntime can load it, this site can teach it.
ASEC
Every runtime feature is a package. Layers do not replace each other — they stack. MGS ops are ordered; SHADOW residuals stay named.
02 · GENESIS
createX(scene, options) factory, one-line minimal install, entry export in mod.json.
03 · SHADOW
Honest limits and failure modes. Never upgrade “approx” to “complete” in silence.
04 · MGS
Install → tune → verify → maintain. Ordering-sensitive; wire update/dispose.
Proof
A real game that only wires mods: third-person character, collectibles, minimap, HUD, sky, particles, post-FX.
Open the console for window.__OUTPOST__.checks — GENESIS pass/fail per package.
Bus contracts: playerPos, sunDir, score.
Ten+ create* factories, no loose systems.
No collision/net sync — named residuals.
Tick order: controller → bus → gems → UI.
Agents
Grok Build, Claude Code, Codex, Cursor — one bootstrap, one skill, one refuse list.
Free forever
Cameras, HUD, VFX, seascape shaders: download, vendor, or load from this origin with import maps.
Packs
Core Gameplay and Seascape are free methodology kits. Premium world packs share the same mod contracts.
Coming soon
Lifetime includes future first-party packs when they ship as mods.
Shaders and systems that already ship with live demos and AGENT.md.
No free-floating systems. Packages only — entry + mod.json + agent notes.
Discover, genesis, tick, dispose. Couple through a host bus, not private cross-imports.
ES modules, optional GLB assets, live demos as acceptance tests.
Residuals named (FFT approx, no collision, 2.5D clouds). Tarski-safe claims.
Premium catalog when you want world kits. Free methodology mods and Outpost stay free — no subscription for the law.
Releases, shader notes, ASEC for assets.