Toribash
Original Post
does enikesha still work
the enikesha replay parser is still up
http://toribash.enikesha.net/
but it doesnt seem to work anymore, whenever i try to use it i get an error
Error parsing replay file!

id really like to know if there are any alternatives. i know you can find out the state of the joints by looking at notepad but its a huge pain and id like to use enikesha to remake entire replays
oh yeah
It looks like it only works with replays made in older versions, whenever I try to parse one of my own replays I get that error, but parsing the default replays works.
Last edited by Zockinator; Jun 29, 2015 at 07:04 PM.
It's written in python and has the source on github so if anyone's good at that sort of thing they could take a look at it and fix it up/get in contact with enikesha. I wouldn't imagine the replay files are that different but I haven't looked closely.
Originally Posted by Zockinator View Post
It looks like it only works with replays made in older versions, whenever I try to parse one of my own replays I get that error, but parsing the default replays works.

thanks, this is useful for what i want to do atm

Originally Posted by Solax View Post
It's written in python and has the source on github so if anyone's good at that sort of thing they could take a look at it and fix it up/get in contact with enikesha. I wouldn't imagine the replay files are that different but I haven't looked closely.

thanks, ill maybe talk to someone about it
taking into account what Zockinator said, i think there must be some sort of difference between the replays created in the old and new versions of toribash. ill try to look into notepad and figure out
-----
I played around a bit and figured that if you remove the line #!/usr/bin/toribash from old replays it wont be able to parse them. im assuming the script searches for specific lines to make sure its a replay file. i dont know what are the specific criteria it uses, but i imagine the replays made in the new versions are lacking a line or values that were present in the old replays
Last edited by pusga; Jun 30, 2015 at 12:43 PM. Reason: <24 hour edit/bump
oh yeah
I'll take a look at it too. So far from what I can see comparing an uploaded replay file there to a recent one of my own there aren't too many drastic changes. Looks like some things have changed in the way the replay and game info is displayed at the start of the file but the other stuff looks similar.

What may be easier than trying to update the original code could me making a new program that converts new replay files into the format of old ones so that they can be parsed but that will depend on if newer replay files actually have more info in them or are just written differently. Better altogether would be to just work from the source but since there aren't many comments or direction it's probably just as fast either way.
thanks, youre the man. i havent tried to open up a new replay with old toribash and then save the replay to see if enikesha can parse it, but ill probably try that once i fix my toribash (i think i broke it while opening old versions and old replays)
oh yeah
if you change anything small like making the matchframes longer by 1 frame it suddenly doesnt work

so it's probably completely broken and can only open replays that have been saved when it still worked
8===D