Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| octa:objectgimmick [2026/08/02 19:29] – gameboyadv4002 | octa:objectgimmick [2026/08/06 17:58] (current) – gameboyadv4002 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Object Gimmicks ====== | ====== Object Gimmicks ====== | ||
| + | ===== Timed Splat Switch (Reversible Paintable Target) ===== | ||
| + | Despite name and appearance, Obj_SwitchPaint(Small)Timer(Octa) is fairly different object from the perspective of a level editor. The most important part is that it instead refers to RailToggleOcta, | ||
| + | |||
| + | This example is from E11 Bodacious Rotation Station (OctBigRotate) | ||
| + | < | ||
| + | - Id: obj549 | ||
| + | IsLinkDest: false | ||
| + | IsPlayTimerSE: | ||
| + | IsUsePredictAlertOnOff: | ||
| + | LayerConfigName: | ||
| + | Links: | ||
| + | ActorBindable: | ||
| + | - {DefinitionName: | ||
| + | Switchable__SendTo: | ||
| + | - {DefinitionName: | ||
| + | ModelName: null | ||
| + | OffCounter: !l 660 | ||
| + | Switchable__InitialState: | ||
| + | Switchable__RespawnReset: | ||
| + | Team: !l 2 | ||
| + | UnitConfigName: | ||
| + | </ | ||
| + | * OffCounter: used to measure how long the SwitchPaintTimer remains active for before reverting | ||
| + | |||
| + | |||
| ===== Damage Laser ===== | ===== Damage Laser ===== | ||
| These are the lasers normally exclusively seen in Escape 4: Intestinal Phase. They serve quite a useful function as insta-kill object, allowing for the creation of custom level boundaries and hazards. | These are the lasers normally exclusively seen in Escape 4: Intestinal Phase. They serve quite a useful function as insta-kill object, allowing for the creation of custom level boundaries and hazards. | ||