Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*.png gwent icon files/images exported from texture.cache seem to be broken #30

Open
exploiteddna opened this issue Feb 7, 2023 · 1 comment

Comments

@exploiteddna
Copy link

Issue

Exporting images from texture.cache, specifically png "icon" files, the images/textures that are used for in-game Gwent cards. Resulting files are missing color data, corrupt, etc. ... not entirely sure what's wrong but something isn't right. Sometimes it will only extract a png image that is a single pixel with a color value of (255,0,255) Check screenshot here: screenshot or see attached files (both examples attached)... have tested this on multiple texture.cache to ensure it was reproducible on other texture.cache files containing gwent card textures/images -- these assets are found at
...\gameplay\gui_new\icons\gwint*.png or the analogous paths for a few DLCs

"Missing color" example
neu_dandelion
Single pixel example
neu_avallach_dlc

Steps to reproduce

Open WKit, Create new mod project, Open "Lexar" mode asset explorer, select Texture Cache, navigate to texture.cache from a mod, Mark the files you want to export, select the 'export' and 'unbundle' checkboxes at the bottom of the dialogue box, select 'Add to mod', wait for the assets to be extracted from texture.cache and added into project files (/files/Mod/Uncooked/*)

Actual Result

Files were extracted and added to mod, but the images (png format) are broken, perhaps missing a color channel. See linked image here (same as above): https://i.imgur.com/n84vVczl.png

Expected result

I expect to have the images with proper color data so they can be used to tweak mod, make fixes, etc.

@exploiteddna exploiteddna changed the title files/images exported from texture.cache seem to be broken png gwent icon files/images exported from texture.cache seem to be broken Feb 7, 2023
@exploiteddna exploiteddna changed the title png gwent icon files/images exported from texture.cache seem to be broken *.png gwent icon files/images exported from texture.cache seem to be broken Feb 7, 2023
@0matyesz0
Copy link
Contributor

I could not reproduce this issue with the current version of WolvenKit-7.
Can it be the case that you trying to fiddle with the png files of a specific mod that was made by a much older version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants