-
Notifications
You must be signed in to change notification settings - Fork 9
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
Generating workshop/inventory/shipbuilder icons fail if CKPE is loaded #107
Comments
in addition the produced .tifs were corrupted the custom logo each one had was scrambled. |
|
The error itself is a software exception, crash dump just catches it and calls CTD. It's not a big deal. |
I'll leave it for now, I'll think about how to remove this window. |
the challenge is that it works correctly to generate those icons when CKPE is uninstalled, so there's something squirrely happening as it handles the -Generate...icons cmdline. The generate icons doesn't directly create the .dds, it only creates the .tif, which assetwatcher then uses the block conversion. |
The situation is like this, a Bethesda dump is now appearing in my build. I deleted the mod, tried the original, and I get a dump with a similar error. |
I'm marking this as a bug because need to find a solution to what's broken there. |
Generating icons:
Inventory Icons: CreationKit.exe -GenerateInventoryIcons:yourespname.esm
Workshop Icons: CreationKit.exe -GenerateWorkshopIcons:yourespname.esm
Shipbuilder Icons: CreationKit.exe -GenerateShipBuilderIcons:yourespname.esm
This will normally construct tif files in :
M:\SteamLibrary\steamapps\Source\TGATextures\Interface\ICONTYPE\MODNAME
Which you then use assetwatcher to distribute to the data\textures and an xbox folder with data\textrures under it as well (the produced dds files are different formats)
Relevant log section:
RENDERING: Packing vertex position with coordinate outside given range -- Coordinate: [-512.000000 -512.000000 0.000000] Range: 512.000000
DEFAULT: Icon #1 : Working on form:'FE000810'
Block compressed textures must be multiples of 4 in size: textures/zeeogre/zeeogrelogo_1024x1024.dds
DEFAULT: Icon #2 : Working on form:'FE000862'
Block compressed textures must be multiples of 4 in size: textures/zeeogre/zeeogre_screen_512x512_90_color.dds
Block compressed textures must be multiples of 4 in size: textures/zeeogre/zeeogrelogo_1024x1024.dds
DEFAULT: Icon #3 : Working on form:'FE000863'
Block compressed textures must be multiples of 4 in size: textures/zeeogre/zeeogre_screen_512x512_90_color.dds
The text was updated successfully, but these errors were encountered: