Laupetin / OpenAssetTools

Open Source Modding Tools for old Call Of Duty games
https://openassettools.dev
GNU General Public License v3.0
85 stars 14 forks source link

[Linker] Linking d3dbsp related xassets from an existing fastfile fails to include d3dbsp string #214

Closed zombiedestroyer29 closed 2 months ago

zombiedestroyer29 commented 2 months ago

On T6 when attempting to link a full combination of d3dbsp related xassets from an existing fastfile, like the following zone file, the linker fails to include the proper string of the relevant d3dbsp asset name in the resulting fastfile, causing it to be not found ingame. gfxworld,maps/mp/mp_magma.d3dbsp comworld,maps/mp/mp_magma.d3dbsp gameworldmp,maps/mp/mp_magma.d3dbsp mapents,maps/mp/mp_magma.d3dbsp clipmap,maps/mp/mp_magma.d3dbsp

Here is the example of the string from mp_magma.ff itself image