Console velocity bug

  • GIGATeun
    10th Nov 2013 Member 0 Permalink

    The property editor allows you to set the velocity of any element to a non-integer. That does not seem to work in the console anymore. I've tried the following:

    !set vx/vy <element here> 0.5

    !set vx/vy <element here> .5

    But they set the horizontal/vertical velocity to 0 each time. Also,

    !set vx/vy <element here> -0.5

    !set vx/vy <element here> -.5

    Sets the velocity to 0 as well, and

    !set vx/vy <element here> -1.5

    Sets the velocity to 1.

    Please fix this.

  • LiquidCaesium
    10th Nov 2013 Member 0 Permalink

    It's a lack of decimal number support for consoles, not a velocity-related bug. I tried fixing it once and failed miserably, it's most likely that the console has to be remodeled in order for it to be implemented.

  • minecraft-physics
    13th Nov 2013 Member 0 Permalink

    use tpt.set_property("vx",<number>,"<ELEMENT>")