07-16-2019, 02:21 AM
(This post was last modified: 07-16-2019, 02:23 AM by rveyrand.
Edit Reason: added a little missing info
)
first of all: sorry for thread necro, but it seems my research could come in handy for that game
for the game asset files, you will need quickbms and this script: https://aluigi.altervista.org/bms/sonic_...lstars.bms (use it on .toc files)
[you can delete the .m00/.m01 and toc file if you extracted all in the data folder of the game, it will still run smoothly]
all models and texture files are contained inside these files: .gpu.spc and .cpu.spc
now onto chunk info (those are contained inside the .cpu.spc file)
if chunk header is 0xD6D1820C: texture file
if chunk header is 0xB111B40E: meta info
if chunk header is 0x22008309: animation info
if chunk header is 0x29318F0A: animation data
if chunk header is 0x115AB800: skeleton data
if chunk header is 0xCA121903: model data
if chunk header is 0x777A9B0E: shader data
if chunk header is 0x79C90901: material data
now, well, just have to find a way to import and maybe export those files knowing those info.
Also, important note: even if the extension is different, know that All Star Racing Transformed and Team Sonic Racing shares the same data format
for the game asset files, you will need quickbms and this script: https://aluigi.altervista.org/bms/sonic_...lstars.bms (use it on .toc files)
[you can delete the .m00/.m01 and toc file if you extracted all in the data folder of the game, it will still run smoothly]
all models and texture files are contained inside these files: .gpu.spc and .cpu.spc
now onto chunk info (those are contained inside the .cpu.spc file)
if chunk header is 0xD6D1820C: texture file
if chunk header is 0xB111B40E: meta info
if chunk header is 0x22008309: animation info
if chunk header is 0x29318F0A: animation data
if chunk header is 0x115AB800: skeleton data
if chunk header is 0xCA121903: model data
if chunk header is 0x777A9B0E: shader data
if chunk header is 0x79C90901: material data
now, well, just have to find a way to import and maybe export those files knowing those info.
Also, important note: even if the extension is different, know that All Star Racing Transformed and Team Sonic Racing shares the same data format