Page 13 of 20

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 1:31 am
by TheHorseCockExpress
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?

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 1:36 am
by Kitsune
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.

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 2:17 am
by Itzgrande
"Facepalms" thanks guys gonna re enter the code now

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 4:55 am
by sparkssj
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? :)

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 4:57 am
by sparkssj
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. :)

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 5:06 am
by sparkssj
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.

:)

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 6:21 am
by Nachtklinge
4001FB34 0000004E
4xxx0004 00000000

ok....but my hex Calculation give me this...11F4, thats 4 letters not 3 :(

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 6:37 am
by sparkssj
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.

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 6:44 am
by sparkssj
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? :)

Re: MGSV: TTP

Posted: Fri Aug 11, 2017 6:56 am
by TheHorseCockExpress
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.