Laupetin / OpenAssetTools

Open Source Modding Tools for old Call Of Duty games

Home Page:https://openassettools.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Linker: IW3]: Investigate localized string asset loading from raw

diamante0018 opened this issue · comments

Using the latest OAT on this fastfile there is an issue with the localized assets.

The steps to reproduce should be the following:

  1. Unlink the mod.ff
  2. Take the zone_raw and try to relink it with the Linker.

If the issue is reproducible it should say it is unable to find localized asset for "mod".

I think this might be a new issue
image

commented

IW3 just barely has any loaders currently. Only for Gfximage and rawfile currently it seems like. I just mainly used iw3 for dumping assets to compare them with iw4

If you wee to add the load code for the string tables as well from raw I think oat would become suitable to extend most mod.ff I found.
Thanks

commented

If you wee to add the load code for the string tables as well from raw I think oat would become suitable to extend most mod.ff I found. Thanks

Currently working on it

commented

Should now be done with #90 and #91 -> Closing this