| Tutorials Navigation |
|---|
|
|
| How to edit your skyrim inventory using Hex Workshop |TUT| |
|---|
|
Tutorial Name: How to edit your skyrim inventory using Hex Workshop |TUT| Category: Game modding Tutorials Submitted By: OmniDesigns Date Added: Wed. Nov 30, 2011 Views: 11,468 Share:
This is a tutorial on how to edit whats in your inventory using Hex Workshop... 1) The easiest thing i find to do is put 1200 gold and one other item (e.g. Gold Rings) into a barrel. Make sure the barrel is empty apart from those two items. 2) Transfer your save to your PC and open it with Hex Workshop. 3) Using the find tool (or Ctrl + F) find your gold which in this case would be 1200. Use the Find Criteria of 4) After you found your gold string which the id is (B0040000) you should see the other items that you put in the barrel along with your gold which are the Gold rings (The id for Gold Ring is 0001CF2B), and then the amount that follows which is 2 for me... so mine would look like 00 01 CF 2B 02. 5) Now what you do next is go to this site [ Register or Signin to view external links. ] or download the [ Register or Signin to view external links. ] , and locate the item that you want and find its id number. 6) When you locate the id number on that site you'll notice that there is no 4 behind the start of the id number, you will need to place one there.. so for example say you wanted to replace one of your items with the Daedric Warhammer. You would find the id for that on the site listed above (000139BA). and where ever the 0's end you put a 4 where the last 0 is. So instead of it being (000139BA) you would make it (004139BA). So now go to your hex editor and find one of the items in a barrel that you do not want, and replace it with the code you have found from that site with the 4 added into it. Hope this tutorial helps you, Good luck!! Downloads: [ Register or Signin to view external links. ] [ Register or Signin to view external links. ] [ Register or Signin to view external links. ] |
| Ratings | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Current rating: 4.5 by 52 users
|
|||||||||||||
| Comments | ||
|---|---|---|
|
||

follower wrote:
put your gold in the barrel. BUT make sure u have some gold in your inventory. That might be it. Thats what i needed to do.