Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.21 KB

Gof2-Inventory-Editor

A work in progress python skript / tool wher you can edit your item inventory

here is the first puplic gui version :D

image

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

item structure: 2023-02-23_05-16

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