Boulder: Difference between revisions
Jump to navigation
Jump to search
(pioneers used to ride these babies for miles) |
m (→Index #86: was renamed to "Trivia") |
||
(3 intermediate revisions by 3 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]] | ||
|related= | |related= | ||
}} | }} | ||
The '''Boulder''' is a damaging object found in [[Hazy Maze Cave]], where it spawns and rolls down a hill before | 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 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 may take, this being shown in "[https://youtu.be/thuY_6Zr8Qg?si=XAtDIICRO9Q4lRgc&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 counter-clockwise. | |||
== 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. | |||
== References== | == References== | ||
<references/> | <references/> | ||
{{objects}} | {{objects}} |
Latest revision as of 17:34, 29 July 2025
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 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 may take, this being 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 counter-clockwise.
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.
References
|