Monstrofil / replays_unpack

51 stars 19 forks source link

problem with parsing replay file #29

Closed meepmoop200 closed 10 months ago

meepmoop200 commented 10 months ago

Im using this command: python replay_parser.py --replay replay6609.wowsreplay --strict_mode --raw_data_output replay6609 and its not working, i.e. the output is still illegible, other than some header info.

I installed it from the directory with pip, and I cant import the package in a new file because of the "-" in the package name...

meepmoop200 commented 10 months ago

nvm, starting to get it, uncommented the lines in player.py and the output is wonderful. Im sure Ill figre it out, thank you for making this

Monstrofil commented 10 months ago

@meepmoop200 publish some details once you figure it out so I can fix or document that stuff.