Dark Souls 3 / Bloodborne

patbz
Junior Member
Posts: 3
Joined: Thu Jun 01, 2017 5:03 am

Re: Dark Souls 3 / Bloodborne

Post by patbz » Mon Jun 26, 2017 5:02 am

I want to thank the below post for the information for the gem slots on your weapons, based on this I was able to piece together how to mod in additional gem slots for weapons you wouldn't normally be able to. Would not have been able to figure this out without this info.
ulfberthwarbear wrote:Easiest way is to just mod the gems you have equipped on your weapon. Search for your weapon's durability and the gem will be 16 bytes from that. You can actually slot up to 5 gems if you do it this way.
You first search for the durability for your weapon as mentioned above,
you should have at least one slot on your weapon if you want to make finding it easier.

for example Hunter Pistol +1 (+1 for the opened slot), durability is 100
http://imgur.com/PniK19V

Search for 100 in decimal or 64 in hex.
Information for weapons currently in your inventory are right after the gem information, towards the beginning of the save file
so if your search results are toward the middle or end of the save file, you've prolly past it.
Durability location for Hunter Pistol +1
http://imgur.com/Uuqtu7l

Weapon information for Hunter Pistol +1
http://imgur.com/4z92eku

Gem slot and equipped information
The 08 00 00 00 in purple is for the circle slot on the pistol (you can refer to the helpful "Quick Tutorial on Gem Modding" post for the all the gem slot types)
The 69 00 80 C0 is for the position of the gem from inventory that has been equipped to this slot
http://imgur.com/KhhLucK

To add extra slots, replace the slot information in purple like below, using circle slots 08 00 00 00 as an example but you can use whatever you want
http://imgur.com/7oubgeo

Weapon now has extra slots added on the previously unusable slots which you can now equip gems onto
http://imgur.com/To3nlG3
Last edited by patbz on Wed Jun 28, 2017 11:57 pm, edited 1 time in total.
User avatar
epakfprl
Junior Member
Posts: 8
Joined: Fri Jun 16, 2017 6:44 am

Re: Dark Souls 3 / Bloodborne

Post by epakfprl » Wed Jun 28, 2017 12:55 am

A0 BB 0D  900,000   Adella's End-Quest Dagger
https://youtu.be/FlEwLCq9lQY

80 53 b8   12,080,000  Bloody Logarius' Wheel
https://twitter.com/SanadskYoutube/stat ... 0275521537

Spreadsheets
https://docs.google.com/spreadsheets/d/ ... gyOBc9gqjo

TEXT
https://drive.google.com/file/d/0B5vNV2 ... sp=sharing
derick38115
Junior Member
Posts: 49
Joined: Wed Jun 28, 2017 12:00 pm

Re: Dark Souls 3 / Bloodborne

Post by derick38115 » Thu Jun 29, 2017 5:20 pm

When modifying weapons in advanced mode for bloodborne my save always becomes corrupted and i cant copy it back to my usb does the same rules apply to weapons like modifying items? i can find both weapon values but one is for the shop and the weapon shows up there which i can purchase.
flyingcloud11
Junior Member
Posts: 29
Joined: Sun May 28, 2017 4:12 pm

Re: Dark Souls 3 / Bloodborne

Post by flyingcloud11 » Fri Jun 30, 2017 2:11 pm

How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
derick38115
Junior Member
Posts: 49
Joined: Wed Jun 28, 2017 12:00 pm

Re: Dark Souls 3 / Bloodborne

Post by derick38115 » Fri Jun 30, 2017 8:30 pm

flyingcloud11 wrote:How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
in the dropdown box in advanced mode userdata0000
flyingcloud11
Junior Member
Posts: 29
Joined: Sun May 28, 2017 4:12 pm

Re: Dark Souls 3 / Bloodborne

Post by flyingcloud11 » Fri Jun 30, 2017 8:43 pm

derick38115 wrote:
flyingcloud11 wrote:How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
in the dropdown box in advanced mode userdata0000
I tried that, still nothing. Can't even find my echoes, hp, stamina values anymore.
zachillios
Member
Posts: 243
Joined: Mon May 08, 2017 8:01 am

Re: Dark Souls 3 / Bloodborne

Post by zachillios » Fri Jun 30, 2017 11:53 pm

flyingcloud11 wrote:
derick38115 wrote:
flyingcloud11 wrote:How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
in the dropdown box in advanced mode userdata0000
I tried that, still nothing. Can't even find my echoes, hp, stamina values anymore.
It still works perfectly fine for me, but just open the save in HxD if you want an easier time locating values.
flyingcloud11
Junior Member
Posts: 29
Joined: Sun May 28, 2017 4:12 pm

Re: Dark Souls 3 / Bloodborne

Post by flyingcloud11 » Sat Jul 01, 2017 12:20 am

zachillios wrote:
flyingcloud11 wrote:
derick38115 wrote:
flyingcloud11 wrote:How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
in the dropdown box in advanced mode userdata0000
I tried that, still nothing. Can't even find my echoes, hp, stamina values anymore.
It still works perfectly fine for me, but just open the save in HxD if you want an easier time locating values.
Can you post a screenshot for me please of how you're doing it.
zachillios
Member
Posts: 243
Joined: Mon May 08, 2017 8:01 am

Re: Dark Souls 3 / Bloodborne

Post by zachillios » Sat Jul 01, 2017 12:56 am

flyingcloud11 wrote:
zachillios wrote:
flyingcloud11 wrote:
derick38115 wrote:
flyingcloud11 wrote:How does one find their offset and other values now? Before I could find them easily but SW changed their layout on advanced mode and now I can't even find my character's name using the converter's given offset.
in the dropdown box in advanced mode userdata0000
I tried that, still nothing. Can't even find my echoes, hp, stamina values anymore.
It still works perfectly fine for me, but just open the save in HxD if you want an easier time locating values.
Can you post a screenshot for me please of how you're doing it.
Put my blood echoes into the search in hex:

Image

As you can see my character's name is directly below it.
flyingcloud11
Junior Member
Posts: 29
Joined: Sun May 28, 2017 4:12 pm

Re: Dark Souls 3 / Bloodborne

Post by flyingcloud11 » Sat Jul 01, 2017 2:09 am

zachillios wrote:
flyingcloud11 wrote:
zachillios wrote:
flyingcloud11 wrote:
derick38115 wrote:
in the dropdown box in advanced mode userdata0000
I tried that, still nothing. Can't even find my echoes, hp, stamina values anymore.
It still works perfectly fine for me, but just open the save in HxD if you want an easier time locating values.
Can you post a screenshot for me please of how you're doing it.
Put my blood echoes into the search in hex:

Image

As you can see my character's name is directly below it.
are you using a conversion tool, if so which one? My current blood echoes in the game is 90296353. And when I use [url]thttps://www.branah.com/ascii-converter[/url] to convert my echoes into hex I get soemthing totally different (0x390x300x320x390x360x330x350x33) nothing like yours. Before the SW update I could just enter my echoes or any value using regular numbers and it'll be found in the program. Even selecting text in the dropdown that doesn't work.
Post Reply