[LOCKED - QMO] MGSV: TTP

Locked
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Thu Aug 10, 2017 10:33 pm

Laytham wrote:
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
:lol: you are correct the correct number is 629 some died or got fired maybe? is the correct code

Code: Select all

4001FB34 0000004E
42754004 00000000
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Thu Aug 10, 2017 10:51 pm

Itzgrande wrote:
Laytham wrote:
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
ok so i have 629 soldiers and i know 629 in hex is 275 when i uses that only got 1 guy s++ with medals o.O the code i use is

Code: Select all

4001FB34 0000004E
42754004 00000000

someone help me out xD im still getting use to all this
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

Post by TheHorseCockExpress » Thu Aug 10, 2017 10:57 pm

Itzgrande wrote:
Itzgrande wrote:
Laytham wrote:
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
ok so i have 629 soldiers and i know 629 in hex is 275 when i uses that only got 1 guy s++ with medals o.O the code i use is

Code: Select all

4001FB34 0000004E
42754004 00000000

someone help me out xD im still getting use to all this
Did you make the code twice for both parts that need modded?
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Fri Aug 11, 2017 12:04 am

TheHorseCockExpress wrote:
Itzgrande wrote:
Itzgrande wrote:
Laytham wrote:
Itzgrande wrote: 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
ok so i have 629 soldiers and i know 629 in hex is 275 when i uses that only got 1 guy s++ with medals o.O the code i use is

Code: Select all

4001FB34 0000004E
42754004 00000000

someone help me out xD im still getting use to all this
Did you make the code twice for both parts that need modded?
yes and it only gave me one s++
User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: MGSV: TTP

Post by Kitsune » Fri Aug 11, 2017 12:16 am

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

Re: MGSV: TTP

Post by TheHorseCockExpress » Fri Aug 11, 2017 12:24 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.
I don't understand what you're specifically saying about this code and I'd think it'd be beneficial to the community for you to release the knowledge you possibly possess also are you saying this code is broken?
Itzgrande
Junior Member
Posts: 19
Joined: Sat Aug 05, 2017 10:34 pm

Re: MGSV: TTP

Post by Itzgrande » Fri Aug 11, 2017 12:46 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.
oh dam i hope im wrong but is it [code4001FB34 0000004E
40275004 00000000][/code] i moved the 0 from behind the 5 to the front of 275 :--; gonna test it now
User avatar
Laytham
Member
Posts: 77
Joined: Thu Aug 10, 2017 11:28 am

Re: MGSV: TTP

Post by Laytham » Fri Aug 11, 2017 12:48 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.
I don't understand what you're specifically saying about this code and I'd think it'd be beneficial to the community for you to release the knowledge you possibly possess also are you saying this code is broken?
He's saying for those who are having issues with this code should double/triple check i.e (Adding cheats to both TPP_GAME_DATA 0 & 1, and also if the code is correct because there are no mistakes (not broken). :D :clap:
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:11 am

Itzgrande 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.
oh dam i hope im wrong but is it

Code: Select all

4001FB34 0000004E
40275004 00000000]
i moved the 0 from behind the 5 to the front of 275 :--; gonna test it now
No. No no no no.

Look at the code Chris83 posted. See where the XXX is? THAT, AND ONLY THAT is what gets edited.

I have no idea why you seem to think you need to change the code.

Look at the code you used originally, and the code Chris83 posted. Aside from the first line and where you input a value for XXX, what else was different? Put them side-by-side if you have to.
Laytham wrote:
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.
I don't understand what you're specifically saying about this code and I'd think it'd be beneficial to the community for you to release the knowledge you possibly possess also are you saying this code is broken?
He's saying for those who are having issues with this code should double/triple check i.e (Adding cheats to both TPP_GAME_DATA 0 & 1, and also if the code is correct because there are no mistakes (not broken). :D :clap:
No. The code Chris83 gave should be correct. At least it is in correct format. You guys corrupted the code he posted. If you check the two codes you will see a very small mistake.

I could give it correct but I rather you understand the understand by figuring it out on your own. If no one does by 7AM EST tomorrow (August 11th) I will show the mistake.

Consider it homework.
TheHorseCockExpress
Member
Posts: 86
Joined: Thu May 25, 2017 1:32 am

Re: MGSV: TTP

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

@Itzgrande all you have to do is replace the XXX, don't mess with any other part of the code.
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!!!
Locked