Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| octa:objectgimmick [2026/07/25 13:27] – gameboyadv4002 | octa:objectgimmick [2026/07/25 21:33] (current) – gameboyadv4002 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Both of the current map editors use the generic box for the damage laser asset. The laser itself is roughly 2/3 of the length of the box, with the laser going from the U side to the D side. It should be noted, the hitbox can stretched in all directions, not just the Y axis (the axis which the laser itself visibly extends across). It is recommended this is only used if you are trying to make insta-kill boundaries, such as the kill zone at the bottom of the map. | Both of the current map editors use the generic box for the damage laser asset. The laser itself is roughly 2/3 of the length of the box, with the laser going from the U side to the D side. It should be noted, the hitbox can stretched in all directions, not just the Y axis (the axis which the laser itself visibly extends across). It is recommended this is only used if you are trying to make insta-kill boundaries, such as the kill zone at the bottom of the map. | ||
| + | |||
| + | While setting it to team 0 makes it appear the player' | ||
| + | |||
| + | ===== Octowasher ===== | ||
| + | Internally referred to as Obj_DamageConveyorOcta, | ||
| + | |||
| + | While setting it to team 0 makes it appear the player' | ||
| + | |||
| + | ===== Step Switch ===== | ||
| + | Internally referred to as Obj_StepSwitchOcta, | ||
| + | |||
| + | The following example was extracted from Escape 2: Villi Phase (OctLastBoss01). It is connected to a normal floor object. | ||
| + | |||
| + | < | ||
| + | IsLinkDest: false | ||
| + | IsToggle: false | ||
| + | LayerConfigName: | ||
| + | Links: | ||
| + | SwitchableParams__SendTo: | ||
| + | - {DefinitionName: | ||
| + | ModelName: null | ||
| + | SwitchableParams__InitialState: | ||
| + | SwitchableParams__RespawnReset: | ||
| + | Team: !l 2 | ||
| + | UnitConfigName: | ||
| + | </ | ||