vlOd2 / SubwaySurfersSaveFile

Wrapper for C# for editting Subway Surfers saves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubwaySurfersSaveFile

Cleaned and improved port of janpascal's SubwayEdit implementation of the Subway Surfers save file to C#

Usage

// playerdata.0 is the file containing the useful stuff
SubwaySurfersSaveFile file = new SubwaySurfersSaveFile() { FileName = "playerdata.0" };
file.ImportFile();
file.ExportFile();

Where is playerdata.x?

You MUST have root to get these files
Use a file manager and browse to /data/data/com.kiloo.subwaysurf/files

⚖ License

This project is licensed under the GPLv3 license
You may refer to the "LICENSE" file for more information
NOTE: The original repository had no license

About

Wrapper for C# for editting Subway Surfers saves

License:GNU General Public License v3.0


Languages

Language:C# 100.0%