Giter Site home page Giter Site logo

rocketleaguereplayparser's Introduction

Rocket League Replay Parser

master branch: Build status

Parses replay files generated by the game Rocket League. Parses to C# objects, which can be serialized to JSON.

Supports all replay files created by Rocket League version 1.25 (released 2016-12-07) and earlier. If it doesnt, please create an issue with a link to the problematic replay and I'll get it fixed up.

Includes a library that can be used in your project (Install-Package RocketLeagueReplayParser) as well as a basic console based front end that can be used to convert a replay file to JSON.

Example usage:

  • Convert a single replay file to JSON, outputting the result to stdout

RocketLeagueReplayParser.exe example.replay

  • Convert a single replay file to JSON, outputting the result to a file (named .json)

RocketLeagueReplayParser.exe example.replay --fileoutput

  • Convert all replay files in a directory to JSON, outputting the result to files

RocketLeagueReplayParser.exe "\\path\to\replay\files" --fileoutput --d

Further instructions can be found by running RocketLeagueReplayParser.exe --help

TODO:

  • Get it working under Mono (JSON serialization fails)
  • Has some "Unknown" properties that I havent bothered tracking down yet.
  • Code needs some cleanup. It's getting scary in there.

rocketleaguereplayparser's People

Contributors

jjbott avatar phillijw avatar

Watchers

James Cloos avatar Chris avatar

Forkers

sm-fn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.