This library/utility is able to parse and output data from Unreal Engine replays.
Clone the repository by doing:
git clone git@github.com:exception/UnrealReplayReader.git
or git clone https://github.com/exception/UnrealReplayReader.git
.
Move into the directory where you cloned it using:
cd UnrealReplayReader/
Compile the project by doing:
mvn clean install
Move into the target directory:
cd target\
Run the compiled jar file:
java -jar ReplayReader.jar
If you find any bugs please open an issue and mark it as a bug!
MIT © Erik Rosemberg