dreaddy Posted January 22, 2021 Share Posted January 22, 2021 (edited) Hi, just finished my PHP Replay Parser. Should be easy to include in own projects. It contains almost anything that can be read out of the replays and some calculated Values (decks, apm, winner, teams, monuments used, cards used, every action done by the players etc. ). Might be useful for an own replay archive, automatic reports for tourneys or just to spy out what deck the rpve Player used that was 10x faster than you ). A quick demo script also with all values extracted: http://torsten-lueders.de/replayapi/ Source on Github: https://github.com/dreaddy/SkylordsReplayParserLibrary The Usage is quite simple. Just call $replaydataobject = new SkylordsReplayParser("pathandnameofmyreplay.map")->loadData(); The example is in index.php. Edited January 24, 2021 by dreaddy Damo, Ultralord and Taker like this Link to comment Share on other sites More sharing options...
dreaddy Posted January 23, 2021 Author Share Posted January 23, 2021 Added upload functionality to http://torsten-lueders.de/replayapi/ I'd appreaciate some testing ;). If you find any bugs in the values, please post them here with the replay attached. Link to comment Share on other sites More sharing options...
Xeon Posted January 28, 2021 Share Posted January 28, 2021 This looks good ? Do you plan to create a public API to make it easier to implement it in other projects which are not based on PHP? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now