Sly 1:V hub: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
m (TheOnlyZac moved page Sly 1:The Swamp's Dark Center to Sly 1:v_hub: Using filename over proper name)
(Add file infobox)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox map
{{Infobox map
| image= The Swamps Dark Center.png
| title= The Swamp's Dark Center
| image= File:The Swamps Dark Center.png
| episode= Vicious Voodoo
| episode= Vicious Voodoo
| gamename= The Swamp's Dark Center
| filename= v_hub{{check}}
| filename= v_hub
| id= 301
| id= 301
}}
}}
{{Infobox file
'''The Swamp’s Dark Center''' is the hub level for World 3 of {{Sly 1}}.
| name= v_hub
| type= BRX
}}


'''v_hub''' is the hub map for World 3 of {{Sly 1}}. Its name in-game is '''The Swamp’s Dark Center'''.
{{Todo|Add information about the EXITs, LOCKGs, and and SMARTGUARDs in the level}}


== Level state ==
== Level state ==

=== State values ===
=== State values ===
Values stored on the level state can be found at the following addresses.
Values stored on the level state can be found at the following addresses.
Line 54: Line 58:
!ID
!ID
!Address
!Address
!Character
!Type
!Description
!Description
|-
|-
|0
|0
|0x27CFA0
|0x27CFA0
|Sly/Bentley
|Binoc cutscene
|Mask stirrer cutscene
|Mask stirrer cutscene
|-
|-
|1
|1
|0x27CFA4
|0x27CFA4
|Sly/Bentley
|Binoc cutscene
|"My paranormal scanner is maxing out on that structure..."
|"My paranormal scanner is maxing out on that structure..."
|-
|-
|10
|10
|0x27CFC8
|0x27CFC8
|Mz Ruby
|PA announcement
|"Wake up you lazy bags of swamp gas..."
|"Wake up you lazy bags of swamp gas..."
|}
|}


=== Scene variables ===
=== Scene variables ===
[[File:Sly1 SDC purple gate.png|thumb|The purple voodoo-gate with the left candle broken and the right candle intact]]
The level uses the following values scene variables.
The level uses the following values scene variables.
{| class="wikitable"
{| class="wikitable"
Line 80: Line 85:
!Values
!Values
|-
|-
|Voodoo gate candle (left side)
|Purple gate candle (right side)
|0x692
|0x692
|'''0''' - Not broken
|'''0''' - Not broken
'''1''' - Broken
'''1''' - Broken
|-
|-
|Voodoo gate candle (right side)
|Purple gate candle (left side)
|0x695
|0x695
|'''0''' - Not broken
|'''0''' - Not broken
Line 91: Line 96:
|}
|}
== Trivia ==
== Trivia ==
* The {{Sly 1|EXIT}} to {{Sly 1|A Deadly Dance}} is one of two EXITs in the game that are blocked when the level loads. The other is the EXIT to {{Sly 1|The Eye of the Storm}}. It is impossible to trigger these EXITs until you initiate a cutscene which sets an {{Sly 1|Splice|SMA goal}} to cause the EXITs become active.
* The {{Sly 1|EXIT}} to {{Sly 1|A Deadly Dance}} is one of two EXITs in the game that are blocked when the level loads. The other is the EXIT to {{Sly 1|The Eye of the Storm}} from {{Sly 1|Prowling the Grounds}}. It is impossible to trigger these EXITs until you initiate a cutscene which sets an {{Sly 1|Splice|SMA goal}} to cause the EXITs become active.

{{Navbox Sly 1 maps}}
{{Navbox Sly 1 maps}}
{{Navbox Sly 1}}
{{Navbox Sly 1}}

Latest revision as of 20:53, 27 September 2023

The Swamp's Dark Center
Map
GameSly Cooper and the Thievius Raccoonus
WorldVicious Voodoo
Game NameThe Swamp's Dark Center
File Namev_hub
Map ID301
v_hub
File
GameSly Cooper and the Thievius Raccoonus
TypeBRX

v_hub is the hub map for World 3 of Sly Cooper and the Thievius Raccoonus. Its name in-game is The Swamp’s Dark Center.

Level state

State values

Values stored on the level state can be found at the following addresses.

Name Type Address
fls FLS 0x27CF8C
dt float 0x27CF90
dtTimedBest float 0x27CF94
uSuck float 0x27CF98
uSuck_unknown float 0x27CF9C
cclue int 0x27CFF0
fclue 32 bits 0x27CFF4

Dialogue flags

The level uses the following flags to track which dialogues have been played.

ID Address Character Description
0 0x27CFA0 Sly/Bentley Mask stirrer cutscene
1 0x27CFA4 Sly/Bentley "My paranormal scanner is maxing out on that structure..."
10 0x27CFC8 Mz Ruby "Wake up you lazy bags of swamp gas..."

Scene variables

The purple voodoo-gate with the left candle broken and the right candle intact

The level uses the following values scene variables.

Description ID Values
Purple gate candle (right side) 0x692 0 - Not broken

1 - Broken

Purple gate candle (left side) 0x695 0 - Not broken

1 - Broken

Trivia