Zone List: Difference between revisions

m
Use direct BM link
m (Burninrubber0 moved page ZoneList (Burnout Paradise) to Zone List)
m (Use direct BM link)
 
(3 intermediate revisions by the same user not shown)
Line 1:
{{ParadiseResourceTypeInfobox
| name = ZoneList
| example = [[File:Paradise ZoneList Example.png|frameless|350px]]<br />The PVS map used in Burnout Paradise Remastered<br />viewed in Bundle Manager.
| id = 0xB000
| category = Map
| memdist = Main Memory only
| editor = Yes<br />Use [https://github.com/burninrubber0/Bundle-Manager/releases/latest Bundle Manager]
}}
 
The zone list resource type is used in the PVS (potentially visible segments) bundle. Its purpose is to tell the game which track units to load when the player enters a certain track unit.
 
Line 7 ⟶ 16:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[Common_Data_Types_(Burnout_Paradise)#Vector2 | Vector2]]* || mpPoints || ||
|-
| 0x4 || 0x4 || [[#CgsSceneManager::Zone | Zone]]* || mpZones || ||
Line 24 ⟶ 33:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || [[Common_Data_Types_(Burnout_Paradise)#Vector2 | Vector2]]* || mpPoints || ||
|-
| 0x8 || 0x8 || [[#CgsSceneManager::Zone | Zone]]* || mpZones || ||
Line 42 ⟶ 51:
! Offset !! Size !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[Common_Data_Types_(Burnout_Paradise)#Vector2 | Vector2]]* || mpPoints || ||
|-
| 0x4 || 0x4 || [[#CgsSceneManager::Neighbour | Neighbour]]* || mpSafeNeighbours || ||
Line 52 ⟶ 61:
| 0x10 || 0x8 || uint64_t || muZoneId || ||
|-
| 0x18 || 0x2 || int16_t || miZoneType || || Always 4
|-
| 0x1A || 0x2 || int16_t || miNumPoints || || Always 4
|-
| 0x1C || 0x2 || int16_t || miNumSafeNeighbours || ||
Line 69 ⟶ 78:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || [[Common_Data_Types_(Burnout_Paradise)#Vector2 | Vector2]]* || mpPoints || ||
|-
| 0x8 || 0x8 || [[#CgsSceneManager::Neighbour | Neighbour]]* || mpSafeNeighbours || ||
Line 77 ⟶ 86:
| 0x18 || 0x8 || uint64_t || muZoneId || ||
|-
| 0x20 || 0x2 || int16_t || miZoneType || || Always 4
|-
| 0x22 || 0x2 || int16_t || miNumPoints || || Always 4
|-
| 0x24 || 0x2 || int16_t || miNumSafeNeighbours || ||