• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 23, 2024, 11:31:46 am

News:

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


Editting Attack.OUT

Started by Pride, March 11, 2010, 05:49:53 pm

Pride

According to this thread changing the battle condition is possible. But its not working for me... Obviously I'm doing something wrong but cannot figure it out.

line 153e0 contains the battle conditions for the algus battle which is 80 00 00 00 04 00 07 00 06 00 07 00 00 00 19 00.
When I change the line to 80 00 00 00 04 00 07 00 16 00 19 00 as the thread says, the game crashes when I try to load the battle. Ive tried a few other things but those changes just make the battle not end.

I'm new to this stuff so I get confused easily, so I'm probably just missing something obvious...
  • Modding version: PSX
Check out my ASM thread. Who doesn't like hax?

Xifanie

Quote from: "Zodiac"Excel spreadsheet:

http://zodiac.ffhacktics.com/event%20conditions.rar

Use OpenOffice or Excel to view/edit/etc.
It automatically recalculates pointers.
Problem is that you need an hex editor to reinsert the data back into the file.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Pride

I'm just gonna list what i did step by step since I'm confused >_<

extracted attack.out. found the info from the excel spread sheet. used hexedit to change the code. the imported the new attack.out. Am I missing a step or process I should be doing? (sorry if i sound like an idiot) :|
  • Modding version: PSX
Check out my ASM thread. Who doesn't like hax?

Xifanie

How exactly did you insert the data? Did you copy/paste from the excel sheet? You have to make sure that you're not increasing or decreasing the file size.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Pride

yeah it decreases the file size when i change it... and i c/p from the excel sheet.
  • Modding version: PSX
Check out my ASM thread. Who doesn't like hax?

Pride

nvm i figured out my error, which was quite simple... I forgot to remove the 04 00 07 condition which checked to see if algus was present....
  • Modding version: PSX
Check out my ASM thread. Who doesn't like hax?