Urban Terror Forums: How do you switch to the knife? - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

How do you switch to the knife? Rate Topic: -----

New player stuck with controls.

#1 User is offline   bluesy92 Icon

  • Account: bluesy92
  • Joined: 27-June 10
  • Posts: 0

Posted 27 June 2010 - 02:45 AM

Soo....I can't switch to the knife. The buttons I have bound to scroll through weapons let me use my sidearm, primary, and secondary, but not my knife. I also cannot find in the control menu the option for the knife button. Do I need to manually bind the button? I really don't want to, as I would like to scroll to my knife like any other weapon, rather than have a set "knife" button. Also, when I can switch, how do I switch between slashing and throwing?

#2 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 27 June 2010 - 02:50 AM

/bind x weapon 1

it's cryptic indeed.

--

also /bind x ut_weaptoggle knife

--

to scroll through all of them you'll need a script.

This post has been edited by mitsubishi: 27 June 2010 - 02:52 AM


#3 User is offline   NulL Icon

  •   former FS member   
    Level Designer
  • Account: null
  • Country:
  • Joined: 28-April 09
  • Posts: 2,606

Posted 27 June 2010 - 09:41 AM

or just press "1"

#4 User is offline   I -Q- I Icon

  • Account: iqi
  • Joined: 01-March 10
  • Posts: 889

Posted 27 June 2010 - 03:26 PM

View Postbluesy92, on 27 June 2010 - 02:45 AM, said:

Also, when I can switch, how do I switch between slashing and throwing?


just press "fire mode" key :wink:
best things in life are free ;)

#5 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 27 June 2010 - 04:53 PM

where's a script guy?

bullet_loaderAdvertisement

#6 User is offline   noyou Icon

  • Account: noyou
  • Joined: 01-June 10
  • Posts: 2

Posted 29 June 2010 - 03:38 PM

View Postmitsubishi, on 27 June 2010 - 04:53 PM, said:

where's a script guy?


Quick! Get obscure or nexu lol

#7 User is offline   mitsubishi Icon

  • Account: mitsubishi
  • Country:
  • Joined: 28-February 10
  • Posts: 13,481

Posted 29 June 2010 - 06:48 PM

muehhihihihi.

--

now they got all "who does he think i am?", and they aren't posting.

This post has been edited by mitsubishi: 29 June 2010 - 06:49 PM


#8 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 29 June 2010 - 10:35 PM

Quote

now they got all "who does he think i am?", and they aren't posting.

exactly! :D

It's not possible to make a useful script for this and no one would use it so a perfect job for me. :D

So here two buggy versions:

set primary     "ut_weaptoggle primary  ; set weapUP vstr knife    ; set weapDown vstr secondary"
set secondary   "ut_weaptoggle secondary; set weapUP vstr primary  ; set weapDown vstr sidearm"
set sidearm     "ut_weaptoggle sidearm  ; set weapUP vstr secondary; set weapDown vstr nade1"
set nade1       "weapon 13; weapon 11   ; set weapUP vstr sidearm  ; set weapDown vstr nade2"
set nade2       "weapon 11; weapon 13   ; set weapUP vstr nade1    ; set weapDown vstr knife"
set knife       "ut_weaptoggle knife    ; set weapUP vstr nade2    ; set weapDown vstr bomb"
set bomb        "ut_weaptoggle bomb     ; set weapUP vstr knife    ; set weapDown vstr primary"

set weapUP      "vstr primary"
set weapDown    "vstr secondary"

bind MWHEELUP   "vstr weapUP"
bind MWHEELDOWN "vstr weapDown"





set U_primary     "ut_weaptoggle secondary; ut_weaptoggle sidearm; weapon 11; weapon 13; ut_weaptoggle knife; ut_weaptoggle bomb     ;ut_weaptoggle primary  ; set weapUP vstr U_bomb     ; set weapDown vstr D_secondary"
set U_secondary   "ut_weaptoggle sidearm; weapon 11; weapon 13; ut_weaptoggle knife; ut_weaptoggle bomb; ut_weaptoggle primary       ;ut_weaptoggle secondary; set weapUP vstr U_primary  ; set weapDown vstr D_sidearm"
set U_sidearm     "weapon 11; weapon 13; ut_weaptoggle knife; ut_weaptoggle bomb; ut_weaptoggle primary; ut_weaptoggle secondary     ;ut_weaptoggle sidearm  ; set weapUP vstr U_secondary; set weapDown vstr D_nade1"
set U_nade1       "weapon 13; ut_weaptoggle knife; ut_weaptoggle bomb; ut_weaptoggle primary; ut_weaptoggle secondary; ut_weaptoggle sidearm; weapon 11      ; set weapUP vstr U_sidearm  ; set weapDown vstr D_nade2"
set U_nade2       "ut_weaptoggle knife; ut_weaptoggle bomb; ut_weaptoggle primary; ut_weaptoggle secondary; ut_weaptoggle sidearm; weapon 11; weapon 13      ; set weapUP vstr U_nade1    ; set weapDown vstr D_knife"
set U_knife       "ut_weaptoggle bomb; ut_weaptoggle primary; ut_weaptoggle secondary; ut_weaptoggle sidearm; weapon 11; weapon 13; ut_weaptoggle knife      ; set weapUP vstr U_nade2    ; set weapDown vstr D_bomb"
set U_bomb        "ut_weaptoggle primary; ut_weaptoggle secondary; ut_weaptoggle sidearm; weapon 11; weapon 13; ut_weaptoggle knife; ut_weaptoggle bomb      ; set weapUP vstr U_knife    ; set weapDown vstr D_primary"

set D_primary     "ut_weaptoggle bomb; ut_weaptoggle knife; weapon 13; weapon 11; ut_weaptoggle sidearm; ut_weaptoggle secondary; ut_weaptoggle primary  ; set weapUP vstr U_bomb     ; set weapDown vstr D_secondary"
set D_secondary   "ut_weaptoggle primary; ut_weaptoggle bomb; ut_weaptoggle knife; weapon 13; weapon 11; ut_weaptoggle sidearm  ; ut_weaptoggle secondary; set weapUP vstr U_primary  ; set weapDown vstr D_sidearm"
set D_sidearm     "ut_weaptoggle secondary; ut_weaptoggle primary; ut_weaptoggle bomb; ut_weaptoggle knife; weapon 13; weapon 11; ut_weaptoggle sidearm  ; set weapUP vstr U_secondary; set weapDown vstr D_nade1"
set D_nade1       "ut_weaptoggle sidearm; ut_weaptoggle secondary; ut_weaptoggle primary; ut_weaptoggle bomb; ut_weaptoggle knife; weapon 13; weapon 11  ; set weapUP vstr U_sidearm  ; set weapDown vstr D_nade2"
set D_nade2       "weapon 11; ut_weaptoggle sidearm; ut_weaptoggle secondary; ut_weaptoggle primary; ut_weaptoggle bomb; ut_weaptoggle knife; weapon 13  ; set weapUP vstr U_nade1    ; set weapDown vstr D_knife"
set D_knife       "weapon 13; weapon 11; ut_weaptoggle sidearm; ut_weaptoggle secondary; ut_weaptoggle primary; ut_weaptoggle bomb; ut_weaptoggle knife  ; set weapUP vstr U_nade2    ; set weapDown vstr D_bomb"
set D_bomb        "ut_weaptoggle knife; weapon 13; weapon 11; ut_weaptoggle sidearm; ut_weaptoggle secondary; ut_weaptoggle primary; ut_weaptoggle bomb  ; set weapUP vstr U_knife    ; set weapDown vstr D_primary"


set weapUP      "vstr U_primary"
set weapDown    "vstr D_secondary"

bind MWHEELUP   "vstr weapUP"
bind MWHEELDOWN "vstr weapDown"


Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942