Skip to content

A work in progress python skript wher you can edit your inventory in gof 2

Notifications You must be signed in to change notification settings

Manni1000/Gof2-Inventory-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A work in progress python skript wher you can edit your inventory in gof 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages