Final Fantasy Hacktics

Modding => Help! => Topic started by: Harrier Strike on November 07, 2016, 10:20:19 am

Title: Is it possible to add more encounters?
Post by: Harrier Strike on November 07, 2016, 10:20:19 am
Hello everyone! First, let me congratulate everyone of you for the great job all of you have done for the game! Hope this community never dies. It's full of talentous creators and it would be shame if something like that happened... Well, I have a question!

Is it possible -through ASM hacking or ENTD editing-  to add more encounters? For example, can I add a random encounter in, I don't know... Fort Zeakden? Or if there's any ASM mods which allows to battle in a specific map (Dorter Slums, Sand Rat Cellar, etc..)?

Well... This also doesn't apply to the question, but I was always wondering... Is it possible to add more songs to random encounters (others beside Apoplexy... etc)? I mean playing a random encounter while 'Battle on the Bridge' plays on the background?

Thanks for reading and I hope to find some answers.

Again, congratulations for your amazing work here! Not for being a suck-up... But I'm really impressed!
Title: Re: Is it possible to add more encounters?
Post by: Xifanie on November 07, 2016, 10:59:14 am
All the random encounter data is tied to a range of location IDs; all towns are grouped together, and all random encounter locations are grouped together. Turning a town into a random battle location, or a random battle location into a town would be far too much trouble (considering a very experienced ASM hacker). Even turning locations such as Fort Zeakden into a town is pretty ugly because you need to "emulate" the shop inventory of another existing town.

I've never wondered about the songs... this is weird because this data is not part of the random battle data table. It's possible there is another table somewhere that specifies which song to use per location.
Title: Re: Is it possible to add more encounters?
Post by: Harrier Strike on November 11, 2016, 11:13:44 am
Okay. Thanks for the technical explanation. I have tested some of your ASM hacks by the way. They're awesome. Right now I'm enjoying the smart encounters one.

I'm also wondering if there's an asm hack that allows you to replay story battles? Also! In your ASM hack that turns off the music (i think random encounter music is too repetitive, then I put another song in the background), how can you turn it on again?

Thanks again.
Title: Re: Is it possible to add more encounters?
Post by: Arimala on November 18, 2016, 05:02:37 pm
QuoteAlso! In your ASM hack that turns off the music (i think random encounter music is too repetitive, then I put another song in the background), how can you turn it on again?


For this i just made two isos.. one with all my asm hacks except for the no music hack and then another iso with the no music hack included. Not sure if there would be another way.
Title: Re: Is it possible to add more encounters?
Post by: Harrier Strike on December 24, 2016, 04:41:06 pm
Quote from: Arimala on November 18, 2016, 05:02:37 pm
For this i just made two isos.. one with all my asm hacks except for the no music hack and then another iso with the no music hack included. Not sure if there would be another way.


Thanks for clearing it up man.