Post: [HELP] How does one modify dynamic offsets within a game save?
01-20-2020, 07:15 AM #1
Corogue
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hello all,

So I am attempting to modify values for the exosuit within a gamesave for No Man's Sky using a hex editor. The problem is, the offsets are dynamic values so they change after every game restart. Here are the values I am trying to change: You must login or register to view this content.

I am changing the following data from this:
    "ValidSlotIndices":[{"X":0,"Y":0},{"X":1,"Y":0},{"X":2,"Y":0},{"X":3,"Y":0},{"X":4,"Y":0},{"X":5,"Y":0},{"X":6,"Y":0},{"X":0,"Y":1},{"X":1,"Y":1},{"X":2,"Y":1},{"X":3,"Y":1},{"X":4,"Y":1},{"X":5,"Y":1},{"X":6,"Y":1}],"Class":{"InventoryClass":"C"},"SubstanceMaxStorageMultiplier":1,"ProductMaxStorageMultiplier":5,"BaseStatValues":[],"SpecialSlots":[],"Width":7,"Height":2


to this:
    "ValidSlotIndices":[{"X":0,"Y":0},{"X":1,"Y":0},{"X":2,"Y":0},{"X":3,"Y":0},{"X":4,"Y":0},{"X":5,"Y":0},{"X":6,"Y":0},{"X":7,"Y":0},{"X":0,"Y":1},{"X":1,"Y":1},{"X":2,"Y":1},{"X":3,"Y":1},{"X":4,"Y":1},{"X":5,"Y":1},{"X":6,"Y":1},{"X":7,"Y":1},{"X":0,"Y":2},{"X":1,"Y":2},{"X":2,"Y":2},{"X":3,"Y":2},{"X":4,"Y":2},{"X":5,"Y":2},{"X":6,"Y":2},{"X":7,"Y":2},{"X":0,"Y":3},{"X":1,"Y":3},{"X":2,"Y":3},{"X":3,"Y":3},{"X":4,"Y":3},{"X":5,"Y":3},{"X":6,"Y":3},{"X":7,"Y":3},{"X":0,"Y":4},{"X":1,"Y":4},{"X":2,"Y":4},{"X":3,"Y":4},{"X":4,"Y":4},{"X":5,"Y":4},{"X":6,"Y":4},{"X":7,"Y":4},{"X":0,"Y":5},{"X":1,"Y":5},{"X":2,"Y":5},{"X":3,"Y":5},{"X":4,"Y":5},{"X":5,"Y":5},{"X":6,"Y":5},{"X":7,"Y":5}],"Class":{"InventoryClass":"C"},"SubstanceMaxStorageMultiplier":1,"ProductMaxStorageMultiplier":5,"BaseStatValues":[],"SpecialSlots":[],"Width":8,"Height":6


I may need some further explanation from You must login or register to view this content.


Any help is greatly appreciated!
Last edited by Corogue ; 01-20-2020 at 08:14 AM. Reason: title

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo