[Help Needed] gangstar rio texture file

Textures, recreate headers, conversions, algorithms and parsing of image files
sasakimika
Posts: 31
Joined: Tue Aug 13, 2019 2:00 am

[Help Needed] gangstar rio texture file

Post by sasakimika »

hello, i want edit texture file of gangstar rio
but i don't know what to do
someone help me, thank ^.^
grandshot
Posts: 42
Joined: Mon Jun 07, 2021 8:20 pm

Re: [Help Needed] gangstar rio texture file

Post by grandshot »

This is compressed by Ericsson Texture Compression image data in DDS container. I don't know any tool which can import\convert that.
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: [Help Needed] gangstar rio texture file

Post by z4ruz »

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
grandshot
Posts: 42
Joined: Mon Jun 07, 2021 8:20 pm

Re: [Help Needed] gangstar rio texture file

Post by grandshot »

I found a solution.

In attach modified ETCPACK with added support of these TGA with DDS container, ETC data inside :shock:

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.
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: [Help Needed] gangstar rio texture file

Post by z4ruz »

Great job!
sasakimika
Posts: 31
Joined: Tue Aug 13, 2019 2:00 am

Re: [Help Needed] gangstar rio texture file

Post by sasakimika »

grandshot wrote:I found a solution.

In attach modified ETCPACK with added support of these TGA with DDS container, ETC data inside :shock:

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
Image
grandshot
Posts: 42
Joined: Mon Jun 07, 2021 8:20 pm

Re: [Help Needed] gangstar rio texture file

Post by grandshot »

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.