Page 1 of 1

How to load RSD Files

Posted: December 1st, 2020, 7:05 am
by Koop the Koopa
Hello, I'm trying to find an answer of loading RSD Model files but couldn't find any.
Is there a way to load RSD Files in C?

The RSD File I made uses 1 TIM File and it's a square (Which is a simple crate model)

Answers are appreciated :D

Re: How to load RSD Files

Posted: December 10th, 2020, 10:16 pm
by Shadow
To load RSD you'll need to write some C code for the PlayStation to handle it. What the PSX does support is TMD which is converted from RSD. If I recall, TMD is just the object data from the RSD data, so it should be possible to do this in C on the PSX quite easily once you figure out the file offsets.