You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input file size is 4,699kb output is 5,201kb.
When attempting to load into game some of the textures dont load and some do?
Digging into it further OpenIV when attempting to import the original dds files it duplicates them?
Not sure if this could be an issue with naming or something else but thought I'd try be in depth since I've been at this for about 5 hours now.
Please let me know if I'm being dumb or this is a bug because I cant seem to figure it out.
The text was updated successfully, but these errors were encountered:
The above is incorrect, issue is to do with UpdateClass in TextureDictionaryWrapper_GTA5_pc
Have just commented locally and seems to have fixed, it only affects textures that have any transparency to them
It is possible that ResourceWrappers have bugs, specially those related to textures. Note that resource wrappers are still old code from original gta-toolkit, they should be a way to expose high level API to handle resources but they are far from ready as even low level API aren't complete.
I load the TXD like so:
Then export again doing nothing in between the last line and this line:
The input file size is 4,699kb output is 5,201kb.
When attempting to load into game some of the textures dont load and some do?
Digging into it further OpenIV when attempting to import the original dds files it duplicates them?
Not sure if this could be an issue with naming or something else but thought I'd try be in depth since I've been at this for about 5 hours now.
Please let me know if I'm being dumb or this is a bug because I cant seem to figure it out.
The text was updated successfully, but these errors were encountered: