Code Monkey home page Code Monkey logo

overcookedtool's Introduction

OvercookedTool

A tool to convert Overcooked 2 saves between users/versions of the game.

Requirements

Requires .NET Runtime 3.1.

Usage

For each save game file (*.save) you wish to convert, decrypt using the existing user ID and then encrypt using the new user ID.

The user IDs are the long numbers in the name of the directory where the save files are saved. For example, for Steam on Windows we have C:\Users\username\AppData\LocalLow\Team17\Overcooked2\<STEAM_ID>\*.save, and for GOG Galaxy on Windows we have C:\Users\username\AppData\LocalLow\Team17\Overcooked2\Saves\<GALAXY_ID>\*.save

For example, to convert the Meta save file (which saves settings and cooks and various other metagame stuff):

.\OvercookedTool.exe decrypt C:\Users\Foo\AppData\LocalLow\Team17\Overcooked2\12345678912345679\Meta_SaveFile.save C:\Temp\Meta_SaveFile.json 12345678912345679
.\OvercookedTool.exe encrypt C:\Temp\Meta_SaveFile.json C:\Users\Foo\AppData\LocalLow\Team17\Overcooked2\Saves\987654321987654321\Meta_SaveFile.save 987654321987654321

Epic Games Version

For the epic games store version of the game, the savegame password for encryption and decryption is "Epic.OnlineServices.EpicAccountId" without the quote.

For example:

.\OvercookedTool.exe decrypt C:\Users\Foo\Appdata\LocalLow\Team17\Overcooked2\c098dd76e6b499f59482ab4f0a24f79b\Meta_SaveFile.save C:\Temp\Meta_SaveFile.json Epic.OnlineServices.EpicAccountId
.\OvercookedTool.exe encrypt C:\Temp\Meta_SaveFile.json C:\Users\Foo\Appdata\LocalLow\Team17\Overcooked2\c098dd76e6b499f59482ab4f0a24f79b\Meta_SaveFile.save Epic.OnlineServices.EpicAccountId

Offline Mode

If you have installed the game in offline mode (for example, through the GOG standalone installers), your savegame password is a unique machine identifier generated by Unity, and can be obtained using this tool.

License

This code belongs to Team17 and I take no credit or responsibility over it.

overcookedtool's People

Contributors

ahmed-dardery avatar bigstool avatar hadeutscher avatar weihanyau avatar

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.