You are viewing our Forum Archives. To view or take place in current topics click here.
I need some more help
Posted:
I need some more help Posted:
Status: Offline
Joined: Jun 19, 201113Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Jun 19, 201113Year Member
Posts: 30
Reputation Power: 1
Ok Guyz i have every code set up to mod skyrim
But idk were to put the hex offset and how to put it
I have the gold placement for it im pretty sure gold is ( FF FF FF 7F )
So how do i put that in this
So if any one can help me pls do
But idk were to put the hex offset and how to put it
I have the gold placement for it im pretty sure gold is ( FF FF FF 7F )
So how do i put that in this
Dim Reader As New PackageIO.Reader(FilePath, PackageIO.Endian.Big)
Reader.Position = 432
TextBox1.Text = Reader.ReadInt32
ReadFile()
So if any one can help me pls do
#2. Posted:
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 4,085
Reputation Power: 179
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 4,085
Reputation Power: 179
That code does give anything
All it gives u is 1 textbox
All it gives u is 1 textbox
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 19, 201212Year Member
Posts: 818
Reputation Power: 35
Thats just one text box with some useless information.
Hows that going to help you mod skyrim in any way shape or form?
Hows that going to help you mod skyrim in any way shape or form?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 1,478
Reputation Power: 106
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 1,478
Reputation Power: 106
You've got to find the offset of the sequence of the FF's, make sure the reader position is at the start of the sequence and tell it to read until the end of the sequence.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Oct 31, 201014Year Member
Posts: 2,084
Reputation Power: 95
Status: Offline
Joined: Oct 31, 201014Year Member
Posts: 2,084
Reputation Power: 95
I think the offset changes from save-to-save, so there is no static offset (never changing) you would have to user a search function to search for something nearby in the file, and move the reader over how many ever bites to the beginning of the gold Hex Code (80000F), confusing, just look up tutorials on how to do it.
But you need to use a HeX editor to get the offset.
But you need to use a HeX editor to get the offset.
- 2useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.