manuel baltasar
Member
- Joined
- Apr 25, 2014
- Messages
- 10
- Reaction score
- 2
+1 and thanks
I've come across a way to increase pickups by editing assets.bin under res in the gamefiles.
1. Make a backup.
2. Open the file with notepad++(or editor of choice)
3. Search for amount">
4. There will be an entry per key, 3 per type of coin, 4 diamonds, and finally the ore.
5. Change the first entry per type of coin to 9
5a. This will only make the coins worth 9 on the first section, however I've not found a way to edit the others without it making the game unbootable.
6. Change the entry for ores to 9
7. Save
This will make every coin collected give 9 gold, and every ore picked up give 9 ores.
THIS ONLY AFFECTS YOU, AND WILL NOT BE VISIBLE TO OTHER PLAYERS UNLESS THEY CHECK YOUR STATS MIDGAME.
It is not possible to go above 9, otherwise it'll make the game unbootable.
Doesn't work on new patch. Revert back to version 63 and it's on line 466825I'm sorry to bother you, but could tell me which line this is on or what I should be specifically looking for? I tried this using Notepad++, but couldn't seem to find what you are describing. I like the idea of having a boost to eliminate some of the grind, but I just can't seem to find what I need to alter.
Thank you in advance for your time & help,
Lauren
Doesn't work on new patch. Revert back to version 63 and it's on line 466825
New improved way that works on todays patch:
1. Download HxD
2. Go to Gamedir/saves and make a backup of town.bsa [IMPORTANT]
3. Open town.bsa with HxD
4. Set the view to 16 - ANSI - hex (in the top, can't miss it)
5. Edit following values for corresponding changes:
a. Edit 1C - 1E for ORE
b. Edit 28 - 2A for GOLD
NOTICE: DO NOT GO ABOVE 01 1F 1F OTHERWISE IT WILL BECOME NEGATIVE
6. Save
7. Start game
For STARS (Skills)
0. Do previous 1-4
1. Edit 34 - 36 to FF FF FF
2. Save
3. Start game
4. You get around 12 stars (depending on current char progress)
5. Close game
Repeat 1-5 until you have what you need.
Tutorial - How to read the values:
Left value is first character
Top value is second character
Example: Left value 00000020 + Top value 08 = Total 00000028 (which is 28 as 0 doesn't count)
So the golds 28 - 2A is the 3 values where 00000020 and 08 09 0A meet.
Hope this helped.
EDIT: When I tested this myself on the newest patch everything worked fine, however there are reports of some people where it doesn't work. So your mileage may vary. Remember to backup any files you edit.