Page 7 of 17

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 6:15 am
by Aeramis
You guys are kicking ass on these code. Keep'em coming.

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 6:20 am
by Xalace
I am using fallout 4 GOTY usa disk

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 6:25 am
by ItsTheLovelyDude
Xalace wrote:I am using fallout 4 GOTY usa disk
Oh, I’m using the standard disc version (US) w/ season pass. Well crap I don’t know if the EXP code would be different between the two.

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 7:34 am
by mater1983
i am using goty editon disk too
don't think that is the issue

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 8:03 am
by ItsTheLovelyDude
mater1983 wrote:i am using goty editon disk too
don't think that is the issue
I don’t know what’s the issue with the code then.

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 8:36 am
by Xalace
ItsTheLovelyDude wrote:
mater1983 wrote:i am using goty editon disk too
don't think that is the issue
I don’t know what’s the issue with the code then.
It might be in the save. Try making a new game and play for 30 min get out of the vault 101 and get to the point where you get the dog at the gas station. Then try the lvl 50 code there.

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 12:30 pm
by MealReadytoEat
couple of things to remember...
The number of ammo/items adds to current value and are not float values this is why you would get negative values, and "the data that you want to "write" must be reversed"

example of # of item codes
open windows calculator click view them programmer
click dec and put in 1000000 now click hex and you get F4240

000F4240 reversed 40420F00

code(fake)
80010004 44332211
28000000 40420F00
writes 0x00101234 000F4240

///////////////////////////////
player exp/move/reload these are float values and the data you write doesn't have to be reversed

In your save let say you have this 0x0012345 0000c842
and you want to change from 100 to 500 the code would be
2012345 43FA0000 because the float values are reversed in the save already so putting it in normal will reverse it in save wizard
All data that you "write" in save wizard is reversed by the program.(endian)

//////////////////////////
Item codes from ps4 to pc and back you have to add the "4"
and a 3 byte search may help as 0041F66A in the save may be
0141F66A /3f41F66A /0041F66A over many areas and could explain why the number of ammo/stemps are spawning in odd places

10mm ammo pc 0001F276
10 mm ammo ps4 0041F276

Alien Blaster Round pc 001025AA
Alien Blaster Round ps4 005025AA

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 2:30 pm
by Xalace
MealReadytoEat wrote:couple of things to remember...
The number of ammo/items adds to current value and are not float values this is why you would get negative values, and "the data that you want to "write" must be reversed"

example of # of item codes
open windows calculator click view them programmer
click dec and put in 1000000 now click hex and you get F4240

000F4240 reversed 40420F00

code(fake)
80010004 44332211
28000000 40420F00
writes 0x00101234 000F4240

///////////////////////////////
player exp/move/reload these are float values and the data you write doesn't have to be reversed

In your save let say you have this 0x0012345 0000c842
and you want to change from 100 to 500 the code would be
2012345 43FA0000 because the float values are reversed in the save already so putting it in normal will reverse it in save wizard
All data that you "write" in save wizard is reversed by the program.(endian)

//////////////////////////
Item codes from ps4 to pc and back you have to add the "4"
and a 3 byte search may help as 0041F66A in the save may be
0141F66A /3f41F66A /0041F66A over many areas and could explain why the number of ammo/stemps are spawning in odd places

10mm ammo pc 0001F276
10 mm ammo ps4 0041F276

Alien Blaster Round pc 001025AA
Alien Blaster Round ps4 005025AA
Thank you for clearing up some info on the numbers. Also kn an earler post of mine for stimpack would i add 004 to the id for ps4?

*** I need help converting a code for stimpak

Stimpak id = 23736

80010004 00421b3b
88010004 xxxxxxxx = 00423736
2800000a 49742400

So how do i make stimpak id into xxxxxxxx when there is only 5 numbers? Or do i put 004 infront making it 00423736?***

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 4:14 pm
by Zaiaku666
So the exp code finally worked for me, the only thing that I changed was that I directly connected to the PS4 rather than hooking it to the cooling fan tower with USB ports that I have.

Re: Fallout 4 w/Advance Mode now Available...

Posted: Wed Nov 28, 2018 5:37 pm
by ItsTheLovelyDude
Zaiaku666 wrote:So the exp code finally worked for me, the only thing that I changed was that I directly connected to the PS4 rather than hooking it to the cooling fan tower with USB ports that I have.
Isn’t that how it’s always suppose to be through the PS4’s USB ports? Why would you even try putting it in the cooling stands ports? It’s only meant for charging.