You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found about this tool, and was interested in using it especially for replacing files in the XBC2 ard archive to do some reverse engineering on some parts of the game (mainly the Tiger Tiger minigame, which I have made a good amount of progress on), but found out that replacing any file with a bigger compressed size isn't implemented. I would maybe be interested in helping to add this, so do you know what would need to be done/how to go about doing it?
The text was updated successfully, but these errors were encountered:
I can see 2 options. The first would be to rebuild the entire archive. This would require the most work, but would be very flexible. The other would be to increase the size of the data archive and move the larger file to the newly allocated space.
Or if you have the DLC you can stick the updated file in any of them. The game's filesystem code uses a layered FS, and the dlc take precedence over the archive
I just found about this tool, and was interested in using it especially for replacing files in the XBC2 ard archive to do some reverse engineering on some parts of the game (mainly the Tiger Tiger minigame, which I have made a good amount of progress on), but found out that replacing any file with a bigger compressed size isn't implemented. I would maybe be interested in helping to add this, so do you know what would need to be done/how to go about doing it?
The text was updated successfully, but these errors were encountered: