Fulfilled keys menu

ReBoot

New Adventurer
Joined
Jan 1, 2007
Messages
233
Reaction score
0
Location
Germany
Remember all my "what command is that"-threads? To help people like me, people, who customize their controls and don't know what to assign, I've made a modified kb_act.lst:
Code:
"blank"				"=========================="
"blank"				"Movement Commands"
"blank"				"=========================="
"+forward"			"Move forward"
"+back"				"Move back"
"+left"				"Turn left"
"+right"			"Turn right"
"+moveleft"			"Move left (strafe)"
"+moveright"			"Move right (strafe)"
"+jump"				"Jump"
"+duck"				"Duck"
"+moveup"			"Swim up"
"+movedown"			"Swim down"
"+lookup"			"Look up"
"+lookdown"			"Look down"
"centerview"			"Look straight ahead"
"+strafe"			"Strafe modifier"
"+speed"             		"Walk"
"blank"				"=========================="
"blank"				"Combat Commands"
"blank"				"=========================="
"+attack"			"Primary hand action"
"+attack2"			"Secondary hand action"
"quickslot weapon"		"Select Weapon"
"quickslot spell"		"Select Spell"
"inventory"			"Open Inventory"
"+quickslot 1"			"Quickslot 1"
"+quickslot 2"			"Quickslot 2"
"+quickslot 3"			"Quickslot 3"
"+quickslot 4"			"Quickslot 4"
"+quickslot 5"			"Quickslot 5"
"+quickslot 6"			"Quickslot 6"
"+quickslot 7"			"Quickslot 7"
"+quickslot 8"			"Quickslot 8"
"+quickslot 9"			"Quickslot 9"
"+quickslot 10"			"Quickslot 10"
"blank"				"=========================="
"blank"				"Master Sword Commands"
"blank"				"=========================="
"use"				"Quickly store or wear the item in your hand"
"menu interact"			"Interact with NPC"
"drop"				"Drop currently selected item"
"act"				"Bring up the action menu"
"accept"			"Accept"
"kill"				"Kill yourself in 15secs"
"playerinfo"			"Display player stats"
"get"				"Pick up item"
"+use"				"Use world item"
"menu main"			"Bring up main menu"
"+use;get"			"Combined use-pickup item"
"blank"				"=========================="
"blank"				"Communication Commands"
"blank"				"=========================="
"say_text 0"			"Global chat message"
"say_text 1"			"Local chat message"
"say_text 2"			"Party chat message"
"+voicerecord"			"Speaking"
"blank"				"=========================="
"blank"				"Other Commands"
"blank"				"=========================="
"thirdperson"			"Toggle third person camera"
"hud_scroll up"			"Scroll up"
"hud_scroll down"		"Scroll down"
"hud_scroll select"		"Switch active console"
"impulse 201"			"Spray logo"
"+showscores"			"Display multiplayer scores"
"snapshot"			"Take screen shot"
"pause"				"Pause game"
"quit"				"Quit game"
It includes all commands used (at least all commands I read in the wiki and heard from other people).

Downloadable at http://kirillst.ki.funpic.de/dlext/kb_act.lst
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Thanks, save me 5 minutes of work... Those 5 minute chunks add up fast. ><
 
Top