Jump to content

Modding Game Data (Obb)


Recommended Posts

Rename main.21.com.kleientertainment.doNotStarvePocket.obb

To data.zip

Extract data.zip file to any destination

Open the extracted folder

Go to /script/tuning.lua open with any text editor, and modify anything what u want

Ex : increase max item stack, edit this following lines

STACK_SIZE_LARGEITEM = 10, 
STACK_SIZE_MEDITEM = 20,
STACK_SIZE_SMALLITEM = 40,

To

STACK_SIZE_LARGEITEM = 999,
STACK_SIZE_MEDITEM = 999,
STACK_SIZE_SMALLITEM = 999,

For RoG compatible, edit tuning.lua on /DLC0001/script/tuning.lua

You can modify every *.lua on this folder

Copy your edited file with winrar, and paste it to original location on data.zip, it will replace your original files so don't forget to make a backup first.

after all, rename again data.zip to main.21.com.kleientertainment.doNotStarvePocket.obb

Enjoy and sorry for bad english :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...