Giter Club home page Giter Club logo

Comments (5)

miragedmuk avatar miragedmuk commented on July 28, 2024 1

I went from a hint on the SurviveTheArk forums that it was a "file within a file".

I was then able to write the bytes from the custom data out into their own files and could visually see they were similar to a normal ark save.

The only thing I had to work with was a "ArkArchive" class in the C# converted toolkit Im using (based on this one) which read it in perfectly.

To see how I did it in the C# toolkit check my pull request out - ark-mod/ArkSavegameToolkitNet#15

from ark-tools.

connorwyatt avatar connorwyatt commented on July 28, 2024 1

Thanks for the info, I've managed to read it in 👍

from ark-tools.

miragedmuk avatar miragedmuk commented on July 28, 2024

Sounds like a long pointer - possibly an offset to the contained dino data in the cryopod. It's something I'm going to be investigating myself in the new year so if I find anything I will update you.

from ark-tools.

miragedmuk avatar miragedmuk commented on July 28, 2024

It's actually a byte array making up an ArkArchive in and of itself containing 2 GameObjects (the dino and it's status component).

I don't really know Java but have managed to extract them using a C# version based on this original toolkit. I skip the first 4 bytes (version possibly?) then read in 2 GameObject's

from ark-tools.

connorwyatt avatar connorwyatt commented on July 28, 2024

Thanks for the info, how did you figure that out out of interest? Reading binaries is new to me and I'm wondering how you knew the structure of the file. I've read the byte array as a string, and I can see values there, is it a case of guessing what the value means based on the values you've seen for the field?

from ark-tools.

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.