Code Monkey home page Code Monkey logo

cccrypt's Introduction

cccrypt

Geometry Dash CCGameManager.dat encoder/decoder written in C++

Warning: I do not support modifying the save data to give yourself higher stats. That's just not cool, man. This is useful if you noclipped levels and want to uncomplete them, or if your save data is broken due to bugs.

Usage

cccrypt allows a CCGameManager.dat to be decoded into XML, modified and then re-encoded into a CCGameManager.dat with your changes.

To decode on Linux: cccrypt -i ./CCGameManager.dat -o ./CCGameManager.xml -d

You can then modify this file like any normal file. When you're done, you encode it.

To encode on Linux: cccrypt -i ./CCGameManager.xml -o ./CCGameManager.dat -e

Be careful when editing the file, in some cases Geometry Dash may reject the changes so please back up the original file.

For more command line parameters, execute cccrypt -h from the command line.

Compile

To compile, you can use the included meson build file:

  • meson setup build --prefix=/usr
  • cd build; meson install; cd ..

If you want to build for Windows, consider using Visual Studio or cross-compile. I don't use Windows, so no solution is included. If you have one, please PR!

Compatibility

It should build and work perfectly fine on Windows and Linux. As of now, it does not work on macOS due to differences in the save data.

Dependencies

  • zlib
  • C++17 compiler (though, C++11 might work?)

License

GNU General Public License version 3.

See https://www.gnu.org/licenses/gpl-3.0.txt for license terms.

cccrypt's People

Watchers

 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.