playMaker

Author Topic: Jumping not jumping as far as force set  (Read 5929 times)

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Jumping not jumping as far as force set
« on: May 04, 2020, 01:41:52 AM »
First of all, im new to play maker buying it today :)

When my character jumps he only moves about an inch where as the tutorial showed him moving 4-5X that. tried adding force does not change.

Ideas?
« Last Edit: May 04, 2020, 01:43:45 AM by Omle555 »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Jumping not jumping as far as force set
« Reply #1 on: May 04, 2020, 06:23:09 AM »
Hi.
i'm not sure what tutorial you are following, but i think the force mode needs to be set to 'impulse'

Can you give the link to the tutorial?

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #2 on: May 05, 2020, 08:12:58 AM »

at approx 16 minutes they start talking about jumping.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Jumping not jumping as far as force set
« Reply #3 on: May 05, 2020, 12:39:04 PM »
Hi.
its an older playmaker version, on that version there was no force mode yet on the action.

Try setting force mode to 'Impulse'

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #4 on: May 05, 2020, 08:30:24 PM »
Impulse doesn't do anything at all.

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #5 on: May 05, 2020, 08:43:45 PM »
Ok, i read somewhere it couyld be because my Rigidbody 2D is not set to forced update or something? how do i change that?

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
Re: Jumping not jumping as far as force set
« Reply #6 on: May 06, 2020, 12:38:31 AM »
At your rigidbody change discrete > continuous
Although i’m not really sure if that is the problem.

Try to change the force velocity value to extreme number as 10000 and see if it works

Pretty sure that the rigidbody mass and the pixel per unit affecting the impulse number.
« Last Edit: May 06, 2020, 12:43:01 AM by ch1ky3n »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Jumping not jumping as far as force set
« Reply #7 on: May 06, 2020, 02:31:58 PM »
Hi.
Yes mass gravity drag are all affecting force

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #8 on: May 07, 2020, 01:46:07 AM »
At your rigidbody change discrete > continuous
Although i’m not really sure if that is the problem.

Try to change the force velocity value to extreme number as 10000 and see if it works

Pretty sure that the rigidbody mass and the pixel per unit affecting the impulse number.


Force velocity can be set at anything on impulse and it still does nothing.
Set it to Force and it will jump with excessive numbers but barely any for smaller numbers (doesn't look like a jump, asd the animation is crazy high.)

Changed mass to excessively low, still nothing.
changed rigidbody 2d to continuous collision detection, nothing.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Jumping not jumping as far as force set
« Reply #9 on: May 07, 2020, 03:16:12 PM »
Hi.
can you show image of your rigidbody settings?

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #10 on: May 07, 2020, 11:05:03 PM »


I just don't get it, tutorials get it no matter what i try nothing.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Jumping not jumping as far as force set
« Reply #11 on: May 08, 2020, 01:54:56 AM »
hi,
try setting gravity scale to 1

Omle555

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Jumping not jumping as far as force set
« Reply #12 on: May 08, 2020, 03:57:14 AM »
Still 0 movement, not even slightly.
getting really close to giving up playmaker. been trying days just to get this silly thing to jump.

ch1ky3n

  • Full Member
  • ***
  • Posts: 208
Re: Jumping not jumping as far as force set
« Reply #13 on: May 09, 2020, 09:53:11 PM »
Hi, I'm interested to see your setup, do you mind sending me your scene as an attachment?

Thore

  • Sr. Member
  • ****
  • Posts: 480
Re: Jumping not jumping as far as force set
« Reply #14 on: May 09, 2020, 10:12:26 PM »
Gravity scale 15 is really high! Around 2—5 is decent setting.

If that’s not it, I guess you are overriding velocity and that’s why it’s not lifting off. Disable your movement FSM or similar, and try it. Then make sure that the offending action (probably set velocity) does not interfere with velocity Y.
« Last Edit: May 09, 2020, 10:20:47 PM by Thore »