Results 1 to 7 of 7
  1. #1

    Default Player Pawn Jump Distance

    Hello, guys!
    How i can edit distance of player pawn jump? I wanted to shrink a jump distance in 3 times. Also, where i can find player pawn weight variable (if exist).
    Sorry, bad english.
    Thanks!

  2. #2

    Default

    DefaultProperties, in your pawn
    (Taken from UTPawn.uc)
    Code:
    	MaxStepHeight=26.0
    	MaxJumpHeight=49.0
    	MaxDoubleJumpHeight=87.0
    	DoubleJumpEyeHeight=43.0
    	JumpZ=322.0

  3. #3
    MSgt. Shooter Person
    Join Date
    Oct 2011
    Posts
    235

    Default

    Edit: Damn ninjas!

    Code:
    	MaxStepHeight=26.0
    	MaxJumpHeight=49.0
    	MaxDoubleJumpHeight=87.0
    	DoubleJumpEyeHeight=43.0
    From UTPawn default properties.

    To be able to find these things easily in future, go to http://uncodex.com/2012-03/ for complete reference, or (the better way) download this and set it up using this as a guide. Its hell of a lot faster than waiting for replies

  4. #4

    Default

    Not working. My Pawn DefaultProperties:
    Code:
    MaxStepHeight=9.0
    MaxJumpHeight=16.0
    MaxDoubleJumpHeight=29.0
    DoubleJumpEyeHeight=14.0
    JumpZ=460.0

    P - Player Pawn
    AB - Current Jump Distance
    AB1 - New Jump Distance (which i need)
    AB = 3*AB1 (AB1 less AB in 3 times).
    How change a speed, when pawn jumping?
    Last edited by DNx86; 05-05-2012 at 02:48 PM.

  5. #5
    Palace Guard

    Join Date
    Jul 2006
    Location
    WorldInfo_61
    Posts
    3,552
    Gamer IDs

    Gamertag: KickedWhoCares

    Default

    Airspeed, aircontrol?
    Got UnrealScript skills?

    BeyondUnreal Wiki
    There's no formula for fun

  6. #6

    Default

    Quote Originally Posted by MonsOlympus View Post
    Airspeed, aircontrol?
    Code:
    AirSpeed=1.0
    AirControl=0
    Thanks, it's working! =)

  7. #7
    Palace Guard

    Join Date
    Jul 2006
    Location
    WorldInfo_61
    Posts
    3,552
    Gamer IDs

    Gamertag: KickedWhoCares

    Default

    Cheers for the diagram
    Got UnrealScript skills?

    BeyondUnreal Wiki
    There's no formula for fun


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Copyright ©2009-2011 Epic Games, Inc. All Rights Reserved.
Digital Point modules: Sphinx-based search vBulletin skin by CompletevB.com.