[LOCKED - QMO] MGSV: TTP

Locked
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: MGSV: TTP

Post by NegaBioLizard » Thu Aug 10, 2017 1:35 am

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.
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Thu Aug 10, 2017 1:49 am

10 = 16 = 8x2
20 = 32 = 16x2

Have you tried with 20 instead of 10 ?
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Thu Aug 10, 2017 6:13 am

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
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Thu Aug 10, 2017 9:18 am

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
User avatar
Laytham
Member
Posts: 77
Joined: Thu Aug 10, 2017 11:28 am

Re: MGSV: TTP

Post by Laytham » Thu Aug 10, 2017 11:33 am

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
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Thu Aug 10, 2017 2:48 pm

Does anyone have a code to give all soldiers all three medals?
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: MGSV: TTP

Post by chris83 » Thu Aug 10, 2017 4:58 pm

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
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Thu Aug 10, 2017 7:23 pm

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.
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: MGSV: TTP

Post by chris83 » Thu Aug 10, 2017 9:13 pm

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.
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Thu Aug 10, 2017 9:33 pm

: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.
Locked