Sly 1:V hub: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Added info about the locked EXIT)
(Added level state information)
Line 7: Line 7:
'''The Swamp’s Dark Center''' is the hub level for World 3 of {{Sly 1}}.
'''The Swamp’s Dark Center''' is the hub level for World 3 of {{Sly 1}}.


{{Todo|Add information about the EXITs, LOCKGs, and and SMARTGUARDs in the level}}

== Level state ==

=== State values ===
Values stored on the level state can be found at the following addresses.
{| class="wikitable"
|+
!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.
{| class="wikitable"
|+
!ID
!Address
!Type
!Description
|-
|0
|0x27CFA0
|Binoc cutscene
|Mask stirrer cutscene
|-
|1
|0x27CFA4
|Binoc cutscene
|"My paranormal scanner is maxing out on that structure..."
|-
|10
|0x27CFC8
|PA announcement
|"Wake up you lazy bags of swamp gas..."
|}

=== Scene variables ===
The level uses the following values scene variables.
{| class="wikitable"
!Description
!ID
!Values
|-
|Voodoo gate candle (left side)
|0x692
|'''0''' - Not broken
'''1''' - Broken
|-
|Voodoo gate candle (right side)
|0x695
|'''0''' - Not broken
'''1''' - Broken
|}
== 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}}. 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.

{{clear}}
{{Stub}}
{{Navbox Sly 1 maps}}
{{Navbox Sly 1 maps}}
{{Navbox Sly 1}}
{{Navbox Sly 1}}

Revision as of 05:50, 3 August 2022

V hub
Map
GameSly Cooper and the Thievius Raccoonus
WorldVicious Voodoo
File Namev_hub[check]
Map ID301

The Swamp’s Dark Center is the hub level for World 3 of Sly Cooper and the Thievius Raccoonus.

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 Type Description
0 0x27CFA0 Binoc cutscene Mask stirrer cutscene
1 0x27CFA4 Binoc cutscene "My paranormal scanner is maxing out on that structure..."
10 0x27CFC8 PA announcement "Wake up you lazy bags of swamp gas..."

Scene variables

The level uses the following values scene variables.

Description ID Values
Voodoo gate candle (left side) 0x692 0 - Not broken

1 - Broken

Voodoo gate candle (right side) 0x695 0 - Not broken

1 - Broken

Trivia

  • The EXIT to A Deadly Dance is one of two EXITs in the game that are blocked when the level loads. The other is the EXIT to The Eye of the Storm. It is impossible to trigger these EXITs until you initiate a cutscene which sets an SMA goal to cause the EXITs become active.