Extract information out of .prdemo files

Making or wanting help making your own asset? Check in here
Post Reply
Risiko94
Posts: 35
Joined: 2016-11-29 12:24

Prdemo file analyzer

Post by Risiko94 »

Morning gentlemen,

i wrote a little application to extract some of the information inside a .prdemo file.
The gameservers make them public together with the .bf2demo (replayfile).
You can find them for HOG HERE and for VG COOP HERE.
So far [url=https://yossizap.github.io/rMorning gentlemen,

i wrote a little application to extract some of the information inside a .prdemo file.
The gameservers make them public together with the .bf2demo (replayfile).
You can find them for HOG [url="https://br.hogclangaming.com/]HERE[/url] and for VG COOP HERE.
So far this great onlinetool was the only way to view them. However, it can only do 1 file at a time and you can't even copy the chat. Instead of a graphical representation, my tool will simply convert the .prdemo file into a human readable textfile.

Image


If you choose the verbose options, please reference the PR Tracker protocoll and use a hex converter like this one
To crosscheck the extracted textfiles you can use the "search in files" option for notepad++(ctrl+shift+F).
The verbose option is very slow, i don't recommend using it on multiple files.

Known bugs:
  • When extracting multiple files and one of them is broken (happens when the server crashes) the extracting process will stop. It will be the last one extracted. If a .prdemo does not include a "Round ended." (MESSAGETYPE_ROUNDEND 0xF0) at the end, it's broken. Simply delete it or rename it to FILENAME.prdemoBROKEN or somehing.


DOWLOAD:
PRDemofileanalyzer.jar
Last edited by Risiko94 on 2024-08-08 16:39, edited 7 times in total.
Reason: new version
Nate.
Forum Moderator
Posts: 3018
Joined: 2012-07-09 20:44

Re: Extract information out of .prdemo files

Post by Nate. »

Nice tool, thank you! :)
Image
Risiko94
Posts: 35
Joined: 2016-11-29 12:24

Re: Extract information out of .prdemo files

Post by Risiko94 »

Bump for new version
Post Reply

Return to “PR:BF2 Community Modding”