YesNoOk
avatar

Super Jump (Read 729 times)

Started by copticprincess, August 05, 2022, 09:37:12 am
Share this topic:
Super Jump
New #1  August 05, 2022, 09:37:12 am
  • **
    • USA
I'm trying to get super jump to work for aerial combos, but I can't seem to get it. I found this thread:

https://mugenguild.com/forum/topics/super-jump-stage-tutorial-178490.0.html

My boundhigh falls within the requirements but super jump isn't working. Not sure why.

My camera settngs:

[Camera]
startx       = 0
starty       = 0
boundleft    = -242
boundright    = 242
boundhigh    = -733
boundlow    = 0
tension    = 100
;verticalfollow    = .75
;floortension    = 200
overdrawhigh    = 120
overdrawlow    = 120
cuthigh    = 0
cutlow       = 0
satrtzoom = 1
zoomin = .58
zoomout = .42


My localcoord:

localcoord    = 768, 432
Last Edit: August 06, 2022, 08:03:39 am by copticprincess
Re: Super Jump
#2  August 05, 2022, 10:26:28 am
  • ******
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
super jump is added into the characters' code. The thread you linked is for making stages that will follow the characters during the air combo.

What are you trying to do?
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
http://paypal.me/XGargoyle  <-- Donations welcome!
Re: Super Jump
#3  August 05, 2022, 10:44:06 am
  • **
    • USA
super jump is added into the characters' code. The thread you linked is for making stages that will follow the characters during the air combo.

What are you trying to do?

Hi XGargoyle.That's what I want. I want the stage to follow the character during air combos.
Re: Super Jump
#4  August 05, 2022, 12:23:20 pm
  • **
[Camera]
startx       = 0
starty       = 0
boundleft    = -242
boundright    = 242
boundhigh    = -733
boundlow    = 0
tension    = 100
;verticalfollow    = .75
;floortension    = 200
overdrawhigh    = 120
overdrawlow    = 120
cuthigh    = 0
cutlow       = 0
satrtzoom = 1
zoomin = .58
zoomout = .42

That's because you've disabled the camera to follow. 
Vertical camera only follows if you've set either: 
1. verticalfollow & floortension  OR
2. tensionhigh & tensionlow (mugen 1.1 and above)

If you've set tensionhigh & tensionlow, then verticalfollow & floortension will be ignored so don't set it yet.
I find using verticalfollow & floortension  easier to implement so work with that first.
Since you already have it, justs enable it again, although your floortension is too high.
Use floortension =60  and  verticalfollow =0.75 as a start, then adjust till you're satisfied.

You can mess with tensionhigh/tensionlow later.