[Linker: IW3]: Investigate localized string asset loading from raw
diamante0018 opened this issue · 5 comments
diamante0018 commented
Using the latest OAT on this fastfile there is an issue with the localized assets.
The steps to reproduce should be the following:
- Unlink the mod.ff
- 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".
diamante0018 commented
Laupetin 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
diamante0018 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
Laupetin 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