Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Download and install a Hex editor such as HxD https://mh-nexus.de/en/downloads.php?product=HxD
2. Open your game sav file in the hex editor. Your game save will be located in ...\Steam\userdata\...\102500\remote
3. Search for the text "inventory".
4. From this point you need to search for the corresponding hex value for your current inventory size. The inventory value is repersnted by 4 bytes and is in reverse order. e.g. If your inventory space is currently at 70 which is the starting default size then saearch for the hex sequence 46 00 00 00.
5. Change the 4 bytes to the desired size and save your file. e.g. if you change to 20 07 A1 00, you will get exactly 10,553,120 amount of inventory capacity since A10720 is the hexdecimal equivalent of this number.
Will get back to ya after trial, yea or nay.
Yeah so you will have a .sav for each of your saves. You should be able to work out the correct file based on the date modified field.
In terms of searching within the file Maybe these images wil help http://imgur.com/a/PPmIE
Note> first line in the Hex Editor contains the spec numbers 102500, but do not see anything related to size or content, etc.. The Sav is also down in the data. found several, starting with Reconing, then dead Kell, now Teeth. Noted when iI went back to earlier save, like last year, the inventory did not change, but contained all the junk from all the DLC. May have to sart a new game. Hate it.
Had a look where you might be seeing 102500. Are you perhaps opening the remotecache.vdf file? Ignore this file.
Yes the .sav is the file you need to open in HxD.. Open the .sav file that has the most recent modified data in HxD. Press Ctrl+F to bring up the search. Enter the text inventory. The text has to be there. If its not there then you don't have this game :)
Edit: Did you check the screenshots http://imgur.com/a/PPmIE
Can you tell me how to upload the HxD file (saves) to be reviewed?
And Google Drive/Dropbox are trivial to use, as easy as registering an account in Steam.
To be frank, your attitude lets me suggest you're either a troll or a ♥♥♥♥♥♥. Anyway, if you can't figure out how to do these things, then nothing can be done for you.
Thanks, mate!
Ive found if i start a new game, save immediately - without moving at all, using HxD to open the save inventory size is always the first occurance of 004600 i just change it to 00E703 - 999.
To remove Junk theres this thread
https://steamcommunity.com/sharedfiles/filedetails/?id=1072394368&searchtext=Search+Kingdoms+of+Amalur%3A+Reckoning%E2%84%A2+Guides
I found that it didnt work on a lot of stuff, below is a simplified version of the OPs
item structure schema
21 bytes
4 bytes
4 bytes
5 bytes
4 bytes
4 bytes
equip bonus
4 bytes number of bonus stats
4 bytes bonus id
4 bytes FFFFFFFF
repeat previous 8 bytes for other bonuses
16 bytes
4 bytes ?
4 bytes durability
4 bytes max durability
4 bytes ?
3 individual bytes set these to 0 *
1 bytes
1 bytes
1 bytes
4 bytes
4 bytes name
I find provided i could locate the item setting the 3 bytes ive marked with a star to 0
put them in the items part of the inventory - but left them junkable.
the trick is to be able to find the item.