That's my problem: I develop, test and use my game using ps2link-ps2client. (ps2client execee host:balls.elf .... ), and it works perfectly, but I burn the .elf and the .tga textures in a mode2 cd, and I load it using swapmagic cd and the textures dont load! The game runs but the textures don't load :( the program can't find them.
What's the problem? Could I embed the textures in the .elf? or load an .irx to read the cd unit?
I read my textures with the typical instruction
Code: Select all
fopen(file, "rb")
Any suggestion?