DSHack

Archive Generated December 23rd, 2018
Mario Kart 7 kart stat hacking help
Author Posted on 2017/01/04
#2779
FFIVGUY I managed to get the romfs extracted from romfs.bin. When I opened KartParts_Param_Speed_Land.bin and the other files, I set it to 32 bytes in a row. I saw the default and levels 1 to 20 and the Drive_SpdMaxFwd_L and Drive_SpdMaxFwd_H, but I am confused about the stuff underneath it and the values for each of the levels 0C, to 12. I also need some help with editing the Drive_SpdMaxFwd_L and Drive_SpdMaxFwd_H part. I have attached an image so you better understand what I am taking about. So, can somebody help me with this?
Author Posted on 2017/01/31
#2899
FFIVGUY Can I have some help with thus?
Author Posted on 2017/01/31
#2900
Atlas The format doesn't seem to be really complex... There are 21 level types (0x15 as the UInt32 at 0x04 says, Default is counted), 2 forward speed types (0x02 as the UInt32 at 0x08 says), and there is a chunk of 0xB4 bytes made of floats... That means there are 2 floats for each level and 1 for each speed type (those two are the same, 0x41200000 at 0x2F0 and at 0x2F8). And the null between these two is probably a padding. Remember you're reading in little endian and I don't think you need to edit the strings. And I think that's how it is organised...
Author Posted on 2017/10/03
#3555
FFIVGUY I am also having some trouble with the point_body, point_tire and point_driver files. I am trying to figure out what the difference is between where it says the names of the parts and the drivers and the part where it says the stats and what stat each value represents.
Author Posted on 2017/11/07
#3603
FFIVGUY Can somebody help me with this please?