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

Hyperdimension Neptunia Re;birth1 .tid

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Hyperdimension Neptunia Re;birth1 .tid

Post by finale00 »

There are different pixel formats for .tid, but these should be similar to DDS?
Would be nice to apply to this

Image
You do not have the required permissions to view the files attached to this post.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Hyperdimension Neptunia Re;birth1 .tid

Post by shakotay2 »

I used nr1_tidtool.exe to convert the tid file:
Neptunia_002_face.JPG
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Hyperdimension Neptunia Re;birth1 .tid

Post by finale00 »

That will work for now. Still would like to know how the format is stored and how it's different from a regular DDS file.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Hyperdimension Neptunia Re;birth1 .tid

Post by shakotay2 »

convert face_c.png to a DXT1 dds file then compare it to face_c.tid
That's the way I would do it.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Hyperdimension Neptunia Re;birth1 .tid

Post by Acewell »

finale00 wrote:... would like to know how the format is stored and how it's different from a regular DDS file.
the difference is your sample is morton swizzled, you can use this to unscramble the data array in Noesis :D

Code: Select all

data = rapi.imageFromMortonOrder(data, imgWidth>>1, imgHeight>>2, 4)
texFmt = noesis.NOESISTEX_DXT1
and heres a script that only works with your sample
face_c_tid.zip
You do not have the required permissions to view the files attached to this post.
deadrat
ultra-n00b
Posts: 2
Joined: Thu Feb 16, 2017 8:20 am

Re: Hyperdimension Neptunia Re;birth1 .tid

Post by deadrat »

Hi guys. Please, help me. I have a Playstaytion3 games Mugen souls and Mugen souls Z . I`m extract all folders with TID-files. (This pictures, isn`t it? ) Please tell me how to format them to pictures?

P.S
Guys from steamcommunity did it for Neptunia (PC).
https://steamcommunity.com/sharedfiles/ ... =409454600
But this is not work for Mugen souls Z (PS3)

P.S. 2
I`m found some soft for converting TID to DDS!!!
http://crunchepillar.x10host.com/data/p ... -mugen.php
but it`s give me strange pics
You do not have the required permissions to view the files attached to this post.
Post Reply