edited June 2015 in Makinom Support
just trying to figure out if im right on this with out a rigidbody attached a move node would be best to set up a jump? cause i spent the past few hours trying to get this set up an dosent seem to work to get any results of a jump i have to set my values high. so kinda at a loss atm.
Post edited by wtyson on
new website can be found here http://www.fore-loregames.com

Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Kinda depends on how your movement schematic is set up and what move component you're using.

    When not using rigidbody, you need to move the game object upwards for some time - i.e. keep track on when the player pressed the jump button (e.g. using the current time + an offset) and continue moving upwards until the time is up.
    Also, you might want to separate normal movement from jump movement - e.g. not using gravity while moving up, maybe reduced horizontal speed, etc.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • edited June 2015
    using a character controller i have this going so far for the set up

    image

    image

    from this how am i suppose to keep track of the time? delta time is just set to a bool..

    this is all set up on a interaction machine
    Post edited by wtyson on
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • You'll need to add the jumping into your movement control schematic. Character controller should only be moved once per frame, i.e. having move and jump doing both movement isn't ideal.

    Wait a sec, will write a quick tutorial on a simple control using character controller :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • cool thanks!
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Here you go :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • thanks alot!
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • I've yet to try this since I'm away from my pc today, I am just curious if through this schematic/Makinom
    I will be able use some parts of Ork in this Makinom schematic.

    E. G. In the jump node, if success , change a status value in Ork.

    The ultimate goal would be to have a player lose 'stamina' or energy while jumping or sprinting.

    ORK user since 2014. Patron since 2018.
  • would be done through events so you would need to call the ork event from makinom i believe an the ork event would do the reduction from what i under stand this is how its going to work
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Yeah, using the upcoming ORK-Makinom plugin, you'd call an ORK game event in the Makinom schematic to do that :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • I Cant stop smiling! Great stuff on the way!
    ORK user since 2014. Patron since 2018.
Sign In or Register to comment.