GithubHelp home page GithubHelp logo

mpqsave's Introduction

mPqSave

This program will allow you to read and write Pokémon Quest save files.

Also support mobile version Pokémon Quest's save.

Pokémon Quest's save file is a single 512 KB file named user.

Thanks: Thealexbarney

Usage

Usage: mpqsave [[k key] | [p keyfile]] modeinput output [script1 (In script mode only)] [script2]...
  modes:
    k Key (string, mobile version need)
    p Key file (file, mobile version need)
    d Decrypt save (input: encrypted save,output: decrypted save)
    e Encrypt save (input: decrypted save,output: encrypted save)
    x Export save to JSON (input: encryptedsave, output: json)
    i Import save from JSON (input: json,output: encrypted save)
    s Script - Run scripts on an encrypted save(input: encrypted save, output: modified encrypted save)
  option k and p only need one

User Scripts

User-provided C# scripts can be run to modify the save data.

Two examples have been provided:

Running on Linux or macOS

.NET Core can run mPqSave on Linux or macOS. Make sure .NET Core is installed, open a terminal in the directory containing mPqSave and run the program with dotnet mPqSave.dll

Building

Using Visual Studio 2017

  1. Open mPqSave.sln in Visual Studio
  2. Run Build Solution

If you do not have .NET Core 2.0 or higher installed, Visual Studio will give an error saying that the netcoreapp2.0 build failed. The .NET Framework 4.6 build should still succeed if this happens.

Using the .NET Core SDK

  1. Install the .NET Core SDK
  2. Open a command prompt in the directory containing mPqSave.sln
  3. Run dotnet build -f netcoreapp2.0

If you have the .NET Framework 4.6 Targeting Pack installed the .NET Core SDK will also build the program for .NET Framework 4.6.

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.