Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Topic started by: Chevy on May 11, 2007, 08:20:25 AM

Title: Jumping
Post by: Chevy on May 11, 2007, 08:20:25 AM
Hello, if I do, Up + Left, I can't jump.
Is this normal?
Can I help it?
Title: Re: Jumping
Post by: y00tz on May 11, 2007, 08:21:36 AM
We discussed this in pub... but you wouldn't respond
The default to jump isn't Up, hit space...

Unless you mean you can't strafe jump, in which case check your controls.
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 08:35:29 AM
I wan't to jump to ForwardLeft

If I put Up + Left + Space I can't jump
If I put Up + Right + Space I can jump

Why is this, and do I have to do 2 get it away
Title: Re: Jumping
Post by: y00tz on May 11, 2007, 08:59:12 AM
If I put Up + Left + Space I can't jump
If I put Up + Right + Space I can jump

Well, check your binds/controls
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 09:01:15 AM
But where do I have to look for??
Title: Re: Jumping
Post by: y00tz on May 11, 2007, 09:22:50 AM
Well start by looking under Controls in the Setup menu and make sure everything is set right.
or type 'bindlist' in the console and check each key...
Title: Re: Jumping
Post by: Sharp on May 11, 2007, 09:57:54 AM
Bind your jump to mouse 2, some keyboards cant take 3 commands/Key press at once.
Title: Re: Jumping
Post by: kNoC on May 11, 2007, 11:52:08 AM
do you have a wireless keyboard?

i had a problem once where when i tried to strafe jump (such as speeding) in quake2, that as i tried to do so my character would just stop dead in its tracks, took that pos wireless keyboard back quickly...

bind "key" "+moveleft"
bind "key" "+forward"
bind "key" "+moveright"
bind "key" "+back"
Title: Re: Jumping
Post by: KiLo on May 11, 2007, 12:07:44 PM
Hello, if I do, Up + Left, I can't jump.
Is this normal?
Can I help it?

It sounds to me like you are trying to strafe jump using just one key. I don't believe this would be possible so therfore you need to bind +left to one key and +moveup to another.
Title: Re: Jumping
Post by: kNoC on May 11, 2007, 12:20:23 PM
Heres the quake2 console commands, some of these may help you now and in the future:
http://console.planetquake.gamespy.com/tutorials/quake_2.html (http://console.planetquake.gamespy.com/tutorials/quake_2.html)

A strafe jump double bind is not possible, but heres is an example from quake2 of a double bind, the way you set them up is the same in DP

Double Bind:
bind <key> "<command>;<command>"

for example:
bind w "+forward;wave"
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 12:51:42 PM
You doesn't seems to know the problem
It's not binds or anything like that
I just want to jump forwardleft
I Need to use the keys Up + Left + Jump (Space)
If I do that it won't jump

but if I want to jump forwardright
I need to use the keys Up + Right + Jump (Space)
If i do that it will jump

Why doesn't it work going forwardright and why not forwardleft
Title: Re: Jumping
Post by: kNoC on May 11, 2007, 12:53:17 PM
thats a good question, can you please answer my previous one, do you have a wireless keyboard?
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 01:03:24 PM
If I make the combination
Up + A + Jump (Space)
Then it will jump Forwardleft
Why not if the combination =
Up + Left + Jump (space)
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 01:11:42 PM
thats a good question, can you please answer my previous one, do you have a wireless keyboard?

No
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 01:12:47 PM
Why doesn't it work going forwardright and why not forwardleft
Ofcourse i mean
*Why does it work going forwardright and why not forwardleft*
Title: Re: Jumping
Post by: jitspoe on May 11, 2007, 01:39:59 PM
It's your keyboard.  My laptop has a similar issue.  Keyboards are wired so you can only hit so many keys at a time.  Sometimes it's just two, sometimes you can hit 4 or 5 at once, depending on which keys they are and how your keyboard circuitry is wired.

You have two options:
a) Get a different keyboard.
b) Bind a different set of keys for movement.

"a" wasn't an option on my laptop, so I just shifted all my binds over one key and they worked.
Title: Re: Jumping
Post by: Chevy on May 11, 2007, 01:57:43 PM
It's your keyboard.  My laptop has a similar issue.  Keyboards are wired so you can only hit so many keys at a time.  Sometimes it's just two, sometimes you can hit 4 or 5 at once, depending on which keys they are and how your keyboard circuitry is wired.

You have two options:
a) Get a different keyboard.
b) Bind a different set of keys for movement.

"a" wasn't an option on my laptop, so I just shifted all my binds over one key and they worked.

And what command do i typ in my console
Double Bind:
bind <key> "<command>;<command>"
Doesn't work

I want

bind PGDN "Forward;Left"
Title: Re: Jumping
Post by: KiLo on May 11, 2007, 02:04:34 PM
bind PGDN "Forward;Left"

Do this:

bind PGDN +forward;+moveleft
Title: Re: Jumping
Post by: jitspoe on May 11, 2007, 02:52:30 PM
For that you'd have to do an alias, otherwise you will keep moving forward.

alias +forwardleft "+forward;+moveleft"
alias -forwardleft "-forward;-moveleft"
bind pgdn +forwardleft
Title: Re: Jumping
Post by: {appy Hamper on May 11, 2007, 03:49:27 PM
Thanks for correcting, Jits.  You need both the + and - commands otherwise you will keep moving forward and left.
Title: Re: Jumping
Post by: Chevy on November 08, 2007, 08:34:41 AM
Tnx, and it still helps me :D