360haven works best with JavaScript enabled
Dark Souls Modding with Hex Workshop - Page 3
Loading
Register
Page 3 of 8 FirstFirst 12345678 LastLast
Results 17 to 24 of 57
  1. #17
    Inactive Member
    Doom Eye is offline
    Join Date : Oct 2011
    Posts : 13
    Array

    Re: Dark Souls Modding with Hex Workshop

    Hehe yes.. like i said above i dont find anything that helps me... dont find tipps, dont find examples...nothing...and the hex editor dont find anything too :-) i dont get it....can i change somewhere in the hex workshop the style to show me the dates from the file or what ?


  2. #18
    hk11

    Re: Dark Souls Modding with Hex Workshop

    Quote Originally Posted by Doom Eye View Post
    Hehe yes.. like i said above i dont find anything that helps me... dont find tipps, dont find examples...nothing...and the hex editor dont find anything too :-) i dont get it....can i change somewhere in the hex workshop the style to show me the dates from the file or what ?
    I may try to throw together a tutorial with some screens. I am not a pro by any means but I can show how to take a new character, extract the data, mod the stats and replace items with hex workshop, and replace the file. I'll try to work on that tonight when I am in front of my xbox.

    Of course I cannot promise that the game wont corrupt later or something, but I have had not issues up to beating smough ornstein.

  3. #19
    Inactive Member
    Doom Eye is offline
    Join Date : Oct 2011
    Posts : 13
    Array

    Re: Dark Souls Modding with Hex Workshop

    this would be nice if you can do something like this

  4. #20
    Dragjendaer

    Re: Dark Souls Modding with Hex Workshop

    @hk11, thanks man this should help, I'll give it a try and hopefully it will work out. I would also appreciate it if you could make a tut, even if you're not a pro you're better than me.

  5. #21
    Dragjendaer

    Re: Dark Souls Modding with Hex Workshop

    Also I can't seem to find a link for the bookmarks to download. Any help?

  6. #22
    hk11

    Re: Dark Souls Modding with Hex Workshop

    Note: this method seems to corrupt for some folks. I was able to play for many hours, but mod at your own risk.

    This is a ghetto tutorial made from memory and the IDs on the forum:

    1. Getting the userdata file from your save.
    A. Using Horizon, drag a copy of your save to a folder. Immediatley make a copy of this save and rename it DRAK005 - prehex or something incase you jack it up.
    B. Drag the DRAK005 file back into Horizon and you should see the window that displays information about the save.
    C. Click the Contents tab and select the user_data file from the top of the list. Right click and select export. Export a copy of this to the folder where you extracted the save from your USB.

    2. Loading the bookmarks
    A. Right click the user_data file and select open with hex workshop
    B. In HW, click Tools > Bookmarks > open bookmark collection. Select the bookmarks you have downloaded and extracted.
    C. You should now see the bookmarks loaded on your user_data file

    3. Editing the stats
    You can edit your stats using the bookmarks and a hex calculator (google for one if you dont have a favorite). If I just want to add souls or humanity or change a stat, I generally use the mod tool from Jappi for simplicity.

    4. Replacing items
    This is the part most people seem to be having trouble with.
    A. First you need a quantity of an item to replace. Shortswords or chain helms from the first vendor work well.
    B. You need the ID for the item you want to replace. This is available on the forum.

    For this example I will use a shortsword (0000000000030D40) and replace it with titanite shards (40000000000003E8):

    Search the user_data file for the item you want to replace (0000000000030D40). If you select find all instances when searching, it will highlight all of the data you need to replace. If the leading 0s are throwing you off, replace an item like a consumable that starts with 40000000 or armor that starts with 10000000.

    Replace the data with the ID for the item you want to replace (40000000000003E8).

    Next is the quantity. If you look to the right of the data you just replaced you will see 00000001. The last two digits is the quantity. Using the hex calculator enter the amount you want. For this example I will add 50 titanite shards in place of the shortsword. So I will change the quantity to 00000032.
    The entire changed code looks like this now : 40000000000003E800000032

    5. Fixing the checksum
    After you have made your changes, you need to fix the checksum
    A. With the edited user_data file loaded and bookmarks open, scroll to the very bottom of the file and you should see a bookmark for the checksum.
    B. Click Edit > Select all (CTRL+A)
    C. While holding shift, de-select the data in the checksum bookmark.
    D. With all data highlighted EXCEPT the checksum click Tools > Generate Checksum. Select MD5(128bit), and make sure the radio button for selection is checked. Click generate.
    E. In the lower right side of hex workshop you should see the Checksum Results window. Right click the entry here and select copy.
    F. Highlight the data in the checksum bookmark and right-click paste.
    G. Save the file

    6. Getting the data back into your save.
    A. In horizon, open the DRAK005 file from your hard drive (same as 1-b) and click the contents tab.
    B. Right-click the user_data file and select replace. Browse for the file you edited and replace the one in the save.
    C. Click the Save,Rehash, and sign button in Horizon.
    D. Transfer it back to your stick and hope for the best
    Last edited by hk11; 10-20-2011 at 04:44 AM.

  7. #23
    hk11

    Re: Dark Souls Modding with Hex Workshop

    Quote Originally Posted by Dragjendaer View Post
    Also I can't seem to find a link for the bookmarks to download. Any help?
    They are in the first post of the Modding discussion only thread or you can try http://www.360haven.com/forums/attac...8&d=1319013343

  8. #24
    Inactive Member
    Doom Eye is offline
    Join Date : Oct 2011
    Posts : 13
    Array

    Re: Dark Souls Modding with Hex Workshop

    Thx but the Bookmarks are useless, all i can do with these bookmarks is the same as the Editor does, the only thing is with the Editor u have to do nothing but input the new id´s.

    But we want to add items and not to replace... and thats the problem i do not find the right places to add some items how it is descriped in this post http://www.360haven.com/forums/showt...ll=1#post42528

    it looks easy but in my Hex workshop its pure chaos with number and letters and not so "clean" as in the example...

 

 
Page 3 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Modding with DARK SOULS Editor .. New to Hex WorkShop .. [ NEED HELP ]
    By I_Bang_Fat_Chicks in forum Xbox 360 Modding Discussion
    Replies: 11
    Last Post: 09-16-2015, 03:23 PM
  2. Dark Souls 2 DLC Hex Codes
    By cowboy713 in forum Xbox 360 Modding Discussion
    Replies: 133
    Last Post: 02-19-2015, 02:47 AM
  3. Dark souls 2 Hex Editing
    By thievery00 in forum Xbox 360 Modding Discussion
    Replies: 0
    Last Post: 09-27-2014, 06:59 PM
  4. How do i hex edit dark souls.
    By wainyboy in forum Xbox 360 Modding Discussion
    Replies: 10
    Last Post: 06-02-2012, 07:06 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯