• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
May 14, 2024, 05:44:01 pm

News:

Please use .png instead of .bmp when uploading unfinished sprites to the forum!


Recent posts

Pages1 2 3 ... 10
1
Completed Mods / Re: FFT The Lion War ReMixed [...
Last post by Jaylo - Today at 10:57:28 am
My apologies Nyzer, i see it was you now lmao.
I had another screen open at work and was sneaking in the posts.
2
Completed Mods / Re: FFT The Lion War ReMixed [...
Last post by Nyzer - Today at 10:16:05 am
Quote from: Jaylo on Today at 08:50:29 am@Nyzer
Nice submod.
It was mentioned in an earlier post about Argus's messed up sprite in cutscenes, after reading around i found out it's because characters in cutscenes may have some special animations that use their own sprites so if you change a cutscene characters sprite you need to create new special animations for the EVTCHR.bin using the new sprite.
If you don't then when the special animations occur the sprite will change to the old one but use the new sprite's colour palette which results in messed up sprites.
As you changed Algus's sprite will you be making new special animations for him for cutscenes?

Also i came across a consistent game freeze with this mod when putting a samurai Ramza into autobattle in the Goug City Rooftop story battle.

Not related to this submod i just came across a game breaking issue in the original Lion War mod when using Secret Hunt\Train with Balthier's four strike barrage ability.
3lric investigated and found that the Poach\Train check happens before Barrage reduces the damage so the first Poach message is an illegal poach that requires another strike to give a legal Poach and another message, if the illegal Poach happens on the 4th strike then the game simply stops, waiting to correct the poach.
If you know formulas perhaps you could have a go at fixing this?

If you have a save file for that fight with the freezes, that might be helpful.

As for the sprite, I've mentioned a few times in here that it's part of the April fools patch. I don't seriously intend to replace his sprite with that silly low quality option, and the only reason it hasn't been reverted in a new patch yet is because I started writing up code for Doublecast, which quickly snowballed into something bigger, taking what I thought would have been a mid April update and pushing it to later this month.

As for the poaching? I don't think you actually read the username of the person who replied to you.
3
Completed Mods / Re: FFT The Lion War ReMixed [...
Last post by Jaylo - Today at 08:50:29 am
@Nyzer
Nice submod.
It was mentioned in an earlier post about Argus's messed up sprite in cutscenes, after reading around i found out it's because characters in cutscenes may have some special animations that use their own sprites so if you change a cutscene characters sprite you need to create new special animations for the EVTCHR.bin using the new sprite.
If you don't then when the special animations occur the sprite will change to the old one but use the new sprite's colour palette which results in messed up sprites.
As you changed Algus's sprite will you be making new special animations for him for cutscenes?

Also i came across a consistent game freeze with this mod when putting a samurai Ramza into autobattle in the Goug City Rooftop story battle.

Not related to this submod i just came across a game breaking issue in the original Lion War mod when using Secret Hunt\Train with Balthier's four strike barrage ability.
3lric investigated and found that the Poach\Train check happens before Barrage reduces the damage so the first Poach message is an illegal poach that requires another strike to give a legal Poach and another message, if the illegal Poach happens on the 4th strike then the game simply stops, waiting to correct the poach.
If you know formulas perhaps you could have a go at fixing this?
4
The Lion War / Re: The Lion War 2.031 - Bug R...
Last post by Jaylo - Today at 07:19:45 am
Quote from: Nyzer on Today at 01:19:04 amGreat discovery, thank you.

So, after some investigation, it turns out that behind the scenes, the Poach/Train checks run before the Barrage formula reduces the damage of the ability, due to the way the formula is set up. This means it can think it's reaching the target damage range only to turn out that the damage was reduced OUT of that range, but it's already been set to trigger Poach/Train.

There are probably ways to fix that up for the formula specifically, but the code for the poach/train routine was very unoptimized and it was a lot faster to just add in a check to block the Barrage ability ID before even taking the time to figure out what the problem actually was.

If you have the OrgASM program from the TLW resources (or just the FFTPatcher Suite), you can add this to your FFTPatcher > XmlPatches > PSX folder and apply it to the game.
Thanks for the quick reply.
So the first poach message is an illegal poach done with full damage which needs another strike to give you the legal poach message.
If the illegal poach happens on the 4th strike there is no 5th to correct it so the game just stops.
This is a shame as the Barrage skill is the best for poaching with it's four strikes.
5
The Lion War / Re: The Lion War 2.031 - Bug R...
Last post by Nyzer - Today at 01:19:04 am
Quote from: Jaylo on Yesterday at 09:59:52 amIs there a problem with Balthier's Barrage ability when used with Secret Hunt?
I am getting two poached messages when a poach occurs with strikes 1-3 and the game seems to "stop" if a poach occurs on strike 4.
I say "stop" and not "freeze" because the music still plays and the unit animations are still working but there is no ui and the game doesn't continue.

Great discovery, thank you.

So, after some investigation, it turns out that behind the scenes, the Poach/Train checks run before the Barrage formula reduces the damage of the ability, due to the way the formula is set up. This means it can think it's reaching the target damage range only to turn out that the damage was reduced OUT of that range, but it's already been set to trigger Poach/Train.

There are probably ways to fix that up for the formula specifically, but the code for the poach/train routine was very unoptimized and it was a lot faster to just add in a check to block the Barrage ability ID before even taking the time to figure out what the problem actually was.

If you have the OrgASM program from the TLW resources (or just the FFTPatcher Suite), you can add this to your FFTPatcher > XmlPatches > PSX folder and apply it to the game.
6
PSX FFT Hacking / Recommend mods?
Last post by Deathsmind - Yesterday at 11:27:01 pm
So I have really only nodded pc games and never nodded any old school games before so not entirely sure how this works.

Am I able to use more than 1 mod on a game?

What are some recommended mods to use? Always looking for more content mods or just quality of life mods that make your life easier.
7
Help! / Re: Beginners Guide
Last post by tikitorch87 - Yesterday at 05:15:43 pm
I thought I needed the resource pack along with the PPF, turns I was overthinking the whole time  :oops:

Mods you can close this thread
8
Help! / Re: Beginners Guide
Last post by Holy2Tack - Yesterday at 10:57:46 am
Isn't patching Remixed just a PPF? Just use PPF-O-Matic on a clean rom.
9
The Lion War / Re: The Lion War 2.031 - Bug R...
Last post by Jaylo - Yesterday at 09:59:52 am
Is there a problem with Balthier's Barrage ability when used with Secret Hunt?
I am getting two poached messages when a poach occurs with strikes 1-3 and the game seems to "stop" if a poach occurs on strike 4.
I say "stop" and not "freeze" because the music still plays and the unit animations are still working but there is no ui and the game doesn't continue.
10
Tutorials and Learning / Event editing tutorial : Using...
Last post by Kokojo - May 12, 2024, 11:48:14 am
:wark:

Hello friends.

Here is a tutorial on how to event edit in FFT using Juravis, a relatively new tool.


Pages1 2 3 ... 10