Page 8 of 26

Re: days gone

Posted: Tue Apr 30, 2019 8:43 pm
by NumberXer0
Looks like we're just missing codes for Mushrooms, Bear Meat and..Cougar? Whatever meat is next to Bear haha. Everything else in my inventory is maxed.

Re: days gone

Posted: Tue Apr 30, 2019 10:36 pm
by pj1980
more item ids

Code: Select all

health cocktails    FFFFFFFF 51EB6A92
focus cocktails    FFFFFFFF 0BF90BCA
bandages    FFFFFFFF 33E06894 
stamina cocktails FFFFFFFF AE150DC7

Re: days gone

Posted: Wed May 01, 2019 2:56 am
by Wasted
How would I make this code give 99 med kits instead of 999,999?

80010008 FFFFFFFF
00000000 00000000
A8000000 0000000C
FFFFFFFF BE17078A
3F420F00 00000000

I cant seem to change it without making the code not work..

Re: days gone

Posted: Wed May 01, 2019 3:24 am
by pj1980
Wasted wrote:How would I make this code give 99 med kits instead of 999,999?

80010008 FFFFFFFF
00000000 00000000
A8000000 0000000C
FFFFFFFF BE17078A
3F420F00 00000000

I cant seem to change it without making the code not work..
the code your trying to use changes a empty slot into a medkit so if you already got medkit it will give you another slot with medkit. The one below will search for medkits

80010008 FFFFFFFF
BE17078A 00000000
A8000000 0000000C
FFFFFFFF BE17078A
63000000 00000000

Re: days gone

Posted: Wed May 01, 2019 3:36 am
by LyuboA
pj1980 wrote:more item ids

Code: Select all

health cocktails    FFFFFFFF 51EB6A92
focus cocktails    FFFFFFFF 0BF90BCA
bandages    FFFFFFFF 33E06894 
stamina cocktails FFFFFFFF AE150DC7
can you please make Quick codes from these ids with 999 thanks

Re: days gone

Posted: Wed May 01, 2019 4:03 am
by pj1980
LyuboA wrote:
pj1980 wrote:more item ids

Code: Select all

health cocktails    FFFFFFFF 51EB6A92
focus cocktails    FFFFFFFF 0BF90BCA
bandages    FFFFFFFF 33E06894 
stamina cocktails FFFFFFFF AE150DC7
can you please make Quick codes from these ids with 999 thanks
Just replace the XXXXXXXX XXXXXXXX with the item ids
03E7 is 999

If you have at least one of these items use this
80010008 XXXXXXXX
XXXXXXX 00000000 
18000008 0000003E7

If you don't have any of these items use this
8001000C FFFFFFFF 
00000000 00000000 
A8000000 0000000C
XXXXXXXX XXXXXXXX
03E70000 00000000

Re: days gone

Posted: Wed May 01, 2019 4:13 am
by Wasted
pj1980 wrote:the code your trying to use changes a empty slot into a medkit so if you already got medkit it will give you another slot with medkit. The one below will search for medkits

80010008 FFFFFFFF
BE17078A 00000000
A8000000 0000000C
FFFFFFFF BE17078A
63000000 00000000
Worked perfectly, thank you so much for the help.

Re: days gone

Posted: Wed May 01, 2019 6:05 am
by LyuboA
pj1980 wrote:
LyuboA wrote:
pj1980 wrote:more item ids

Code: Select all

health cocktails    FFFFFFFF 51EB6A92
focus cocktails    FFFFFFFF 0BF90BCA
bandages    FFFFFFFF 33E06894 
stamina cocktails FFFFFFFF AE150DC7
can you please make Quick codes from these ids with 999 thanks
Just replace the XXXXXXXX XXXXXXXX with the item ids
03E7 is 999

If you have at least one of these items use this
80010008 XXXXXXXX
XXXXXXX 00000000 
18000008 0000003E7

If you don't have any of these items use this
8001000C FFFFFFFF 
00000000 00000000 
A8000000 0000000C
XXXXXXXX XXXXXXXX
03E70000 00000000
Thanks the codes posted on sw discord worked but after a mission that the game takes everything from you when you get captured stopped working or its 1.06 update

Dosnt work both of them can you test if this work for you

Re: days gone

Posted: Wed May 01, 2019 9:05 am
by Wasted
LyuboA wrote:Thanks the codes posted on sw discord worked but after a mission that the game takes everything from you when you get captured stopped working or its 1.06 update

Dosnt work both of them can you test if this work for you
If you used the loot code created by @Dynamite this may help you, it was posted on the discord.

"Note: for some reason items get reset after certain missions if the value is too high. Change every single 270F in the code to 0000 and reapply to reset item counts. Don't forget to backup saves!"

Re: days gone

Posted: Wed May 01, 2019 10:05 am
by LyuboA
Wasted wrote:
LyuboA wrote:Thanks the codes posted on sw discord worked but after a mission that the game takes everything from you when you get captured stopped working or its 1.06 update

Dosnt work both of them can you test if this work for you
If you used the loot code created by @Dynamite this may help you, it was posted on the discord.

"Note: for some reason items get reset after certain missions if the value is too high. Change every single 270F in the code to 0000 and reapply to reset item counts. Don't forget to backup saves!"
Ya i know just finished mission like that but theres a mission where you loose everything weapons and ahit when you get your stuff back you get them with no ammo or loot after this mission those two stopped working or maybe its the 1.06 update dont know