Skip to content
matyalatte edited this page Jul 28, 2023 · 5 revisions

Is it possible to use installed python with GUI?

Open gui_definition.json or batch files.
Then, replace all python\\python.exe with python, python3, etc.
You can remove the ./python folder if you installed python in your PC.
But I only tested with python3.10. It may not work with other versions.

At least, the tool will use the match-case statements.
It's a feature added at 3.10.

Got Mipmaps should have power of 2 as...

Change its width and height to power of 2.
Or use the no_mipmaps option.

I can mod textures just by swapping their DDS data. But this tool seems to do more complicated things.

The binary replacement will work in some cases.
But in general, texture modding requires more complicated steps.
Because DDS files are not embedded into the assets as they are.
In the asset files, their DDS binaries are divided into some pieces.
And they require metadata editing if you want to change DXGI formats, resolutions, etc.