GithubHelp home page GithubHelp logo

add-le / ps-vita-sync Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 0.0 3.01 MB

Homebrew to sync savefiles with your drive.

CMake 4.03% C 75.41% HTML 14.85% JavaScript 3.08% CSS 2.63%
cloud drive google-cloud google-drive henkaku psvita psvita-homebrew saves sync vita savefiles

ps-vita-sync's Introduction

ps-vita-sync

Homebrew to sync savefiles with your drive.

Step 1 : Google Drive

  • You need to setup your google drive to be able to interact with the application.
    • On https://console.cloud.google.com/ create an application 'PS Vita Sync'
    • Go to APIs and Services
    • Go to Credentials
    • Create an API Key (kid)
    • Create a service account
    • Generate RSA Key from KEYS menu
    • Download your private key (pkey)
  • Share with the service account, the folder where you save will be sync

Step 2 : Populate the config files

  • On you vita go to ux0/data/SYNC00055
  • Create a file named 'pkey.pem', saved your privat key here
    • EOL needs to be UNIX type '\n'
    • the EOF need to be empty last char must be a '-'
  • Create a file named 'config.lst" inside the same folder
    • The file format need to be exact following
    • start with the word 'iss' used the tab char ('\t') and write the email of your service account
    • enter a new line UNIX style ('\n')
    • start the second line with 'kid' and used the tab char ('\t') and write the api key here
    • terminate the file with the new line UNIX style ('\n')
    • you should have something like this
iss\[email protected]\n
kid\t${API_KEY_HERE}\n

Step 3 : Enjoy

  • Compile & install the vpk file on your vita
  • Change the source code according to your game
  • Change the fileId of google drive

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.