Re: [TUTORIAL] Mass Effect 3 Modding
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
Nightmare666
hey i searched for CHARA.... and it doesnt find it , but i do notice the SFX... sections and im guessing my character is the first as further down i see my squadmate names , so ill give it a try and post back =D just wanna know why CHARA... is not found in my save...
ur searching it wrong to search for ur weapons.......search for (CREATECHARACCOMPLISHED)...............
searching for xp, level and upgrade points search (for ur character's name) if u named ur player mike shepard, monster shepard or even 123456fffpp shepard....search for the players first name.....ex...mike,monster or 123456fffpp...
Re: [TUTORIAL] Mass Effect 3 Modding
Where it says in the first pick float, what is it and how do you tell if you need to search float and not int8/32 etc?
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
Judd
Where it says in the first pick float, what is it and how do you tell if you need to search float and not int8/32 etc?
Float values are between 3C23D70A and 4F000000 (0.01 - 2147483647) for positive and BC23D70A and CF000000 (-0.01 - -2147483647). To find a Float value use Hex Workshop and open the Base Converter (the greyish blue gear symbol).
Set it up like this:
http://img848.imageshack.us/img848/4...econverter.png
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
Idlehands88
Float values are between 3C23D70A and 4F000000 (0.01 - 2147483647) for positive and BC23D70A and CF000000 (-0.01 - -2147483647). To find a Float value use Hex Workshop and open the Base Converter (the greyish blue gear symbol).
Set it up like this:
http://img848.imageshack.us/img848/4...econverter.png
Ok and you just write in what the XP is in decimal and write in the hex number of your XP in hex and search it?
Edit nevermind just write in decimal and it does the rest for you :)
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
Judd
Ok and you just write in what the XP is in decimal and write in the hex number of your XP in hex and search it?
Yep, just find the hex for the decimal for the Float
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
red hulk
ur searching it wrong to search for ur weapons.......search for (CREATECHARACCOMPLISHED)...............
searching for xp, level and upgrade points search (for ur character's name) if u named ur player mike shepard, monster shepard or even 123456fffpp shepard....search for the players first name.....ex...mike,monster or 123456fffpp...
Yea i searched for CREATECHARACCOMPLISHED as the tut states and it doesnt find it , ive hexed my credits/upgrade points and medigel fine using the search character name method.
Re: [TUTORIAL] Mass Effect 3 Modding
Quote:
Originally Posted by
Idlehands88
Yep, just find the hex for the decimal for the Float
With sonic the score could be float so I just wite in the score (196500) in decimal and it does the hex for me and Im good to go?