• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 7 8 9 10 11 ... 369 Next »

Timesplitters Future Perfect Textures can they be dumped at all?
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Timesplitters Future Perfect Textures can they be dumped at all?
02-11-2022, 09:41 AM
#11
iwubcode Offline
Member
***
Posts: 230
Threads: 2
Joined: Oct 2019
Quote:oh man! does this mean its not possible to upscale the textures for this game? if the game interprets texture dumps this way?
or is their something I'm misunderstanding here?

the textures some really do look weird, become scrambled etc
does the game understand them enough, that it really doesn't matter what they look like though?

I was going off of the textures Venomalia posted. Those are not scrambled and are likely just arb textures which work fine with upscaling.

I just looked and found there is already an issue for this problem. Sorry, I thought I looked for similar issues before but guess I didn't.

If someone can post a 3 frame fifolog of a scene with some problematic textures to that issue, that would be helpful to diagnose the problem.
Find
Reply
02-11-2022, 10:22 AM
#12
Venomalia Offline
Member
***
Posts: 218
Threads: 10
Joined: Dec 2020
it does not seem to be arbitrary mipmaps, this would not make much sense.
it looks more like the memory address is filled with completely different textures.
i could imagine that the textures are only half the size so that the first mip is the original.
So that the base texture is not used directly, however, i don't know how exactly dolphin creates the textures.

interesting would be what happens if you pack the dumps into the load folder.
are the textures displayed correctly?
[Image: Ko--Fi-Support-red?logo=ko-fi] [Image: GitHub-Projects-lightgrey?logo=github]
Website Find
Reply
02-11-2022, 10:32 AM
#13
iwubcode Offline
Member
***
Posts: 230
Threads: 2
Joined: Oct 2019
(02-11-2022, 10:22 AM)Venomalia Wrote: it does not seem to be arbitrary mipmaps, this would not make much sense.
it looks more like the memory address is filled with completely different textures.
i could imagine that the textures are only half the size so that the first mip is the original.
So that the base texture is not used directly, however, i don't know how exactly dolphin creates the textures.

interesting would be what happens if you pack the dumps into the load folder.
are the textures displayed correctly?

Actually, that is exactly what was done in the issue I linked and no they are not displayed correctly :o
Find
Reply
02-11-2022, 11:18 AM
#14
Venomalia Offline
Member
***
Posts: 218
Threads: 10
Joined: Dec 2020
tex1_256x256_m_e51555d2f535b254_14
[Image: mT6MzxC.png]

I have changed the line break of the lower part of the texture, so I get a texture like this.

Fix tex1_256x256_m_e51555d2f535b254_14
[Image: 7KcBs0z.png]

under the dumps there is a similar texture!

tex1_256x256_m_ddab749abfb9bd26_14_arb_mip1
[Image: XqC8PHN.png]

of which the base texture has errors again

tex1_256x256_m_ddab749abfb9bd26_14_arb
[Image: hVqp6oq.png]

this indicates that the texture is in reality only 128x128.

i have attached all associated textures as a zip.


Attached Files
.zip   textur bug.zip (Size: 228.38 KB / Downloads: 23)
[Image: Ko--Fi-Support-red?logo=ko-fi] [Image: GitHub-Projects-lightgrey?logo=github]
Website Find
Reply
02-11-2022, 11:19 AM
#15
stan21 Offline
Member
***
Posts: 97
Threads: 17
Joined: Jul 2021
(02-11-2022, 09:41 AM)iwubcode Wrote: I was going off of the textures Venomalia posted.  Those are not scrambled and are likely just arb textures which work fine with upscaling.

I just looked and found there is already an issue for this problem.  Sorry, I thought I looked for similar issues before but guess I didn't.

If someone can post a 3 frame fifolog of a scene with some problematic textures to that issue, that would be helpful to diagnose the problem.

thats ok really the fault lays with me. Undecided  i started this thread, so technically that's what i should have done first. looked this information up, i just rushed into it didn't realize that not all textures for all dolphin games can be dumped. this is unfortunate news. so hopefully im allot wiser with my choice the next time i pick a game to dump textures from to upscale.  
Find
Reply
02-11-2022, 11:24 AM
#16
stan21 Offline
Member
***
Posts: 97
Threads: 17
Joined: Jul 2021
(02-11-2022, 11:18 AM)Venomalia Wrote: tex1_256x256_m_e51555d2f535b254_14
[Image: mT6MzxC.png]

I have changed the line break of the lower part of the texture, so I get a texture like this.

Fix tex1_256x256_m_e51555d2f535b254_14
[Image: 7KcBs0z.png]

under the dumps there is a similar texture!

tex1_256x256_m_ddab749abfb9bd26_14_arb_mip1
[Image: XqC8PHN.png]

of which the base texture has errors again

tex1_256x256_m_ddab749abfb9bd26_14_arb
[Image: hVqp6oq.png]

this indicates that the texture is in reality only 128x128.

i have attached all associated textures as a zip.

interesting thankyou for providing this, i think you both have some ideas as to whats happening and seem to be figuring this out. 
ill just be patient and see how things turn out maybe a solution will be discovered. hopefully i can attempt this texture dumping at a later stage but for now ill just focus on other projects. thankyou so much for your efforts guys! Smile
Find
Reply
02-11-2022, 11:40 AM (This post was last modified: 02-11-2022, 11:43 AM by Venomalia.)
#17
Venomalia Offline
Member
***
Posts: 218
Threads: 10
Joined: Dec 2020
I guess they could be used by renaming them,

[Image: w7IUPRi.png]

however, the texture pack would then no longer work when this bug is fixed. Sad
[Image: Ko--Fi-Support-red?logo=ko-fi] [Image: GitHub-Projects-lightgrey?logo=github]
Website Find
Reply
02-11-2022, 11:46 AM (This post was last modified: 02-11-2022, 11:53 AM by stan21.)
#18
stan21 Offline
Member
***
Posts: 97
Threads: 17
Joined: Jul 2021
(02-11-2022, 11:40 AM)Venomalia Wrote: I guess they could be used by renaming them,

[Image: w7IUPRi.png]

however, the texture pack would then no longer work when this bug is fixed. Sad

if the bug is fixed then i redump the textures, keep the old dump from before the bug fix. then rename all the dumped bugfix textures individually, make sure all filenames and hash codes have exactly the same as the original dolphin non bugfix dumps version. could that technically work? would Dolphin reload the bugfixed textures with the original non bugfix filenames and hashcodes back into the game? could this fix the issue? Wink
Find
Reply
02-22-2022, 08:20 PM (This post was last modified: 02-22-2022, 08:22 PM by stan21.)
#19
stan21 Offline
Member
***
Posts: 97
Threads: 17
Joined: Jul 2021
(02-11-2022, 11:40 AM)Venomalia Wrote: I guess they could be used by renaming them,

[Image: w7IUPRi.png]

however, the texture pack would then no longer work when this bug is fixed. Sad

if someone fix's the bug maybe makes it into a patch for the game or something people can download then just apply a bugfix patch or whatever to the game. I'll replay through the whole game again and redump all the textures all over again, then upscale those textures into a HD Pack. ill understand if no one can do this, but if anyone thinks they can do it. please do and then ill do whatever is necessary to make the best HD texture pack for this game. Smile
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode