You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At HeaderAnalyzer.php line 178:
mapsize is correctly parsed when position is padded by 60 instead of 58
At PlayerObjectsListAnalyzer.php line 346:
isMgx is false for the recorded game
but aokObjectEndSeparator is not found
instead, objectEndSeparator is found
At PlayerObjectListAnalyzer.php line 234:
the original playerInfoEndSeparator exist only if the player is GAIA
for other players, the constant is 0x00, 0x0B, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0B
which is {0x00, 0x0B, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00} + playerInfoEndSeparator
The text was updated successfully, but these errors were encountered:
At HeaderAnalyzer.php line 178:
mapsize is correctly parsed when position is padded by 60 instead of 58
At PlayerObjectsListAnalyzer.php line 346:
isMgx is false for the recorded game
but aokObjectEndSeparator is not found
instead, objectEndSeparator is found
At PlayerObjectListAnalyzer.php line 234:
the original playerInfoEndSeparator exist only if the player is GAIA
for other players, the constant is 0x00, 0x0B, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0B
which is {0x00, 0x0B, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00} + playerInfoEndSeparator
The text was updated successfully, but these errors were encountered: