Skip to content

Commit

Permalink
[blueblur] Added events and camera descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKay committed Feb 19, 2024
1 parent 8771603 commit c45c766
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions hedgedocs/docs/hedgehog-engine/blueblur/cameras.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
description: Sonic Generations camera type list
---

# Camera Type List

## ObjCamera
| Camera Type | Description |
|-----------------|--------------------------------------------------------------------------------------------------------------------------|
| ObjCameraFix | Stays in its place while pointing at the coordinates defined in TargetPosition |
| ObjCameraNormal | The regular camera |
| ObjCameraPan | Has a different behaviour depending on `CameraPositionMode`: `0` - Stays in its place while pointing at Sonic; `1` - ??? |
| ObjCameraPoint | Follows Sonic, while pointing at the camera object's location |

## Camera Collisions
| Collision Type | Description |
|--------------------|--------------------------------------------------------------------------------------------------------------------------|
| ChangeVolumeCamera | Changes the camera used to the one defined in `Target` |
16 changes: 16 additions & 0 deletions hedgedocs/docs/hedgehog-engine/blueblur/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
description: Sonic Generations event list
---

# Event List

| Event ID | Description |
| --------------------------------------- | ------------------------------- |
| 1 | Used for EventSetter |
| 2 | Used for EventSetter |
| 3 | Used for EventSetter |
| 4 | Used for EventSetter |
| 5 | Used for EventSetter |
| 6 | Enable |
| 7 | Disable |
| 12 | Destroy / Break (ObjectPhysics) |
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ nav:
- Sonic Generations:
- Levels:
- Level ID Map: docs/hedgehog-engine/blueblur/levels/ids.md
- Event List: docs/hedgehog-engine/blueblur/events.md
- Camera Types: docs/hedgehog-engine/blueblur/cameras.md
- Sonic Unleashed:
- Levels:
- Level ID Map: docs/hedgehog-engine/swa/levels/ids.md
Expand Down

0 comments on commit c45c766

Please sign in to comment.