PDA

View Full Version : Little help in binds?If it possible



DANGERBOY
04-13-2013, 06:12 AM
Hey guys,
wanna get binds for like :
Set input g mouse sensitivy 0.7
Set input h mouse sensitivy 1.7
and its not work..whats the good binds for it?(need it for D and O)

And the other :
set input j mousewheelup Jump/up
set input k mousewheelup previous weapon.
Dont know its possible or not...Plz help

Thx Dangerboy

.seVered.][
04-13-2013, 10:23 AM
To toggle the MouseWheelUp between Jump and PrevWeapon use these binds on the J and K keys
set input j set input MouseWheelUp Jump

set input k set input MouseWheelUp PrevWeapon

UT-Sniper-SJA94
04-13-2013, 11:05 AM
wanna get binds for like :
Set input g mouse sensitivy 0.7
Set input h mouse sensitivy 1.7
and its not work..whats the good binds for it?(need it for D and O)

I have seen this in an ini i tried before I'll try and find the the binds.

UT-Sniper-SJA94
04-13-2013, 11:17 AM
set input g setSensitivity 1337.1337

I thought post auto merged sorry

|uK|Sponge
04-13-2013, 07:58 PM
set input g setsensitivity 0.7
set input h setsensitivity 1.7
---OR----
set input g MouseSensitivity 0.7
set input h MouseSensitivity 1.7

set input j jump
set input k PrevWeapon



KankEr

.seVered.][
04-13-2013, 11:43 PM
set input g setsensitivity 0.7
set input h setsensitivity 1.7
---OR----
set input g MouseSensitivity 0.7
set input h MouseSensitivity 1.7

set input j jump
set input k PrevWeapon



KankEr

He wanted a 'toggle' on the MouseWheelUp btw... and set input g MouseSensitivity 0.7 returns an Unknown Command. However, setsensitivity 1.7 DOES work. Thank You.

|uK|B|aZe//.
04-14-2013, 08:12 AM
terrible binds if i must say so

.seVered.][
04-14-2013, 09:15 AM
terrible binds if i must say so

LOL, now now... to each his own... some people think my 47 Binds are a bit over the top too... :)

UT-Sniper-SJA94
04-14-2013, 10:09 AM
Mouse sensitivity keybinds are not the best things, it's best to stick to one setting and get used to it, then you will know how far to move to do a fast 180, and other rotations.

I made the mistake of changing my mouse setting almost everyday.

.seVered.][
04-14-2013, 10:14 AM
Mouse sensitivity keybinds are not the best things, it's best to stick to one setting and get used to it, then you will know how far to move to do a fast 180, and other rotations.

I made the mistake of changing my mouse setting almost everyday.

Perhaps... but since FOV zoom is allowed on the server... why not use it.. when you zoom in, you change the sensitivity so you can aim better. It works quite well... and is easy to get used to. [setdesiredfov 30 | setsensitivity 2.9] and vice versa [setdesiredfov 90 | setsensitivity 4.5]

UT-Sniper-SJA94
04-14-2013, 10:58 AM
Oh i didn't think about the sniper zoom, i don't use sniper zoom when i play siege so i never really thought about it like that.

HIGH[+]AdRiaN
04-14-2013, 11:32 AM
Hey guys,
wanna get binds for like :
Set input g mouse sensitivy 0.7
Set input h mouse sensitivy 1.7
and its not work..whats the good binds for it?(need it for D and O)

And the other :
set input j mousewheelup Jump/up
set input k mousewheelup previous weapon.
Dont know its possible or not...Plz help

Thx Dangerboy
You can change the mouse sens with only one key, it's just creat new commands on aliases:

Aliases[ X ]=(Command="setsensitivity 0.7 | set input KEY highsens",Alias=lowsens)
Aliases[ X ]=(Command="setsensitivity 1.7 | set input KEY lowsens",Alias=highsens)

if you choose D for it:

Aliases[ X ]=(Command="setsensitivity 0.7 | set input D highsens",Alias=lowsens)
Aliases[ X ]=(Command="setsensitivity 1.7 | set input D lowsens",Alias=highsens)

and type on console: set input D lowsens

__________________________________________________ _

for the mousewheelup (bounce bind =D) it is

set input MouseWheelUp JumpRel|DoubleJump|SetJetpack 1|Jump|OnRelease SetJetpack 0
set input MouseWheelDown NextWeapon

|uK|B|aZe//.
04-14-2013, 02:45 PM
the allowed fov's are from 80 to like 120
if you arent used to changing fov's youre pretty much fucking yourself up, hence my previous post

Chamberly
04-14-2013, 03:46 PM
the allowed fov's are from 80 to like 120

Some server settings are different. In siege, you can go low as 20 I think.

DANGERBOY
04-15-2013, 03:51 AM
i dont change fov, thx for the help. :)