Coder Social home page Coder Social logo

Comments (9)

WerWolv avatar WerWolv commented on May 30, 2024

Probably but definitely not without a save dump. Provide some more information and data and you'll get more help

from edizon_cheatsconfigsandscripts.

Conan179 avatar Conan179 commented on May 30, 2024

No problem, Write me what you need and I'll send it to you.
My English is not the best, i speaking German.

from edizon_cheatsconfigsandscripts.

WerWolv avatar WerWolv commented on May 30, 2024

To get started with anything we need you to dump your save file and send it to us. Also write down some values from your save file (Like item count, coin count, etc.)

from edizon_cheatsconfigsandscripts.

Conan179 avatar Conan179 commented on May 30, 2024

Here is the Export from Sav with Checkpoint

2019021518381300-73c3a2494c7b6fee83d5006250c6a6b1

Its calld "Gold" i have maked on the Screenshot.

from edizon_cheatsconfigsandscripts.

WerWolv avatar WerWolv commented on May 30, 2024

Research

The majority of the save file is zlib compressed. The compressed section goes from 0x04 to 0x30E0 which decompresses into a 4MB save file.

Integer Key-Values

[KEY_STRING_LENGTH][KEY_STRING][DATA]

String Key-Values

[KEY_STRING_LENGTH][KEY_STRING][VALUE_STRING_SIZE][VALUE_STRING]

String List

[KEY_STRING_LENGTH][KEY_STRING][??LIST_LENGTH??][LIST_STRINGS]
LIST_STRINGS is separated by the | (Pipe) symbol.

from edizon_cheatsconfigsandscripts.

Conan179 avatar Conan179 commented on May 30, 2024

Oh ok

from edizon_cheatsconfigsandscripts.

Conan179 avatar Conan179 commented on May 30, 2024

Is the question allowed, if any information is missing?

from edizon_cheatsconfigsandscripts.

WerWolv avatar WerWolv commented on May 30, 2024

I made a small python script that unpacks and repacks the save file. Didn't look much further into it though because I'm working on some new stuff for edizon itself. After that I should hopefully have some time again for this game

from edizon_cheatsconfigsandscripts.

Conan179 avatar Conan179 commented on May 30, 2024

😢

from edizon_cheatsconfigsandscripts.

Related Issues (20)

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.