Skip to content

Commit 05a7b0f

Browse files
committed
Implement ghost MatchReplaySeparators, timed pixel array
1 parent 48ca8ba commit 05a7b0f

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Src/GBX.NET/Engines/Game/CGameCtnGhost.chunkl

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ CGameCtnGhost 0x03092000 // A ghost.
130130
v2+
131131
SettingsInfos[] Settings
132132

133-
0x023 (skippable) [MP3, TMT, MP4, TM2020]
133+
0x023 (skippable) [MP3, TMT, MP4, TM2020] // anticheat data
134134
version
135135
string
136136
int
@@ -148,14 +148,22 @@ CGameCtnGhost 0x03092000 // A ghost.
148148
byte
149149
byte
150150

151-
0x024 (skippable, ignore) [MP3, TMT, MP4, TM2020] // match replay separators
151+
0x024 (skippable) [MP3, TMT, MP4, TM2020] // match replay separators
152+
version
153+
MatchReplaySeparator[] MatchReplaySeparators
152154

153155
0x025 (skippable) [MP3.v0, TMT.v0, MP4.v0, TM2020.v1] // validation TM2
154156

155157
0x026 (skippable) [MP3, TMT, MP4, TM2020]
156158
uint128
157159

158-
0x027 (skippable, ignore) [MP3, TMT, MP4, TM2020] // timed pixel array 2
160+
0x027 (skippable) [MP3, TMT, MP4, TM2020] // timed pixel array
161+
version
162+
CPlugTimedPixelArray[]
163+
v1+
164+
int[]
165+
v3+
166+
CPlugTimedPixelArray[]
159167

160168
0x028 (skippable) [MP4, TM2020] // title id
161169

@@ -221,4 +229,8 @@ archive SettingsInfos
221229
v3+
222230
int3
223231
v4+
224-
float
232+
float
233+
234+
archive MatchReplaySeparator
235+
int
236+
int
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CPlugTimedPixelArray 0x090BD000
2+
- inherits: CPlug

0 commit comments

Comments
 (0)