Important information: this site is currently scheduled to go offline indefinitely by end of the year.

[Half Solved]r16g16_unorm Color Problem

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
timeman
n00b
Posts: 17
Joined: Sat Oct 01, 2016 12:31 pm
Has thanked: 1 time
Been thanked: 3 times

[Half Solved]r16g16_unorm Color Problem

Post by timeman »

Hello!
03701.bin
Image

That's what i get from 03701.bin, I realllly don't konw about graphic format....
I used Rawtexture get the image

Image

I've tried many graphic type, r16g16_unorm is the best, as a result.
But the color is not right.

Another type of image like this.
00252.bin
Size, filesize, offset set as above
Rawtexture: 1280x720 0x80 r16g16_unorm, it's worked like above read.

Question1:
So, Would anyone tell me why and How to deal with these format images

This is another package, maybe compressed, i have no idea about this file
unknown.bin

Question2:
Would anyone tell me, what this is and how to extract it!


Any help will be greatly appreciated!!! Thank you first of all...
Last edited by timeman on Sun Jun 30, 2019 1:03 am, edited 1 time in total.
User avatar
aspadm
advanced
Posts: 52
Joined: Wed Nov 25, 2015 8:43 pm
Has thanked: 10 times
Been thanked: 34 times

Re: r16g16_unorm Color Problem

Post by aspadm »

timeman wrote: Sun Jun 23, 2019 8:27 am
I've tried many graphic type, r16g16_unorm is the best, as a result.
But the color is not right.
Looks like this is just ARGB32 packing. Not sure, is this tools supports it.
Image
timeman
n00b
Posts: 17
Joined: Sat Oct 01, 2016 12:31 pm
Has thanked: 1 time
Been thanked: 3 times

Re: r16g16_unorm Color Problem

Post by timeman »

aspadm wrote: Sun Jun 23, 2019 8:51 pm
timeman wrote: Sun Jun 23, 2019 8:27 am
I've tried many graphic type, r16g16_unorm is the best, as a result.
But the color is not right.
Looks like this is just ARGB32 packing. Not sure, is this tools supports it.
Image
Thank your reply!
no this option.
Would you tell me how to batch these format???
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: r16g16_unorm Color Problem

Post by Acewell »

what is the full game name and platform from which the samples came?
timeman
n00b
Posts: 17
Joined: Sat Oct 01, 2016 12:31 pm
Has thanked: 1 time
Been thanked: 3 times

Re: r16g16_unorm Color Problem

Post by timeman »

Acewell wrote: Mon Jun 24, 2019 7:42 am what is the full game name and platform from which the samples came?
ps3 super robot wars z jiokuhen \ face \ folder
most of the archives are the same structure.
So, help me .plz acewell!!! thank you :)
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

[PS3] Super Robot Wars Z Jigoku hen (.bin)

Post by Acewell »

okay here is Noesis python script to open your 2 samples. :D
tex_SuperRobotWarsZJigokuhen_PS3_bin.zip
supports argb8888, top level mip only
You do not have the required permissions to view the files attached to this post.
timeman
n00b
Posts: 17
Joined: Sat Oct 01, 2016 12:31 pm
Has thanked: 1 time
Been thanked: 3 times

Re: [PS3] Super Robot Wars Z Jigoku hen (.bin)

Post by timeman »

Acewell wrote: Tue Jun 25, 2019 8:08 am okay here is Noesis python script to open your 2 samples. :D
tex_SuperRobotWarsZJigokuhen_PS3_bin.zip
supports argb8888, top level mip only
Thank you so so much acewell, it did a great work!
in Line 12, if bs.readBytes(4) != b'\x01\x05\x00\x00': return 0
if I comment this line, it still work for some other file. :)
Like this file,
Image
Thank you for your great job.

if you have time,
Would you like to tell me something about unknown.bin?
Post Reply