Final Fantasy XV

Skiller
V.I.P.
Posts: 167
Joined: Fri Jan 30, 2015 3:47 am

Re: Final Fantasy XV

Post by Skiller » Mon Jul 10, 2017 3:24 am

xxv wrote:
Skiller wrote: im just running my code in Order with a count then just add them to the list .. Iv added alot
that u just posted . i will see if anything is missing
iv also updated the All In one to v1.12 for sure this time . so anything that is missing is new as of 1.12
I analyzed the new update and found the following differences from the previous ids. Some of these seem like errors.

Code: Select all

v2: ["Gas Coupon", "Event Items"] != v3: ["Gass Coupon", "Event Items"] [3DD90301]
v2: ["VIP Pass", "Event Items"] != v3: ["Vip Pass", "Event Items"] [3B1B0501]
v2: ["Garula Sirloin", "Ingredients"] != v3: ["Garlulessa Steak", "Ingredients"] [DAFF0101]
v2: ["Cup of Noodles", "Ingredients"] != v3: ["Cup Noodles", "Ingredients"] [11320301]
v2: ["Cup Noodles", "Ingredients"] != v3: ["Cup of Noodles", "Ingredients"] [12320301]

Turn off the Exact Match Caps to me dont really matter when they cap a full Word.
But yes it seem to have kicked out the Accessories . fixed .

also
11320301 = = Cup Noodles
12320301 = = Cup Noodles

is its true names i just put Of in the middle because they are both different .

Also sorry the icons on this forum style are painful guess i clicked edit and not Quote the first time . PAIN
i fixed the things u shows
User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: Final Fantasy XV

Post by Kitsune » Mon Jul 10, 2017 4:53 am

Rennie wrote:
Kitsune wrote:
tontsa00 wrote:-snip-
tontsa00 wrote:-snip-
testbot wrote: Replace All (Bronze Bangles) with (Magitek Suit V.2)
80010008 AE5F9209
78030102 00000000
28000003 0103783D
-snip-
I tried the above and created my own code to convert 12 Oracle Cards into Magitek V2s and it only converted 2 - but it wasn't the first two in the inventory it was the 1st and the 3rd Oracle Card in the list that converted. I tried applying the code again a further 5 times to see if applying the code 6 times would give me the 12 MV2s i wanted. It only converted another 2 giving me four in total and stopped after that. Here's the code below - anything I missed?

Code: Select all

80010008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80020008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80030008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80040008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80050008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80060008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80070008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80080008 AE5F9236 
78030102 00000000 
28000003 0103783D
80090008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800A0008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800B0008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800C0008 AE5F9236 
78030102 00000000 
28000003 0103783D
Guess what?

I am an idiot!

Under normal circumstances my code would work perfectly. But I didn't think about it overwriting what it is searching for. The "001" - "00C" make them all "001"

That is my fault, my apologies. You can keep the code as one still, just make them each one the same.

Sorry again.
User avatar
BurnKnuckle
Member
Posts: 64
Joined: Wed May 17, 2017 6:17 pm
Location: New York

Re: Final Fantasy XV

Post by BurnKnuckle » Mon Jul 10, 2017 6:32 am

xxv wrote:
BurnKnuckle wrote:I kinda advise not to adjust character stats just to be fair.
I haven't. You'd need to compare two identical saves with the character added/removed. Hex diffing should then reveal areas to look at. It has been a long time since I played the game. I'm not sure if the Aranea glitch still works.
I have two separate saves with Aranea and without Aranea. Will try to gather saves for the other two, was hoping someone could assist me as I try to look for it and to enable each character. Where would be a good start in advanced mode?

EDIT:

So I found the address for Aranea, Cor, and Iris (or so I believe, god i'm terrible with this lol). However I made a comparison between two of the saves (One for Aranea and without Aranea) and it comes out about the same.

Save file "with" Aranea.
Image

Save file with "no" Aranea.
Image

Maybe I'm looking at the wrong portion? or is located for them in an entirely different spot?

Not too heavy with advanced mode, hopefully someone can help.
xxv
Member
Posts: 54
Joined: Thu Jul 06, 2017 11:33 pm

Re: Final Fantasy XV

Post by xxv » Mon Jul 10, 2017 7:20 pm

BurnKnuckle wrote: I have two separate saves with Aranea and without Aranea.
If you PM me links to these saves, I can take a look. If we can figure out how to add one character, then the rest should follow the same pattern.
Rennie
Junior Member
Posts: 8
Joined: Mon Jul 10, 2017 12:23 am

Re: Final Fantasy XV

Post by Rennie » Mon Jul 10, 2017 8:54 pm

Kitsune wrote:
Rennie wrote:
Kitsune wrote:
tontsa00 wrote:-snip-
tontsa00 wrote:-snip-
-snip-
I tried the above and created my own code to convert 12 Oracle Cards into Magitek V2s and it only converted 2 - but it wasn't the first two in the inventory it was the 1st and the 3rd Oracle Card in the list that converted. I tried applying the code again a further 5 times to see if applying the code 6 times would give me the 12 MV2s i wanted. It only converted another 2 giving me four in total and stopped after that. Here's the code below - anything I missed?

Code: Select all

80010008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80020008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80030008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80040008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80050008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80060008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80070008 AE5F9236 
78030102 00000000 
28000003 0103783D 
80080008 AE5F9236 
78030102 00000000 
28000003 0103783D
80090008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800A0008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800B0008 AE5F9236 
78030102 00000000 
28000003 0103783D 
800C0008 AE5F9236 
78030102 00000000 
28000003 0103783D
Guess what?

I am an idiot!

Under normal circumstances my code would work perfectly. But I didn't think about it overwriting what it is searching for. The "001" - "00C" make them all "001"

That is my fault, my apologies. You can keep the code as one still, just make them each one the same.

Sorry again.
IT WORKS! I can confirm there is no need to change any thing about the code once you've made it to swap what ever X item with the Y item. Once created just copy and paste it under the first for as many items you want to convert as long as you have enough of the X item in your inventory.

Finally got 12 MV2s. Thanks for the help Kitsune no more grinding and just enjoying the game. :D :clap:
User avatar
Xalace
Member
Posts: 90
Joined: Mon Jul 10, 2017 4:22 am
Location: Ohio

Re: Final Fantasy XV

Post by Xalace » Thu Jul 13, 2017 5:51 am

Is there anything for the chocobo races so we can get all items n medals for our chocobo? Atleast having all colors for our chocobo would be great
Image
ChiTownzBoy05
Member
Posts: 63
Joined: Tue May 23, 2017 7:02 pm

Re: Final Fantasy XV

Post by ChiTownzBoy05 » Thu Jul 13, 2017 9:17 am

Does anybody know what the Count Value code does that Save Wizard added to the items cheats?
[$]TaRtEd [o]Ut [h]U$tLin [e]NdEd P AlLiN
zachillios
Member
Posts: 243
Joined: Mon May 08, 2017 8:01 am

Re: Final Fantasy XV

Post by zachillios » Thu Jul 13, 2017 9:56 am

ChiTownzBoy05 wrote:Does anybody know what the Count Value code does that Save Wizard added to the items cheats?
They work in tandem with the have item codes. Not entirely sure what they do, but they work with those.
RottenAzzRonnie
Member
Posts: 51
Joined: Tue Jul 04, 2017 6:05 am

Re: Final Fantasy XV

Post by RottenAzzRonnie » Thu Jul 13, 2017 1:28 pm

Howdy! I remember seeing something one of the modders here vaguely explained about not wanting to spoil the fun for some of the id's, but for the sake of asking again if anyone has knowledgeable access to the weapon digits, could you kindly post them? Or, at least identify the codes listed in the All Battle Items code please? Thanks.
ChiTownzBoy05
Member
Posts: 63
Joined: Tue May 23, 2017 7:02 pm

Re: Final Fantasy XV

Post by ChiTownzBoy05 » Thu Jul 13, 2017 5:02 pm

So what codes item codes are confirmed to be working 100% so far? As in no blank spots etc.
[$]TaRtEd [o]Ut [h]U$tLin [e]NdEd P AlLiN
Post Reply