Skip to content

LLeexx/RaidExtractor

 
 

Repository files navigation

RaidExtractor

A tool made to extract information from the windows version of "Raid: Shadow Legends". Currently it supports v0.230 (as seen in Plarium Play launcher) and currently only extracts artifacts and current champions.

This application has 2 Modes:

  • A Windows GUI application. The functionality is slim, but it works!
  • A Non-GUI mode, which simply outputs the files as required.
    • Include --nogui or -n when running the application to run without a GUI.
    • Use -o "output file name and path" to specify the output file.
    • Use -t "zip/json" to pick the output mode. By default, this is set to json
    • If No Parameters are specified other than --nogui/-n, the application will create an artifacts.json file right where the application is run.

Requirements

  • .NET Framework 4.8

Future versions

  • Add Great Hall and Arena data

Feedback

Please use the Github Issues page for this project, located at https://github.com/LukeCroteau/RaidExtractor/issues for any currently known issues, or to report any bugs!

About

Extract data from "Raid: Shadow Legends"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 42.0%
  • TypeScript 35.2%
  • HTML 18.4%
  • Python 2.3%
  • JavaScript 1.1%
  • Dockerfile 0.5%
  • Other 0.5%