Hi,
I've been trying to extract .gma (model container) from F-Zero AX to port them to F-Zero GX. We first were trying to extract them from the .lz archive but this won't be working since gxpand is unable to handle AX' .lz files format.
So I thought about getting the data we want out off a RAM dump. And I have very quickly found what I was looking for.
I opened a hex editor and pasted the data of the RAM into there. Unfortunately some Values have changed and needed to be corrected (and some need to be changed to 0x00000000).
GXGMA (a model viewer for .gma files) reads the data correctly (I think) but gives me following error message: basic_ios::clear. looks like c++ to me.
Any idea how to solve this?
I've been trying to extract .gma (model container) from F-Zero AX to port them to F-Zero GX. We first were trying to extract them from the .lz archive but this won't be working since gxpand is unable to handle AX' .lz files format.
So I thought about getting the data we want out off a RAM dump. And I have very quickly found what I was looking for.
I opened a hex editor and pasted the data of the RAM into there. Unfortunately some Values have changed and needed to be corrected (and some need to be changed to 0x00000000).
GXGMA (a model viewer for .gma files) reads the data correctly (I think) but gives me following error message: basic_ios::clear. looks like c++ to me.
Any idea how to solve this?
Comment