-
Notifications
You must be signed in to change notification settings - Fork 0
1 Introduction
Tanner B. C edited this page Apr 3, 2023
·
7 revisions
This documentation covers how to deserialize a replay file into readible data. It does not cover how to interpret that data. The below information is valid as of Rocket League version
A replay file is split into three main sections: the header, which includes some data about the match overall, the body, which is essentially just the complete network stream sent from the Psyonix servers to the client, and the footer, which contains data that is key to being able to successfully deserialize the body.
This documentation is split up into multiple sections: