Glitch that happens after i change form, scrolling the stage(like in Kefka's fight)
#1
It's a problem that happens when you call another form using the scroll stage feature, like in the final battle against Kefka: The game shows some glitchy graphics, the ATB becomes crazy and if you make act your party, their commands won't be executed immediately, they will stack and then executed all together... Surprised

here's some example:
1) Celes tries to attack, the ATB resets but nothing will happen;
2) Cyan try to use Dispatch, same result;
3) Celes casts Life2, same result;
4) Cyan casts Meteor, same result;
5) Celes casts Ultima, here's the result:
- Celes attacks;
- Celes uses Life2;
- Celes uses Ultima(all in one action Laugh);
6) Cyan's turn:
- Cyan uses Dispatch;
- Cyan uses Meteor(all in one action);

PS. If you use Quick you almost freeze the battle Huh

I cannot figure out how to solve this glitch(i don't have enough knowledge about hacking, anyway Laugh)

So i wanted to ask to skilled hackers of this site if they were able to explain why this happens... and eventually if they know how to solve this problem. Hmm

This glitch is triggered in the video of the beta of my hack(0.9), it's not downloadable, anyway... take a look:

https://www.youtube.com/watch?v=tHu8xxdo318

Thanks anyway Smile
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply
#2
Still no answer? Sad
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply
#3
Specific commands of battle scripts have poorly implementation and don't work correctly, except for the specific cases where they were designated. You should track the command which causes the issue. I suppose you used the command for the switch of the bosses of the Veldt Cave (“SrBehemot”). I used it in the past and it sometimes triggered strange bugs.

If it is somehow related with the transition animations, you can try different animations for the screen transitions.

My recommendation is to split the battle in two battles and change the event script to call two battles in sequence. The first battle with normal background and the second battle with the dynamic background. You can call another battle outside of the battle script.
Reply
#4
To be more precise, i called the action used for scroll the four battles of the Kefka final fight, sounds like the command works properly only in that battle...

Anyway that requires some advanced hacking, huh? i'll try it in the future, in the case...

PS. for the second battle you can even decide a different stage, instead of the default background of that place?
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply
#5
Quote:PS. for the second battle you can even decide a different stage, instead of the default background of that place?

Yes. The opcode 4D (for event script) allows to trigger a battle with a specific background.
Reply
#6
So, wait a Minute. Can you call for a different Background, like how Mog does in his dances, or is done the same way in as the Opcode 4D does?
Shine 
Reply
#7
(06-10-2014, 05:59 PM)Cyprus Wrote: So, wait a Minute. Can you call for a different Background, like how Mog does in his dances, or is done the same way in as the Opcode 4D does?

The background is set at the beginning of the battle with event command 4D, mog's dance on the other hand invoke a background change done by ASM.
Reply
#8
The perfect sequence of commands for me would be something like:

- Activate the mog dance's change stage feature, i already tested it, if u set as background of a dance the background of the phantom train battle, then the party will suddenly start to run permanently(like against phantom train), if you change the stage with another dance, they'll stop to run. Confused

- Change the battle music during the battle, in the case is even possible to select all the music, or just the default ones used for battle?

- Make move the party from the center of the screen to the left side, without any problem/ glitch/ exiting from the screen.

Is that possible?
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply
#9
(06-10-2014, 09:34 PM)Tenkarider Wrote: - Change the battle music during the battle, in the case is even possible to select all the music, or just the default ones used for battle?

You could invoke a song change anywhere in the code I think, in bank C1 or C2. Here's the victory fanfare example:

Code:
C1/0152:    A92F        LDA #$2F        (47 = fanfare song data #)
C1/0154:    8D0113      STA $1301
C1/0157:    A9FF        LDA #$FF        (Volume: FF = normal)
C1/0159:    8D0213      STA $1302
C1/015C:    220400C5    JSL $C50004     (Changes the music to fanfare)

For the rest, I am unsure how it would be possible to code or do.
Reply
#10
Interesting... i hope i'll be able to fix the problem. Objection!
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur Joke (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Throw Fire/Ice/Thunder Rod Glitch doofenH 0 1,348 11-20-2022, 07:45 AM
Last Post: doofenH
  Quick Glitch doofenH 3 2,678 05-11-2022, 10:26 AM
Last Post: Gi Nattak
  Genji Glove glitch doofenH 2 2,373 05-11-2022, 06:58 AM
Last Post: doofenH
  Infinite Item glitch Rodimus Primal 3 3,167 11-12-2020, 05:12 AM
Last Post: NPCnextdoor
  Fight continue with a new invoke battle doofenH 3 3,398 01-06-2020, 07:41 PM
Last Post: PowerPanda
  Burying the Airship Glitch? C-Dude 3 3,115 12-25-2019, 10:37 PM
Last Post: C-Dude
  Priority glitch: which patch? 13375K37CH3R 5 4,296 09-29-2017, 06:16 PM
Last Post: 13375K37CH3R
  Two new patches: Better Dice, No X In Fight 13375K37CH3R 0 2,131 03-05-2016, 02:22 AM
Last Post: 13375K37CH3R
  New patch: Banon Riding Glitch fix 13375K37CH3R 5 6,115 12-11-2015, 11:59 PM
Last Post: madsiur
  New patch: Side Saddle Glitch fix 13375K37CH3R 0 1,999 12-11-2015, 08:53 PM
Last Post: 13375K37CH3R

Forum Jump:


Users browsing this thread: 1 Guest(s)