[LOCKED - QMO] MGSV: TTP

User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 4:08 am

From what I have gathered, no, that wouldn't be the way to write the code.

I'll try to post them later. And although I haven't noticed any problem applying mods to only one the two files, I suggest modding both.

So you'd have to create the code twice in your SW window.
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 4:26 am

I have not tested these codes, but I think this is how the formating goes. Please someone test these :)

Code: Select all

Max Materials (processed)

42027104 000F4240
40050004 00000000

Code: Select all

Max Materials (unprocessed)

420271F0 003D0900
40050004 00000000

Code: Select all

Max Medicinal Plant

42027118 00002EE0
40080004 00000000

Code: Select all

Max Placed Weapon

4202718C 00061A80
40050004 00000000

Code: Select all

Max Vehicle

42027138 00061A80
400A0004 00000000

Code: Select all

Max Walker Gear

42027160 00061A80
40050004 00000000

Code: Select all

Max Parasite

4202717C 00001770
40030004 00000000
---

Code: Select all

Max Heroism

2001C440 05F5E0FF
---

Code: Select all

3 Medals for everyone [BETA]

400231B1 00000070
4DAD0004 00000000
Last edited by Aladore on Sat Jul 29, 2017 8:21 pm, edited 2 times in total.
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: MGSV: TTP

Post by NegaBioLizard » Sat Jul 29, 2017 4:30 am

Aladore wrote:I have not tested these codes, but I think this is how the formating goes. Please someone test these :)

Code: Select all

Max Materials (processed)

42027104 000F4240
40050004 00000000

Code: Select all

Max Materials (unprocessed)

420271F0 003D0900
40050004 00000000

Code: Select all

Max Medicinal Plant

42027118 00002EE0
40080004 00000000

Code: Select all

Max Placed Weapon

4202718C 00061A80
40050004 00000000

Code: Select all

Max Vehicle

42027138 00061A80
400A0004 00000000

Code: Select all

Max Walker Gear

42027160 00061A80
40050004 00000000

Code: Select all

Max Parasite

42027138 00001770
40030004 00000000
---

Code: Select all

Max Heroism

2001C440 05F5E0FF

Haven't tested them yet, but just by looking at them shouldn't the resource values be written in little endian instead of regular endian? Or am I wrong?
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 4:32 am

I think when it comes to Quick Codes, you have to write in big endian.
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: MGSV: TTP

Post by NegaBioLizard » Sat Jul 29, 2017 4:49 am

Aladore wrote:I think when it comes to Quick Codes, you have to write in big endian.
So I just tried all the codes together. Plants, placed weapons, and walker gears work great. The vehicles worked on all but the first 3 vehicles (ZaAZ-S84/4W, APE T-41LV, and Zi-GRA 6T). The processed and unprocessed materials codes do not work at all, and just create a blank page. I am glad I started in offline mode so that it didn't mess up my uploaded materials.
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 4:59 am

I also had blank pages on materials when I booted offline. It then worked once online. Not sure why.
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: MGSV: TTP

Post by NegaBioLizard » Sat Jul 29, 2017 5:11 am

Yup, you're right. Seems to have worked fine. But the vehicles code is still weird for those first 3. Anyway, thanks for the amazing work, dude. Here's to hoping that we all don't get caught and banned. I'm hoping that Konami really doesn't pay attention anymore since this game is almost 2 years old. Cross our fingers!
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 5:16 am

NegaBioLizard wrote:Here's to hoping that we all don't get caught and banned. I'm hoping that Konami really doesn't pay attention anymore since this game is almost 2 years old. Cross our fingers!
:thumbup:

I'll look into my Vehicle code again some other time. Now what I really want to find out is ... MB staff's medals, skills and stats. :twisted:
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: MGSV: TTP

Post by NegaBioLizard » Sat Jul 29, 2017 5:25 am

Aladore wrote:
NegaBioLizard wrote:Here's to hoping that we all don't get caught and banned. I'm hoping that Konami really doesn't pay attention anymore since this game is almost 2 years old. Cross our fingers!
:thumbup:

I'll look into my Vehicle code again some other time. Now what I really want to find out is ... MB staff's medals, skills and stats. :twisted:
Soooo... a super ban, right? :clap:
User avatar
Aladore
Member
Posts: 80
Joined: Fri Apr 21, 2017 11:51 pm

Re: MGSV: TTP

Post by Aladore » Sat Jul 29, 2017 5:29 am

MealReadytoEat wrote:It looks like resources start at 0x27104 To find them in the save you have to divide by 2
I wanted to thank this guy, without this intel, all the work today wouldn't have been possible.
Last edited by Aladore on Sat Jul 29, 2017 5:50 am, edited 1 time in total.
Locked