Announcement

Collapse
No announcement yet.

Centerview with +klook?

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • eggbom
    started a topic Centerview with +klook?

    Centerview with +klook?

    hello,

    is there a way to assign a button for centerview, and while i'm playing i press that button to centerview? i have +klook on.

    it wont work for me, if i use -klook -mlook +mlook, it works, but then i have the automatically centerview on, what is very frustrating
    i play on my psp

    please comment.

  • eggbom
    replied
    Originally posted by Baker View Post
    Ah! I missed the "play on PSP" part.

    Yikes! I just checked ... there is NO such command in the PSP source code!

    Well ... haha ... next time I do an update of ProQuake for the PSP I will add in the command, which might be later this week.

    It isn't a lot of code ...

    Code:
    void Force_CenterView_f (void) {
    	cl.viewangles[PITCH] = 0;
    }
    But yeah, the PSP engines don't appear to have that one. And my "ProQuake PSP" is only about 70% "ProQuaked".
    oh to bad, otherwise thanks for the reply's.

    Leave a comment:


  • Baker
    replied
    Originally posted by eggbom View Post
    i know what you mean, but when i press it it says: unknown command force_centerview. and i have +klook on.
    Ah! I missed the "play on PSP" part.

    Yikes! I just checked ... there is NO such command in the PSP source code!

    Well ... haha ... next time I do an update of ProQuake for the PSP I will add in the command, which might be later this week.

    It isn't a lot of code ...

    Code:
    void Force_CenterView_f (void) {
    	cl.viewangles[PITCH] = 0;
    }
    But yeah, the PSP engines don't appear to have that one. And my "ProQuake PSP" is only about 70% "ProQuaked".

    Leave a comment:


  • eggbom
    replied
    Originally posted by Baker View Post
    Do this ...

    bind k "-mlook; wait; force_centerview; wait; +mlook"

    Should work just fine.
    i know what you mean, but when i press it it says: unknown command force_centerview. and i have +klook on.

    Leave a comment:


  • Baker
    replied
    Do this ...

    bind k "-mlook; wait; force_centerview; wait; +mlook"

    Should work just fine.

    Leave a comment:


  • eggbom
    replied
    Originally posted by Zop View Post
    centerview is the normal center command, but one oddity is that it won't work if the server is sending you centerprint messages. Most servers don't do that constantly any more, so I doubt that's the problem. I never used klook when I was a keyboarder, I just did +lookup and +lookdown, and centerview (which is normally bound to the end key) was the command to center the view.
    i have bound it to my right arrow button, but when i press it it do nothing. with -klook -mlook +mlook it works. with the automatic centerview

    what version you need to use force_centerview?

    Leave a comment:


  • eggbom
    replied
    otherwise thanks for the reply's, i cant get it to work

    Leave a comment:


  • Zop
    replied
    "lookspring" is the automatic centering command. It can be set in the options menu or in the console.

    Leave a comment:


  • R00k
    replied
    centerview moves the client pitch angle towards cl.idealpitch sent by the server, at the rate defined by v_centerspeed.

    But only if m_look (-mlook) is off.

    just bind key "force_centerview"

    or use +mlook like real men.
    Last edited by R00k; 07-19-2010, 12:34 PM.

    Leave a comment:


  • eggbom
    replied
    Originally posted by Zop View Post
    centerview is the normal center command, but one oddity is that it won't work if the server is sending you centerprint messages. Most servers don't do that constantly any more, so I doubt that's the problem. I never used klook when I was a keyboarder, I just did +lookup and +lookdown, and centerview (which is normally bound to the end key) was the command to center the view.
    oh oke, but there is no other way to fix it.
    i can choose for -klook, -mlook +mlook, but then i have the automatic centerview, if you know how to remove that? then it's done

    Leave a comment:


  • Zop
    replied
    centerview is the normal center command, but one oddity is that it won't work if the server is sending you centerprint messages. Most servers don't do that constantly any more, so I doubt that's the problem. I never used klook when I was a keyboarder, I just did +lookup and +lookdown, and centerview (which is normally bound to the end key) was the command to center the view.

    Leave a comment:


  • eggbom
    replied
    Originally posted by mhquake View Post
    Does the force_centerview command exist in the engine you're using (which one, by the way)?

    Bring down the console.
    Type force
    Press TAB.

    What happens?
    nothing, it says: Unknown Command.
    i have the version: (GL 1.00) 1.09

    Leave a comment:


  • MH
    replied
    Does the force_centerview command exist in the engine you're using (which one, by the way)?

    Bring down the console.
    Type force
    Press TAB.

    What happens?

    Leave a comment:


  • eggbom
    replied
    ok i have try something:

    when my command is: bind rightarrow ''centerview'' it says: nothing, just nothing happens
    when my command is: bind rightarrow ''force_centerview'' it says: Unknown command ''force_centerview''
    AND this is with +klook on.

    and when i have -klook, +mlook -mlook on, it works with the command line:
    bind rightarrow ''centerview''

    but then i have the irritating automatic centerview, even if i walk and look up it will center my screen again and again

    Leave a comment:


  • rev
    replied
    bind q "force_centerview"

    too many quotations, it's reading the quotations as part of the command instead of the command itself.

    Leave a comment:

Working...
X