Giter Club home page Giter Club logo

Comments (10)

 avatar commented on August 22, 2024

I can give a report on missing sets, I've got about 30 or so linker complains about.

from linkermod.

SE2Dev avatar SE2Dev commented on August 22, 2024

Its not so much about not knowing which ones are missing, but rather, how to rebuild them.

from linkermod.

 avatar commented on August 22, 2024

is it possible to automate the process to rebuild some of them from gamedata?

from linkermod.

SE2Dev avatar SE2Dev commented on August 22, 2024

Techsets and shaders are rather easy to automate, but techniques are an entirely different story.

The source files are raw text files whereas the compiled data is binary, all of the material & shader sources, dests, consts, samplers need to be correctly determined. Even after that is sorted out you'd have to be able to determine which statemap file was associated with the given technique (yet in the game data - the statemaps are associated to materials). Overall, automating the extraction of techniques is an extremely complex process, but manually recreating over 20,000 files by hand is obviously impractical.

from linkermod.

 avatar commented on August 22, 2024

Yeah I browsed through the techniques when installing the tools, I also was looking in to being able to decompile fx so we can get some necessary fx files obviously these can be remade, but for the actual feel of bo1, it would be better to have a decompiler.

from linkermod.

SE2Dev avatar SE2Dev commented on August 22, 2024

I haven't really looked into FX, but like techniques they're compiled into binary data so it's rather difficult to regenerate them. Even though it is theoretically possible, the missing materials would render many of them useless.

And no effectively fully decompiling materials is nearly impossible due to the way statemaps are compiled.

from linkermod.

 avatar commented on August 22, 2024

Is setup ready to read the ff's to extract data? I noticed you actually read the file headers as well, but you still use the extension byte search method, do we still not have a way to get each asset's start and ending offset? Only asking because some of the file types don't contain an extension.

from linkermod.

SE2Dev avatar SE2Dev commented on August 22, 2024

The only other option is to reverse engineer every single asset type in the fast files due to the way they are stored.

The current code I'm using for techniques / techsets / shaders works similarly to Lemon or Lime but it's so experimental and is changing so frequently I haven't bothered to push it yet.

from linkermod.

 avatar commented on August 22, 2024

That's what I was going to ask, can we dump each xasset from the fastfiles and work from there? In memory works too, obviously this would only needed to be done on our end as they'd just be packaged up once, no need for everyone to rip them themselves.

from linkermod.

SE2Dev avatar SE2Dev commented on August 22, 2024

I'm closing this issue as it was semi-resolved in 8f0aabc

from linkermod.

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.