A variant of SimpleMapObj that starts the TexChange.btk animation and freezes its frame at 1 once its SW_A gets activated. Like SimpleMapObj, this is a generic map object with a model and collision. It also supports BCK, BTK, BTP, BRK and BVA animations. Animations must have the same name as the model in order to be played. The animations will start playing once the object loads. Also supports color change (ColorChange.brk) and texture change (TexChange.btk/.btp) animations as well as shadows (Shadow.bcsv). Lastly, it also supports an optional Bloom model.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Color Frame: If ColorChange.brk exists, this will define the color frame to be used. | |
Obj_arg1 | Integer | Both | False | Texture Frame: If TexChange.btp/.btp exists, this will define the texture frame to be used. | |
Obj_arg2 | Float | Both | False | Shadow Length: If Shadow.bcsv exists, this defines the shadow's drop length. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_DEAD | Both | False | Can be activated when the object is killed through a cutscene action. |
SW_A | Both | False | Applies frame 1 of the TexChange.btk animation. |
SW_AWAKE | Both | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
DemoCast | Both | False | Can take part in a cutscene. |