[REQ] SOBEIT STICK FEATURE.

Status
Not open for further replies.

Chuck

Well-known member
Joined
Jul 4, 2013
Messages
305
Reaction score
2
Location
South Africa.
Could any of you guys customize these settings so when I would activate this option I would stick behind that player's car and not above it? I know I can do that with buttons but I am playing on a RP server so if I activate it he'll spot me above him and then slowly going down, but I want that when I activate it, I would stay behind him without staying to press buttons to arrange the car.



# =============================
# Toggle stick-to-other-players
# =============================
#
key_stick = np4

# Key to stick to the nearest car
key_stick_nearest = np7

# Keys to switch between players
key_stick_prev = np8
key_stick_next = np9

# When sticking to players, don't go below this z-value.
stick_min_height = -0

# Stick vector + distance
#
# The vector is automatically normalized. They can also be modified
# with in-game keys, so you probably don't want to touch these.
#
# Examples:
# Stay slightly above other players: vect= 0.0 0.0 1.0 dist=7.0
# Stay slightly below other players: vect= 0.0 0.0 -1.0 dist=7.0
# Stay slightly ahead of other players: vect= 0.0 1.0 0.0 dist=7.0
# Stay slightly behind & above: vect= 0.0 -1.0 1.0 dist=7.0
# Side-kick: vect= 1.0 0.5 0.5 dist=7.0
#
stick_vect = 0.0 -1.0 1.0
stick_vect_dist = 10.0

# Note:
# When in stick-to-car mode, the warp key will always warp towards
# the car you're following.

# Keys to control stick position in-game
key_stick_forward = w
key_stick_backward = s
key_stick_left = a
key_stick_right = d
key_stick_up = up
key_stick_down = down
# Move towards / away
key_stick_in = i
key_stick_out = k
 
Status
Not open for further replies.
Top