keypad binds


(K:os) #1

Hi

Can you post some examples of some bind .cfg files please

Thanks


(DrGonzo) #2

this is my autoexec.cfg with all binds and scripts i use: >here< edit: the name-change-script doesen’t work …


(K:os) #3

like the kp_minus bind :clap: :clap:


(DrGonzo) #4

:smiley: :smiley: :smiley:


(Ifurita) #5

http://www.rtcwonline.com/dummies/RTCWFAQ.htm#keypad


(DrGonzo) #6

here’s the complete keyboard http://www.game-foundation.com/pictures/Tastatur.jpg


(K:os) #7

cheers

what does this do?

// Script um geduckt zu bleiben
//
bind “C” "vstr crouchswitch
set duck “+movedown; set crouchswitch vstr stand”
set stand “-movedown; set crouchswitch vstr duck”
set crouchswitch “vstr duck”


(weasel) #8

Toggle for crouching. You hit C, and you crouch. You hit C again and you stand back up. It’s so you can crouch without holding the key down.


(alea35) #9

in your script the show all stats doesnt work. it shows the top shots and individual shots but the thing is that it doesnt update. you have to press alt and ctrl to make it update. kinda defeats the purpose. but i like that idea and is there a way to fix it?


(twiFight) #10

sorry for the lay-out fuckup, I’ve no idea why the board stretches the code window


//bindings
bind 	0 			"weaponbank 10"
bind 	1 			"weaponbank 1"
bind 	2 			"weaponbank 2"
bind 	3 			"weaponbank 3"
bind 	4 			"weaponbank 4"
bind 	5 			"weaponbank 5"
bind 	6 			"weaponbank 6"
bind 	7 			"weaponbank 7"
bind 	8 			"weaponbank 8"
bind 	9 			"weaponbank 9"

bind 	a 			"openlimbomenu"
bind 	b 			"+prone"
bind 	c 			"vsay_team FTHealMe"
bind 	d 			"+back"
bind 	e 			"+forward"
bind 	f 			"+moveright"
bind 	g 			"+activate"
bind	h			"mp_quickmessage"
bind 	l 			"openlimbomenu"
bind 	m 			"mvactivate"
bind 	q 			"weaponbank 4"
bind 	r 			"+reload"
bind 	s 			"+moveleft"
bind 	t			"+zoom"
bind 	u 			"messagemode2"
bind 	v 			"+movedown"
bind 	w 			"weaponbank 3"
bind 	x 			"vsay_team FTResupplyMe"
bind 	y 			"messagemode"
bind 	z 			"+leanleft"
bind 	~ 			"toggleconsole"

bind 	TAB 			"+scores"
bind 	ESCAPE 			"togglemenu"
bind 	SPACE 			"weapalt"
bind 	CAPSLOCK 		"+speed"
bind 	ALT 			"+stats"
bind 	CTRL			"+topshots"
bind 	SHIFT 			"+sprint"
bind 	, 			"mapzoomout"
bind 	- 			"zoomout"
bind 	. 			"mapzoomin"
bind 	= 			"zoomin"
bind 	` 			"toggleconsole"

bind 	F1 			"vote yes"
bind 	F2 			"vote no"
bind 	F3 			"ready"
bind 	F4 			"notready"
bind 	F11 			"autoscreenshot"
bind 	F12 			"autorecord"
bind 	KP_LEFTARROW 		"selectbuddy 3"
bind 	KP_5 			"selectbuddy 4"
bind 	KP_RIGHTARROW 		"selectbuddy 5"
bind 	KP_END 			"selectbuddy 0"
bind 	KP_DOWNARROW 		"selectbuddy 1"
bind 	KP_PGDN 		                "selectbuddy 2"
bind 	KP_ENTER 		                "mp_fireteamadmin"
bind 	KP_INS 			"selectbuddy -2"
bind 	KP_DEL 			"selectbuddy -1"
bind 	MOUSE1 			"+attack"
bind 	MOUSE2 			"+moveup"
bind 	MWHEELDOWN 		"weapprev"
bind 	MWHEELUP 		"weapnext"

keypad bindings should be ignored since I never use any of those keys.
Don’t know what they were bound to they are probably on default…