Modding Help Which file determines jump height?

Discussion in 'Starbound Modding' started by BeanDip, Aug 10, 2016.

  1. BeanDip

    BeanDip Void-Bound Voyager

    I've been working on a mod that reverts jump height to how it was initially before the 1.0 update. However, I cannot find the file that determines the value. Does anyone happen to know which file I would need to change? Thanks.
     
  2. Inf_Wolf14

    Inf_Wolf14 Parsec Taste Tester

    Check the player.config. Starting around line 435 or so; "movementParameters" has values to edit airFriction, and the jump profile.

    Else check default_movement.config/default_actor_movement.config. Although those two might affect not just the player jump.
     
    BeanDip likes this.

Share This Page