GithubHelp home page GithubHelp logo

Comments (2)

RektInator avatar RektInator commented on June 12, 2024

A few comments on your issue:

  1. The dumped CSV is pure as reference. You shouldn't use these to rebuild fastfiles on different versions of the linker. This because it has a lot of redundant assets and might not result in what you would expect. If you want to port a model for example, simply add xmodel,model_name_here to your CSV file. This will include the model and ALL dependency assets.
  2. Images are not dumped by zonetool, they can simply be extracted from the IWD files.
  3. Map related assets are not dumped from IW3. If you want to port maps from IW3, you should use the IW4x tools instead.
  4. FX is not yet supported as stated in the readme and issue #4
  5. Loaded_sound and sounds are completely dumped, they are just in other fastfiles. Most fastfiles simply reference sound assets instead of really containing them. Reference asset names start with a ','. Most sounds are located in localized_common_mp.
  6. The build zone command is not supposed to work on IW3. IW3 has its own linker for making fastfiles. Feel free to contribute however.

Map exporting for IW3 could be ported over from the IW4x source code but is not a priority.

from zonetool.

RektInator avatar RektInator commented on June 12, 2024

Regarding

also iw3 in duming mode not showing message zone dumped kinda in a loop in a lot of different maps

This still needs to be implemented for IW3. A ZONETOOL_INFO line needs to be added to the DB_AddXAsset when the game loads a rawfile with the name of the fastfile. Every fastfile contains a rawfile with the name of the fastfile itself. This is the final asset in the fastfile. Feel free to port this code over to IW3 from IW4

from zonetool.

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.