• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
May 17, 2024, 07:07:57 pm

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Klokinator

1
Wait, are you saying the Alchemist class always has access to the Item ability? You can have two class skills and Item too?
2
Quote from: bcrobert on December 18, 2014, 09:37:14 pm
The only way to add more is to repoint the data in several places. Repointing is a basic hacking skill that you'll need to master if you're not satisfied with replacing things with other things. If you want to have true freedom over the game you'll need to read some tutorials and learn how to hex edit.

It's not that there's a "hardcoded racial limit" but the list only has so many entries on it. Just think about it realistically. Why would SquareEnix add twenty empty entries to a list? What could they possibly gain from wasting space in the ROM like that?

There's typically a limit of FF entries. I was just asking if that limit was hit and apparently it isn't. Good enough for me.
3
Quote from: Ethereal Embrace on December 18, 2014, 07:28:45 am
Well, you can't really "add more". If you wanna keep things really simple, you can only really "replace existing moves".

If I use the nightmare modules, can I add more, or is there a hardcoded racial limit?
4
FFTA/FFTA2 Hacking / Re: Some general modding questions
December 18, 2014, 05:02:14 am
Quote from: bcrobert on December 18, 2014, 04:54:56 am
I'm fairly certain AIO loads by reading pointers. I seem to recall you mentioning once that I should be able to repoint things in the ROM without any problems. Idk though, I've put off FFTA hacking for so long that I only half remember.

I'm pretty sure I used to have a copy of your source code but I don't know what I did with it. It's not in my tool folders for some reason. :(

That's good enough by my standards. Thanks a bunch!
5
FFTA/FFTA2 Hacking / Re: Some general modding questions
December 18, 2014, 04:30:48 am
Quote from: Darthatron on December 18, 2014, 04:26:07 am
2. Well if I recall most of the data is read from the pointers, rather than the hard-coded offsets... I haven't got the source-code with me at the moment. I won't have it until the new year either, so I can't give the pointer location to you. bcrobert may have it though?

No no, I can find the pointers via the NMM's. I was just wondering if the AIO was smart enough to detect the new pointer location like the FEditor tool does in the FE community. In Fire Emblem, there's a master pointer list that points to each data chunk, like 0x80D00000 might be poited to for items, and if you repoint that to a new spot, it also changes the pointer in little endian on the master list as well. If you have a smart tool, it always grabs the data by reading the master pointer list.
6
FFTA/FFTA2 Hacking / Re: Some general modding questions
December 18, 2014, 04:00:08 am
Quote from: bcrobert on December 18, 2014, 01:45:01 am
1.) Not sure. But if you made Montblanc unessential at the beginning of the game it would likely make a few beginning scenes glitchy or illogical, so you'd need to edit the actual events too. It's not like the game is coded to understand that he's gone that early, and he's in like...every scene.

2.) The easiest way to edit ability data is to click on the little pencil icon on that screen. When the list pops up, replace abilities you don't want with abilities you do want using the menu. For example you could find Parley on the ability list and replace it with Auto-Life to give the Paladin Auto-Life. Make sure to replace it on the weapon that teaches the ability too. If you want to add abilities without removing them you'll need to know how to repoint.

3.) In general, use both. AIO is definitely the main one, but Darthatron hasn't gotten around to putting every one of the structures from my modules into AIO. So if you plan on editing literally everything, you need both. It just depends on what structures you need to edit.


1. I read that if Montblanc dies in a Jagd Dorsa, he is replaced by whomever is #3 in your party in dialogue. I assumed that meant the same if you just deleted him before that.
2. Okay, I'm quite familiar with repointing. I have a fairly popular romhack for Fire Emblem I'm working on so I'll give that a shot. I presume I should use nightmare if I repoint, correct? Or does the AIO read a pointer list and detect the new location automatically?
3. Good to know. Thanks.
7
I tried that but I don't know how to add more.
8
FFTA/FFTA2 Hacking / Some general modding questions
December 17, 2014, 06:13:04 pm
Hi guys. I wanted to get some help with hacking FFTA. I'm currently using the AIO editor, though I may try using the NMM's next as well if I can't fix these problems with the AIO.

1. How do I make Montblanc unessential? I wanna be able to kick that shithead out of the party by the tutorial map end screen. I'm well aware he can be killed off in a jagd dorsa or sent to jail, but I wanna be able to get rid of him in more legitimate ways.

2. I was wondering how I could edit Ability Data? I wanted to change some of the Paladin abilities, like giving him the Burial and Auto-Life abilities. Thinking of making a more normalized ability set hack and giving the player the option to reclass into any class from the start, except sniper, assassin, and ninja. I wanted to get the Paladin more into the role of "Killing undead and healing allies" but I can't figure out how to edit the ability data. I altered a sword to give paladins the auto-life skill, but can I actually adjust this bit?

3. Is the AIO or the NMM's preferred at this point in time, or do they each have their own unique features and both should be used together?
9
Hi, I was wondering how I could edit Ability Data? I wanted to change some of the Paladin abilities, like giving him the Burial and Auto-Life abilities. Thinking of making a more normalized ability set hack and giving the player the option to reclass into any class from the start, except sniper, assassin, and ninja. I wanted to get the Paladin more into the role of "Killing undead and healing allies" but I can't figure out how to edit the ability data. I altered a sword to give paladins the auto-life skill, but can't actually adjust this bit?



PS, if anyone wonders who I am, I'm the guy who made this wildly popular hack for Fire Emblem. http://serenesforest.net/forums/index.php?showtopic=49023&page=1