home *** CD-ROM | disk | FTP | other *** search
- # This script is written automatically in the config controls
- # and is really for defining key asociations with Actions
-
- #pdb.set_trace()
- ON_RELEASE=0
- ON_PRESS=1 # default
-
- import BInput
-
- InputManager=BInput.GetInputManager()
- InputManager.SetInputActionsSet("Default") # Me aseguro de definir las acciones en el grupo correcto
-
-
- ON_RELEASE=0
- ON_PRESS=1 # default
-
-
-
-
- Bladex.AssocKey("Swim Up","Keyboard","4")
- Bladex.AssocKey("Swim Down","Keyboard","5")
- Bladex.AssocKey("ToggleStats","Keyboard","T")
- Bladex.AssocKey("ToggleSampling","Keyboard","V")
- Bladex.AssocKey("ToggleProfiling","Keyboard","F3")
- Bladex.AssocKey("Toggle BB","Keyboard","F4")
- Bladex.AssocKey("Camera Left","Keyboard","F5")
- Bladex.AssocKey("Camera Right","Keyboard","F6")
- Bladex.AssocKey("Change Camera","Keyboard","F7")
- Bladex.AssocKey("Fixed Camera","Keyboard","F8")
- Bladex.AssocKey("Camera Dist","Keyboard","F9")
- Bladex.AssocKey("ToggleInvincibility","Keyboard","F10")
- Bladex.AssocKey("Bigger FOV","Keyboard","F11")
- Bladex.AssocKey("Smaller FOV","Keyboard","F12")
- Bladex.AssocKey("Change Mov","Keyboard","P")
-
- print "Executed DebugControl.py"