Coder Social home page Coder Social logo

Comments (2)

Istador avatar Istador commented on May 27, 2024

This is implemented partly. Not with uTinyRipper, but still with UABE. Because uTinyRipper doesn't export the concrete item amounts and item IDs as expected (concretely: it doesn't export properties of MonoBehaviours, so we only know the amount of child game objects, but not the concrete amount returned by the script).

The structure of the game assets had changed a bit, so it's now easier to just extract everything important in a decent amount of time with less manual steps.


What still could be improved a bit is rewriting the extract.sh in python, as the coordinate calculation via awk is quite slow (resulting in 30-60 minutes runtime instead of possibly only a few seconds/minutes).

Also it currently only sums up localPosition, without respecting the localRotation via quaternions, resulting in wrong coordinates for a small amount of things that do have rotations in their parent game objects.

Exporting Item IDs for chests and ideas needs to be checked for correctness, as it outputs seemingly wrong IDs.

from pine-interactive-map.

Istador avatar Istador commented on May 27, 2024

Not needed, the game isn't going to change anymore.

Figuring the Item IDs out by hand seems to be less work.

from pine-interactive-map.

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.