olillin / RMReader

Read and analyze the packet timestamps of .tmcpr files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RMReader

Read and analyze the packet timestamps of .tmcpr Replay Mod Recordings.

See also RMFixer.

Output files

RMReader creates several files in the current directory as its output. These are outlined below:

filename description
timestamps binary array of integers of all timestamps. Can be used as input instead of a .tmcpr file.
timestamps.txt every timestamp in text, split by newlines.
summary.txt warns about large or negative gaps between timestamps along with line number.

Usage

# Build (jar file is created in build/libs)
> ./gradlew build

# Run
> java -jar "RMReader-1.0-SNAPSHOT.jar" "<.tmcpr or timestamps file path>"

About

Read and analyze the packet timestamps of .tmcpr files

License:MIT License


Languages

Language:Kotlin 100.0%