Boulder: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(remove tracker link from yt urls. add yt link description) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Object_infobox_2 | {{Object_infobox_2 | ||
|title=Boulder | |title=Boulder | ||
|image=STROOP- Rolling Rock.png | |image=STROOP- Rolling Rock.png | ||
|group=Genactor | |group=Genactor | ||
|group2= | |group2= | ||
|modelID=0x39 | |||
|tangibility=20000 | |tangibility=20000 | ||
|draw=4000 | |draw=4000 | ||
| Line 14: | Line 15: | ||
|radius=315 (210 scaled by 1.5)<ref name=structure>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/snowman.inc.c#L3 Rolling Sphere Structure]</ref> | |radius=315 (210 scaled by 1.5)<ref name=structure>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/snowman.inc.c#L3 Rolling Sphere Structure]</ref> | ||
|height=525 (350 scaled by 1.5)<ref name=structure/> | |height=525 (350 scaled by 1.5)<ref name=structure/> | ||
|behaviorScript=[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L4547 Boulder Initialization Code] | |||
|behaviorCode=[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/boulder.inc.c Boulder Behavior Code] | |||
|offset=0 | |offset=0 | ||
|foundIn=[[Hazy Maze Cave]] | |foundIn=[[Hazy Maze Cave]] | ||
| Line 20: | Line 23: | ||
The '''Boulder''' is a damaging object found in [[Hazy Maze Cave]], where it spawns and rolls down a hill before despawning. | The '''Boulder''' is a damaging object found in [[Hazy Maze Cave]], where it spawns and rolls down a hill before despawning. | ||
==Description== | ==Description== | ||
The Boulder is a giant rolling sphere with a rock texture. They appear periodically near the star [[Watch for Rolling Rocks]] where they will roll down the hill into the pit below. They will despawn when they the bottom of the pit. | The Boulder is a giant rolling sphere with a rock texture. They appear periodically near the star [[Watch for Rolling Rocks]] where they will roll down the hill into the pit below. They will despawn when they reach the bottom of the pit. | ||
Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in [[Cool Cool Mountain]]. | Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in [[Cool Cool Mountain]]. | ||
When rolling down the incline, there are 256 paths a boulder can take, as shown in "[https://youtu.be/thuY_6Zr8Qg?t=3602 Seeing the Unseen]". Each path starts at a slightly greater angle than the last, so every index when spawned sequentially will slowly turn counterclockwise. | |||
== Trivia == | |||
* The most notable boulder path is index #86, where it clips into and past the corner at the end of the incline, and rolls almost all the way around the hole before falling in.<ref>[https://youtu.be/thuY_6Zr8Qg?t=3718 "Seeing the Unseen" by pannenkoek2012]</ref> | |||
== References== | == References== | ||
<references/> | <references/> | ||
{{objects}} | {{objects}} | ||
Latest revision as of 19:47, 17 May 2026
| Boulder | |
| |
| Technical Constants | |
| Object Group | Genactor |
| Model ID | 0x39 |
| Tangibility Radius | 20000 |
| Draw Distance | 4000 |
| Physical Constants | |
| Gravity | 8 |
| Friction | 0.999 |
| Buoyancy | 2 |
| Hitbox | |
| Interaction Type | Damage |
| Damage | 3 |
| Health | 0 |
| Radius | 315 (210 scaled by 1.5)[1] |
| Height | 525 (350 scaled by 1.5)[1] |
| Down Offset | 0 |
| Code | |
| Initialization Behavior Script [2] | |
| Behavior Code [3] | |
| Found in | |
| Hazy Maze Cave | |
The Boulder is a damaging object found in Hazy Maze Cave, where it spawns and rolls down a hill before despawning.
Description
The Boulder is a giant rolling sphere with a rock texture. They appear periodically near the star Watch for Rolling Rocks where they will roll down the hill into the pit below. They will despawn when they reach the bottom of the pit. Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in Cool Cool Mountain.
When rolling down the incline, there are 256 paths a boulder can take, as shown in "Seeing the Unseen". Each path starts at a slightly greater angle than the last, so every index when spawned sequentially will slowly turn counterclockwise.
Trivia
- The most notable boulder path is index #86, where it clips into and past the corner at the end of the incline, and rolls almost all the way around the hole before falling in.[4]
References
| |||||||||||||||||||||||||||||
