Replay Mod Forums

MCPR Reader (demo example for programmers)
    • User
    • 3 forum posts
    User30976
    #1

    Feb 01 16, 11:12 AM

    If anyone is interested, here is a quick and dirty mcpr reader. I accidentally included some buildpath import sources, but that's fine since you'll need them if you are importing the project into an ide.

    All this does is take the packets in the file and turn it more or less into plain text to show the values. That could then be used to... well... do something with the values :-p

    https://github.com/Moonlight63/ReplayMod-.mcpr-File-Reader-api-

    Normally I would release something with code as messy and un-commented as this, but it was an experiment more that anything else. it works! sortof.


    • Beta Tester
    • 4 forum posts
    User15
    #2

    Feb 02 16, 03:10 AM

    Hmm, trying to read this to convert into node. May take me a while :P (The lack of comments D:)


    • User
    • 31 forum posts


    Hmm, trying to read this to convert into node. May take me a while :P (The lack of comments D:)


    Hey, did you succeed? I'd like to use that code as well.