Skip to main content

TopDownCharCtrl

6 tools in this family (folder Editor/Tools/TopDownCharCtrl/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
tdcc_apply_default_templatewritesOne-shot: pick a preset (iso_roguelite | iso_arpg | horde_survival | top_down_shooter) and emit t…
tdcc_bind_to_inventorywritesWire the generated TdccHurtbox into the InventoryAi consumable pipeline by emitting
tdcc_generate_codewritesEmit TdccController.cs, TdccAimResolver.cs, TdccDashAbility.cs (when dash_enabled) and TdccHurtbox.c…
tdcc_propose_from_promptread-onlyBuril Top-Down Character Controller — Build a draft TdccSpec from a brief. Returns a IsoRoguelite-fl…
tdcc_simulate_dash_iframesread-onlyMonte-Carlo simulate dash-vs-attack timings. Samples N trials where the player presses dash at a
tdcc_validate_specread-onlyValidate a TdccSpec. Returns { ok, errors[] }. Always run this before tdcc_generate_code or