FF6 Hacking
FF3usME Problem - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: FF3usME Problem (/thread-2529.html)

Pages: 1 2


FF3usME Problem - Amon1995 - 03-22-2014

When I try to use the Monster Editor, it gives me this error:

"FF3usME cannot compile battle scripts that are overlaped,
have shared pointers or that are switching banks,
Battle Script Edition will not be available."

What does this mean? Can someone help me


RE: FF3usME Problem - Synchysi - 03-22-2014

Sounds like it's a modified or pre-patched ROM. Whatever changes were made probably moved some battle script pointers, which usME no longer knows how to handle.


RE: FF3usME Problem - Amon1995 - 03-23-2014

I also have another problem;

Near the beginning of the game, where Locke and the Moogles have to fight the guards, once I get to the boss, he uses a physical attack and then immediately after, he uses Meteor which kills my whole team.

P.S I'm using the Restored Ability Names patch by Angelo

Could this Meteor thing be related to the battle script pointers?


RE: FF3usME Problem - Synchysi - 03-23-2014

It very well could be. If something putzed with the battle script pointers, it could have changed the Marshal's to a script that allows him to use Meteor.


RE: FF3usME Problem - Amon1995 - 03-23-2014

Any way I can fix this? Maybe if I can just copy some default code into the game so he acts normal?


RE: FF3usME Problem - Synchysi - 03-23-2014

It's virtually impossible without knowing what's changed. Is Angelo's patch the only one you've applied? If so, you might try taking a fresh vanilla ROM, reapplying the patch and seeing if it works. Otherwise, you may want to confirm that there's no header conflict between the patch and the ROM you're applying it to.


RE: FF3usME Problem - Angelo26 - 03-23-2014

This sounds like a possible issue with the header. That patch should NOT interfere with any battle scripts.

I probably did that patch to be applied without a header. So, try applying the patch with and without a header and see which gives the best result.


RE: FF3usME Problem - Amon1995 - 03-23-2014

I still get the same problem, even without the header :[


RE: FF3usME Problem - madsiur - 03-23-2014

You could check the IPS log and see if the monster AI pointers or scripts are affected. If so, copy the default value from an unmodified ROM.

Offsets are from a headered ROM:

Code:
0F8600    0F88FF    PTR    No    Pointers to Monster AI (+0F8900)    
0F8900    0FC24F    AI     No    Enemy AI



RE: FF3usME Problem - Amon1995 - 03-24-2014

If I send you my ROM could you check it for me please? My knowledge about hex is very basic :[