hello, i want edit texture file of gangstar rio
but i don't know what to do
someone help me, thank ^.^
[Help Needed] gangstar rio texture file
-
- Posts: 42
- Joined: Mon Jun 07, 2021 8:20 pm
Re: [Help Needed] gangstar rio texture file
This is compressed by Ericsson Texture Compression image data in DDS container. I don't know any tool which can import\convert that.
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: [Help Needed] gangstar rio texture file
Those might work:
Mali Texture Compression Tool
Compressonator
PVRTexTool
Image Magick
ffmpeg (there's a patch adding ETC support, don't know if it was implemented)
raw texture viewers
Mali Texture Compression Tool
Compressonator
PVRTexTool
Image Magick
ffmpeg (there's a patch adding ETC support, don't know if it was implemented)
raw texture viewers
-
- Posts: 42
- Joined: Mon Jun 07, 2021 8:20 pm
Re: [Help Needed] gangstar rio texture file
I found a solution.
In attach modified ETCPACK with added support of these TGA with DDS container, ETC data inside
Usage:
While convert only. *.ppm images can be opened with GIMP, XnViewMP, etc.
In attach modified ETCPACK with added support of these TGA with DDS container, ETC data inside
Usage:
Code: Select all
etcpack.exe car_cops_texture_d.tga car_cops_texture_d.ppm
While convert only. *.ppm images can be opened with GIMP, XnViewMP, etc.
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: [Help Needed] gangstar rio texture file
Great job!
-
- Posts: 31
- Joined: Tue Aug 13, 2019 2:00 am
Re: [Help Needed] gangstar rio texture file
grandshot wrote:I found a solution.
In attach modified ETCPACK with added support of these TGA with DDS container, ETC data inside
Usage:
Code: Select all
etcpack.exe car_cops_texture_d.tga car_cops_texture_d.ppm
While convert only. *.ppm images can be opened with GIMP, XnViewMP, etc.
Thank, but how to encode again?, I try PvrTexTool with this setting, But not work
-
- Posts: 42
- Joined: Mon Jun 07, 2021 8:20 pm
Re: [Help Needed] gangstar rio texture file
sasakimika wrote:Thank, but how to encode again?, I try PvrTexTool with this setting, But not work
PvrTexTool not support this format by default.
Think I can add a back conversion to ETCPACK.