A work in progress python skript / tool wher you can edit your item inventory
here is the first puplic gui version :D
soon i will make the code cleaner so addin new stuff gets easyer x.x
also this is for the pc version but if you chage some stuff in the code (mainly the possision where the money value is stored) then it also works for mobile always make backups of your saves this tool might destroy your saves
it may work on widows. The tool can optionally show item icons from your GOF2 installation. Make sure to load your installation with the button.
install requierments:
pip install -r requirements.txt
also all the data is stored in little endian
item_count = 4 bytes item_ID = 4 bytes item_count = 4 bytes item_cost =4 bytes spacer = 1 byte
item_count = 4 bytes item_ID = 4 bytes item_count = 4 bytes item_cost =4 bytes spacer = 1 byte
item_count = 4 bytes item_ID = 4 bytes item_count = 4 bytes item_cost =4 bytes spacer = 1 byte