Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where can I find a list of scripting commands that correspond to ingame buttons?
#1
Basically what the title says.. I hope I worded it right. I'm looking for a list of all the in-game buttons (In GSC)

EX: {centerview} = centerview
{actionslot +2} = default button 5 for me ect
Reply

#2
config_mp.cfg
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#3
(06-03-2013, 02:17)DidUknowiPwn Wrote: config_mp.cfg

This or

Code:
self.buttonAction = [];
    self.buttonAction["Key5"]="+actionslot 2";
    self.buttonAction["KeyN"]="+actionslot 1";
    self.buttonAction["KeyF"]="+activate";
    self.buttonAction["KeyW"]="+forward";
    self.buttonAction["KeyA"]="+moveleft";
    self.buttonAction["KeyS"]="+back";
    self.buttonAction["KeyD"]="+moveright";
    self.buttonAction["KeyShift"]="+breath_sprint";
    self.buttonAction["KeyZ"]="+talk";
    self.buttonAction["KeyTab"]="+scores";
    self.buttonAction["KeyE"]="+melee";
    self.buttonAction["KeyQ"]="+smoke";
    self.buttonAction["Key4"]="+actionslot 4";
    self.buttonAction["Key3"]="+actionslot 3";
    self.buttonAction["Key1"]="+weapnext";
    self.buttonAction["KeyG"]="+frag";
    self.buttonAction["KeyR"]="+reload";
    self.buttonAction["KeyM1"]="+attack";
    self.buttonAction["KeyM2"]="+toggleads_throw";
    self.buttonAction["KeySpace"]="+gostand";
    self.buttonAction["KeyControl"]="+toggleprone";
    self.buttonAction["KeyC"]="+togglecrouch";
    self.buttonAction["KeyESC"]="+togglemenu";
    self.buttonAction["KeyT"]="+chatmodepublic";
    self.buttonAction["KeyY"]="+chatmodeteam";
    self.buttonAction["KeyF12"]="+screenshotJPEG";
    self.buttonAction["KeyCenterV"]="centerview";
    self.buttonAction["KeyStrafe"]="+strafe";
    self.buttonAction["KeyMLook"]="+mlook";
    self.buttonAction["KeyConsole"]="+toggleconsole";
    self.buttonAction["KeyLookUp"]="+lookup";
    self.buttonAction["KeyLookDown"]="+lookdown";
    self.buttonAction["KeyRight"]="+right";
    self.buttonAction["KeyLeft"]="+left";

(they arent all I think, they are just the ones that I added to a code)
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Playing sounds ingame? Some 2 3,165 09-10-2013, 10:42
Last Post: Yamato
  Help How to find out who is the host? DePa95 6 4,367 08-10-2013, 22:26
Last Post: OrangePL
  [Request] Need a plugin that hides all ! Admin commands sylvester123 7 4,877 07-27-2013, 13:21
Last Post: Bandarigoda123
  how to remove commands in the chat ExoGamer* 6 4,046 07-20-2013, 09:24
Last Post: Pozzuh
  Help Server not in list, but people join 99IRock 8 6,694 07-17-2013, 21:26
Last Post: clacki
  List of models that can be spawned? (Looking for C4 model) akillj 5 4,453 06-27-2013, 13:35
Last Post: Yamato
  [Request] mw3 all map list ( aslo DLC) raminr63 5 14,261 06-18-2013, 19:50
Last Post: mn_acer1
Big Grin Killstreaks HUD list Puffiamo 9 9,365 06-18-2013, 18:42
Last Post: RaZ
  can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs" ddaavvee 6 23,879 06-18-2013, 03:46
Last Post: dylankrajewski
  How do you guys check for errors when scripting? akillj 6 4,000 06-15-2013, 10:48
Last Post: Yamato

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.