[LOCKED - QMO] MGSV: TTP

Locked
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Fri Aug 11, 2017 1:31 am

Kitsune wrote:Guys, look at the ORIGINAL CODE. You will see your mistake. I am not telling you, you guys need to figure it out on your own.
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!!!
Apply what you learned from about the amount of Soldiers you have in hex and try the code. Look at the original code and you will see what your problem is.
Excuse me but you wouldn't happen to know or have a "All Soldiers Max Morale" quick code made by any chance?
User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: MGSV: TTP

Post by Kitsune » Fri Aug 11, 2017 1:36 am

TheHorseCockExpress wrote:
Kitsune wrote:Guys, look at the ORIGINAL CODE. You will see your mistake. I am not telling you, you guys need to figure it out on your own.
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!!!
Apply what you learned from about the amount of Soldiers you have in hex and try the code. Look at the original code and you will see what your problem is.
Excuse me but you wouldn't happen to know or have a "All Soldiers Max Morale" quick code made by any chance?
Sadly I do not know. I just wanted you guys understand.
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Fri Aug 11, 2017 2:17 am

"Facepalms" thanks guys gonna re enter the code now
sparkssj
Junior Member
Posts: 12
Joined: Fri Aug 11, 2017 4:52 am

Re: MGSV: TTP

Post by sparkssj » Fri Aug 11, 2017 4:55 am

Itzgrande wrote:
chris83 wrote:Infinite clip after patch (didn't test)

100047D6 0000FFFF
100047D8 0000FFFF
100047DA 0000FFFF
Testing now
Thanks, works for me as well. So it only applies as long as not taking chopper, right? :)
sparkssj
Junior Member
Posts: 12
Joined: Fri Aug 11, 2017 4:52 am

Re: MGSV: TTP

Post by sparkssj » Fri Aug 11, 2017 4:57 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!!!
Yup, it worked perfectly for me as well. Thanks so much!

I have typed in xxx as 4B7 because all soldiers I have (including in jail) are 1207 then could see they are all above S. :)
sparkssj
Junior Member
Posts: 12
Joined: Fri Aug 11, 2017 4:52 am

Re: MGSV: TTP

Post by sparkssj » Fri Aug 11, 2017 5:06 am

sparkssj 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!!!
Yup, it worked perfectly for me as well. Thanks so much!

I have typed in xxx as 4B7 because all soldiers I have (including in jail) are 1207 then could see they are all above S. :)
Just to add if you are having difficulties ;

1) Find soldiers number shown in 'Mother Base' screen. As an example (sorry that I don't how to attach screenshots) ;

https://gaming.stackexchange.com/questi ... helicopter

In the first screenshot, it shows 1250 soldiers in total.

2) Use Windows calculator to convert this 1250 (dec) to hex.

Open calculator -> Select 'View' -> Select 'Programmer' -> Check it is currently 'Dec' -> Type 1250 -> Tick 'Hex' -> Automatically converts to '4B7'.

3) Insert this 4B7 into the code in 'Quick Mode'.

4001FB34 0000004E
44B70004 00000000

4) Apply and load it into the game to see it works.

:)
Nachtklinge
Junior Member
Posts: 4
Joined: Fri Aug 11, 2017 6:17 am

Re: MGSV: TTP

Post by Nachtklinge » Fri Aug 11, 2017 6:21 am

4001FB34 0000004E
4xxx0004 00000000

ok....but my hex Calculation give me this...11F4, thats 4 letters not 3 :(
sparkssj
Junior Member
Posts: 12
Joined: Fri Aug 11, 2017 4:52 am

Re: MGSV: TTP

Post by sparkssj » Fri Aug 11, 2017 6:37 am

Nachtklinge wrote:4001FB34 0000004E
4xxx0004 00000000

ok....but my hex Calculation give me this...11F4, thats 4 letters not 3 :(
Oh how many do you have now? Let me check for you now.
sparkssj
Junior Member
Posts: 12
Joined: Fri Aug 11, 2017 4:52 am

Re: MGSV: TTP

Post by sparkssj » Fri Aug 11, 2017 6:44 am

Nachtklinge wrote:4001FB34 0000004E
4xxx0004 00000000

ok....but my hex Calculation give me this...11F4, thats 4 letters not 3 :(
Just checked and if 11F4 is your hex, it is converted to 4596 as dec. Do you have that many soldiers? Wow.

If so, I think you try to reduce that many soldiers to 4000 so that you can get FA0 (three digit) and try again. What do you think? :)
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Fri Aug 11, 2017 6:56 am

Nachtklinge wrote:4001FB34 0000004E
4xxx0004 00000000

ok....but my hex Calculation give me this...11F4, thats 4 letters not 3 :(
The max amount of soldiers you can have after buying all extra FOB and maxing all of them out comes out too 3500. So your 11F4 converts into 4596 soldiers which to my knowledge isn't possible so I think you possibly made a mistake when converting your number of soldiers.
Locked