Page 3 of 17

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Wed Sep 04, 2019 9:37 pm
by kvh
This is an interesting glitch. I got the 3.0 update and any enemy that hits Squall, Squall will die. Not so to the other party members. It's with the one-hit kill. To fix this, I set the enemy damage to 0, but the same thing happens. Squall is one-shot killed. Before the 3.0 update, I wasn't having this issue with the previous updates.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Wed Sep 04, 2019 10:53 pm
by DrummerIX
kvh wrote:
Wed Sep 04, 2019 9:37 pm
This is an interesting glitch. I got the 3.0 update and any enemy that hits Squall, Squall will die. Not so to the other party members. It's with the one-hit kill. To fix this, I set the enemy damage to 0, but the same thing happens. Squall is one-shot killed. Before the 3.0 update, I wasn't having this issue with the previous updates.
I'm not able to reproduce, but sounds like the code that determines enemy and ally might be off. Is there anyway you can send me a savegame where you are getting this issue?

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 8:00 am
by MancombSeepgood
IFireflyl wrote:
Wed Sep 04, 2019 6:23 pm
Do you think you would be able to add an EXP multiplier? I want to set my after-battle experience to 0. I'm apparently incompetent when it comes to creating my own table. #SadPanda
Gonna second that request.

Also, I'd like to remind everyone that Hyne, a save editor for FFVIII that has a wealth of options, is compatible with saves from the remastered version: [Link]

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 11:50 am
by Lucian86
How about an option to use limit break at anytime?

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 12:52 pm
by wittydeaf
Thanks for the table! it works well with the game.

I am hoping if you can add two options; money and max GF boost. I found the address for GF Boost but it not static per session. I had a hard time to find the money address.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 1:37 pm
by The1stOne
I have forgotten most about this game... but is there a reason why one would only want 1 PuPu card?

If not, just change the number from
WriteBytes(StartAddr + (CardNum * 0x01),0x81)
to
WriteBytes(StartAddr + (CardNum * 0x01),0xE4)
in the script for that card.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 1:43 pm
by Exeter
The1stOne wrote:
Thu Sep 05, 2019 1:37 pm
I have forgotten most about this game... but is there a reason why one would only want 1 PuPu card?

If not, just change the number from
WriteBytes(StartAddr + (CardNum * 0x01),0x81)
to
WriteBytes(StartAddr + (CardNum * 0x01),0xE4)
in the script for that card.
It's related to a sidequest and unlocks an achievement. So you want to add it separately when the time comes if you don't want to do the quest. But basically it's done to avoid getting the achievement way too early.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 3:52 pm
by shibuya428
request for :
limit level 4
Good status in battle (protect\shell\haste\regen\etc.)
Good skills in battle(str/mag/def/hp bonus\counter\etc.)
Card game always win
Always lionheart for squall limit

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 4:54 pm
by PRIMALUS
Just add the MAX Gil cheat and it will be perfect.

But if you could add cheat to change Triple Triad rules it would be cool.

Thank you so much for taking the trouble to make this table. Thank you so.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 5:05 pm
by DrummerIX
I haven't had much time today to look for things, but I plan on adding at least th EXP Multiplier and the Gil option should be simple to do.

To be honest I haven't played the Fire Cave yet, so not really playing the game very far.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 6:26 pm
by Cư9ủ Ḓỉện
DrummerIX wrote:
Thu Sep 05, 2019 5:05 pm
I haven't had much time today to look for things, but I plan on adding at least th EXP Multiplier and the Gil option should be simple to do.

To be honest I haven't played the Fire Cave yet, so not really playing the game very far.
HI! Great Cheat Tables and i still waiting for your EXP Multiplier option.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 6:46 pm
by IFireflyl
DrummerIX wrote:
Thu Sep 05, 2019 5:05 pm
I haven't had much time today to look for things, but I plan on adding at least th EXP Multiplier and the Gil option should be simple to do.

To be honest I haven't played the Fire Cave yet, so not really playing the game very far.
I've only done the Fire Cavern and got rid of Quistis. I still haven't changed into my SeeD uniform. Triple Triad is just so much fun... :)

Also, would you possibly be able to add more rule options in the card game? If it's helpful, this table had card options for the 2013 release.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 6:57 pm
by DrummerIX
I put in the EXP Multiplier requested and Gil Pointer in EDIT 4.0.

I will try to add more Card Rules to the table later. I have to setup binary type cheats I think for the different rules.

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 7:19 pm
by Hellysium
DrummerIX wrote:
Thu Sep 05, 2019 6:57 pm
I will try to add more Card Rules to the table later. I have to setup binary type cheats I think for the different rules.
Hello Drummer and thanks for the table!

About the card rules, I was able to use my old table from the 2013 release and add some codes to your 3.6 edit. It's the same way than for trading rules, just the offsets before those.
I'm clearly not an expert here, so I directly edited the file to make it work quickly. There's only one issue I had, you first have to collect the "Highlighted Character" values for the card values to populate. I don't really know why but that's the extent of my knowledge so if anyone wants to improve it, feel free. :)
FFVIII.CT
EDIT 3.6 + Card Rules
(47.86 KiB) Downloaded 101 times

Re: Final Fantasy 8 Remaster (Steam) (Released September, 2019)

Posted: Thu Sep 05, 2019 7:23 pm
by DrummerIX
I thought the rules were binary in that you can have multiple rules active at one time, but to be honest I haven't played the card game too much. Just from the rule options I found, they are binary and can be added together. I will work on something soon to add to my table.