Page 11 of 20

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 1:35 am
by NegaBioLizard
Aladore wrote:

Code: Select all

Max Nuclear Weapons
200271A8 003D0900

16 Nuclear Weapons
200271A8 00000080

00 Nuclear Weapons
200271A8 00000000

Max Nuclear Wastes
200271AC 001E8480

Code: Select all

Max Demon Points
2001C478 7FFFFFFF

0 Demon Points
2001C478 00000000

Didn't test those myself, just converted from Advanced Mode but they should be working.

EDIT : Just tested, has issues. Fixing...
EDIT 2 : How about now? I think no more problem, someone please confirm.
And I just noticed an error in the 16 Nuclear Weapons code. I'm not sure what the correct resource multiplier is, but I was able to give myself 8 Nukes by changing the code from 200271A8 00000080 to 200271A8 00000010.

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 1:49 am
by Aladore
10 = 16 = 8x2
20 = 32 = 16x2

Have you tried with 20 instead of 10 ?

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 6:13 am
by Itzgrande
chris83 wrote:
Itzgrande wrote:ok so i got 642 soldiers would that be put in as 0642? or 0x282
Yes, 282
hmmm gonna try again first time didn't work

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 9:18 am
by Itzgrande
chris83 wrote:Soldier ranking system (S+ and S++), code has been tested

4001FB34 0000004E
4xxx0004 00000000

Replace xxx with number of soldiers in hex. For example, if I have 48 soldiers, then xxx = 030

I'm not a metal gear fan, but I don't mind helping the community. Enjoy!!!
ok so i have 635 staff but when i put in 4001FB34 0000004E
427B4000 00000000 it dont work :problem: am i putting the wrong hex codde in i got my 27b from
https://www.branah.com/ascii-converter

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 11:33 am
by Laytham
Itzgrande wrote:
chris83 wrote:Soldier ranking system (S+ and S++), code has been tested

4001FB34 0000004E
4xxx0004 00000000

Replace xxx with number of soldiers in hex. For example, if I have 48 soldiers, then xxx = 030

I'm not a metal gear fan, but I don't mind helping the community. Enjoy!!!
ok so i have 635 staff but when i put in 4001FB34 0000004E
427B4000 00000000 it dont work :problem: am i putting the wrong hex codde in i got my 27b from
https://www.branah.com/ascii-converter

Take a look at the code you made compared to what it is supposed to look like. You changed something that wasn't supposed to be changed.
So, I have 1524 soldiers therefore mine would be 5F4.
And yes, 27B is correct hex for 635 unless that isn't how many soldiers you have lol. It worked clearly for me, had to sign up to reply because it was bugging me

Note: You put the code in incorrectly, its...

Code: Select all

4001FB34 0000004E
427B4004 00000000

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 2:48 pm
by TheHorseCockExpress
Does anyone have a code to give all soldiers all three medals?

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 4:58 pm
by chris83
TheHorseCockExpress wrote:Does anyone have a code to give all soldiers all three medals?
Test code for all 3 medals

400231E5 00000070
4xxx0004 00000000

Replace xxx = number of soldiers in hex

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 7:23 pm
by TheHorseCockExpress
chris83 wrote:
TheHorseCockExpress wrote:Does anyone have a code to give all soldiers all three medals?
Test code for all 3 medals

400231E5 00000070
4xxx0004 00000000

Replace xxx = number of soldiers in hex
Thank you so much this worked, would you happen to be able to make another code? I was wondering if you could make a "All Soldiers Max Morale" code. Staff members keep leaving my base because of low morale.

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 9:13 pm
by chris83
TheHorseCockExpress wrote:
chris83 wrote:
TheHorseCockExpress wrote:Does anyone have a code to give all soldiers all three medals?
Test code for all 3 medals

400231E5 00000070
4xxx0004 00000000

Replace xxx = number of soldiers in hex
Thank you so much this worked, would you happen to be able to make another code? I was wondering if you could make a "All Soldiers Max Morale" code. Staff members keep leaving my base because of low morale.
I haven't experimented with the morale values, but I will try when I get time.

Re: MGSV: TTP

Posted: Thu Aug 10, 2017 9:33 pm
by TheHorseCockExpress
:thumbup:
chris83 wrote:
TheHorseCockExpress wrote:
chris83 wrote:
TheHorseCockExpress wrote:Does anyone have a code to give all soldiers all three medals?
Test code for all 3 medals

400231E5 00000070
4xxx0004 00000000

Replace xxx = number of soldiers in hex
Thank you so much this worked, would you happen to be able to make another code? I was wondering if you could make a "All Soldiers Max Morale" code. Staff members keep leaving my base because of low morale.
I haven't experimented with the morale values, but I will try when I get time.