RatchetModding / slimseditor

A savegame editor for the Ratchet and Clank games, written in Python.
GNU General Public License v3.0
13 stars 6 forks source link

Ratchet & Clank A Crack in Time can't edit bolt count #13

Open Savitar233 opened 1 year ago

Savitar233 commented 1 year ago

I wanted to edit my ratchet&clank a crack in time save, and every time I want to open my save I can't edit bolts. (I'm using latest RPCS3). The save loads just fine, but when I click on the bolts count list, the editor doesn't show me my bolts count to edit them. (I'm in the great clock area with clank, so maybe that is the problem. What should I do?

maikelwever commented 1 year ago

This is because the editor looks for known positions in savegames, and there are none for ACIT. You can add them yourself if you know the position and datatype of the item in the raw save data, see readme.md for instructions on adding values.