• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
May 18, 2024, 03:01:55 pm

News:

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


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.

Topics - pontelon

1
I'm not sure how I managed it, since Lennart's FFTA2AE can't edit reaction abilities...but "Regeneration" reaction ability is doing Reraise instead of Regen and I have no idea how?? Anyone know what I need to do to switch it back?
2
FFTA/FFTA2 Hacking / FFTA2 Modding Ability Example
March 14, 2021, 11:29:11 am
I did not find one localized place describing how to create new abilities for FFTA2. All applications I used were on the sticky thread. Namely FFTA2 Job Editor, FFTA2 Text Editor, and Nightmare+Equipment NMM.

Here is my example of adding a new spell: Stone.
Design Reason: Bishop and Sage both have access to Air(Aero) and Water(Water) but not earth damage. Bishop also is one of the only casters for bangaa, so I just wanted them to have more spells.

Problem 1: Animation fixes are a pain. So I wanted to find a ability that already has a stone to avoid my "Throw Rock tosses first aid kits because I replaced First Aid"
Problem 2: Maximum number of job abilities across all jobs must be maintained.
Problem 3: AP Slot is tied to race. If multiple abilities use the same hex, learning one learns the other. If the hex is blank, it'll be 0 AP.

OK, so to fix Problem 1, I picked "Earth Render"(9A) from White Monk. I opened Lennart's FFTA2Ability Editor and found Earth Render. I changed the Target Type to 00|Normal, Radius 05|Black Magick size, gave it 8 MP cost and 30 fixed damage(typically direct damage spells are 3-3.5 per MP). On page 2, I clicked "Physical (0) Magickal (1)" so it uses Magick stat.

Next step, I used the text editor to change the name/description (note that Ability Editor will always display the old name). Then I click on the "Command List Editor" tab and select Discipline. I removed Stone from here (remember, total has to be 723). Then on Intercession I clicked "Add new ability", selected the blank space, then used the drop down to select Stone. I removed Pilfer(never felt right for Bishop IMO). Repeat on Sagacity(which with removing from Monk means we are back to 723). Special note: Since NuMou don't normally have Earth Render(now Stone) I had to type "14" into the MaxAP field(same amount as Water/Aero).

I could have removed commands from monsters to make room, but it would have felt weird to have kept Stone on monk anyway. Probably from now on I'll use monster abilities in general because screw those guys they're jerks.

Lastly we need to add them to items. I choose "White Rod" which currently doesn't teach anything to Bishop, and "Sage Cosier" which doesn't teach Sage anything. Using Nightmare and the Equipment NMM, I found the items and added them for those classes.

I hope this helps people who are wanting to get into modding. The tools are great, if a little difficult to grock at first.