Re: Dark Souls Modding Discussion Only!
memory address? you have an app to mod the memory too? That's rare to see, you must of made one or had on made lol. It easier to mod the save then memory editing this game. Use the bookmark I have uploaded or turk645's Structures view. They both have current equipped items offsets labeled. Turk645's has it so u can click it and change it with some of the weapons, armors and rings.
On an updated note I've found the boss flags and alot of other goodies. I am still working on my save guys. I mean I know the only thing missing is some spells, item and key items and that's easy to add in but I want to make the save have the flags unlocked so if u buy one of the spell types it will give u the achievements. Plus I have to downgrade the "rare" weapons for the achievement. Also I have to add 2 weapon IDs to the of the front page(Tin Darkmoon Catalyst and Oolacile Ivory Catalyst). We are only missing the Canvas Talisman. Easy to get from Starting as Cleric (Starter) or buy form Patches I can't get him to spawn at the firelink shrine :(. Other then that every upgraded weapon type, shield type and armors are in the beta5.
My next upload will have 1 save at the start of the game male , warrior, and none modded stats with max souls. All weapons, armors, etc..
Another save male , warrior, and modded stats plus above.
A NEW boorkmark with some goodies. Away to change the class, sex, gift, and other stuff.
You guys can post ideas of different types of files I can add to the my next upload.
Re: Dark Souls Modding Discussion Only!
Heh no, I don't have a trainer. I am building a save editor I'll release as soon as I'm done though. I meant to say hex location =)
Only issue so far has been figuring out the format the checksum is md5summed in (I think its Big Endian), and where the items are that you equip (like Estus flask, etc..)
I'm adding the last part (Inventory), and should be good to go.. hopefully by tommorow night
1-2 hour coding sessions over like 5 days so far =/
I don't need currently equipped items, JUST like estus flask, soul of an unnamed soldier (the 5 items there)
Re: Dark Souls Modding Discussion Only!
Quote:
Originally Posted by
undeclared
Heh no, I don't have a trainer. I am building a save editor I'll release as soon as I'm done though. I meant to say hex location =)
Only issue so far has been figuring out the format the checksum is md5summed in (I think its Big Endian), and where the items are that you equip (like Estus flask, etc..)
I'm adding the last part (Inventory), and should be good to go.. hopefully by tommorow night
1-2 hour coding sessions over like 5 days so far =/
I don't need currently equipped items, JUST like estus flask, soul of an unnamed soldier (the 5 items there)
I am sorry I am not understanding what ur asking for... "and where the items are that you equip (like Estus flask, etc..)" Those current offsets are in both as well.
Re: Dark Souls Modding Discussion Only!
You have..
Right weapon/Shield
Left weapon/Shield
Spell above
Item below
^ Item, and the 5 options for it, I don't know where to find that offset. If you'd tell me where it is though, greatly appreaciated.
Thanks
Re: Dark Souls Modding Discussion Only!
Quote:
Originally Posted by
undeclared
You have..
Right weapon/Shield
Left weapon/Shield
Spell above
Item below
^ Item, and the 5 options for it, I don't know where to find that offset. If you'd tell me where it is though, greatly appreaciated.
Thanks
Item 1-5 are the current item slots. 000002AC - 000002Af is a 32byte float value for the first item 000002B0 - 000002B3 2nd item slot etc.. So again I am failing to understand what ur really wanting.. I am sorry
Re: Dark Souls Modding Discussion Only!
I'll make sure to use that now, lol
Don't aks me why, but I could not locate that information after re-reading.. probably just assumed it wasn't where it was.
Thanks.
Re: Dark Souls Modding Discussion Only!
Is there a way for me to take the inventory of, say the Ultima Save by Magnus Hydra and put it on my charecter, only adding the inventory and keeping my original character?
Re: Dark Souls Modding Discussion Only!
Add the user data to your save maybe that will work.