Difference between revisions of "FullAuto - Xenon Alpha Build (April 27, 2005)"

From Alpha Archive Wiki
Jump to navigation Jump to search
(Created page with "==Debug Info== How to open the Debug Menu - Hold DPAD UP and Press Left Thumbstick, then press start and debug menu will be at the bottom of the list DPAD LEFT + Y for debug...")
 
Line 4: Line 4:
 
DPAD LEFT + Y for debug camera, press LB to get Free Camera
 
DPAD LEFT + Y for debug camera, press LB to get Free Camera
  
Debug Menu Options
+
'''Debug Menu Options'''
 
* DebugCommand "ProfileToggleDisplayMode"
 
* DebugCommand "ProfileToggleDisplayMode"
 
* DebugCommand "TweakData 1"
 
* DebugCommand "TweakData 1"
Line 25: Line 25:
 
* DebugCommand "run preset2"
 
* DebugCommand "run preset2"
 
* DebugCommand "ToggleDebugCam 1"
 
* DebugCommand "ToggleDebugCam 1"
*
+
 
* // Tweak
+
// Tweak
* bind joy0_l3+joy0_dpadup pitaDebug 1
+
* bind joy0 L3+joy0_dpadup pitaDebug 1
* bind joy0_l3+joy0_dpaddown pitaDebug 0
+
* bind joy0 L3+joy0_dpaddown pitaDebug 0
* bind joy0_r3+joy0_l3+joy0_l1 TweakData 1
+
* bind joy0 R3 + joy0 L3 + joy0 L1 TweakData 1
* bind joy1_r3+joy1_l3+joy1_l1 TweakData 1
+
* bind joy1 R3 + joy1 L3 + joy1 L1 TweakData 1
* bind joy0_square+joy0_dpadleft gfxDisplayAlpha -1
+
* bind joy0 square + joy0 DPadLEFT gfxDisplayAlpha -1
* bind joy0_square+joy0_dpadright DoSingleStep
+
* bind joy0 square + joy0 DPadRIGHT DoSingleStep
* bind joy0_square+joy0_dpaddown printActiveObjectStats
+
* bind joy0 square + joy0 DPadDOwn printActiveObjectStats
* bind joy0_dpadright+joy0_l3 GotoDebugPoint +1
+
* bind joy0 DPadRIGHT + joy0_L3 GotoDebugPoint +1
* bind joy0_dpadleft+joy0_l3 GotoDebugPoint -1
+
* bind joy0 DPadLeft + joy0 L3 GotoDebugPoint -1
* bind joy0_dpaddown+joy0_l3 GotoDebugPointNearest    0  // l3+dpaddown
+
* bind joy0 DPadDOWN + joy0 L3 GotoDebugPointNearest    0  // L3 + DPadDOWN
* bind joy0_dpadup+joy0_l3   GotoDebugPointNearestCam 0  // l3+dpadup
+
* bind joy0 DPadUP + joy0 L3   GotoDebugPointNearestCam 0  // L3 + DPadUP
* bind joy0_x+joy0_r3 ToggleDebugCam 1
+
* bind joy0 X + joy0 R3 ToggleDebugCam 1
* bind joy0_r1+joy0_r3 TeleportToTarget 0  // r3+black
+
* bind joy0 R1 + joy0 R3 TeleportToTarget 0  // r3 + black
* bind joy0_square+joy0_dpadup nukeme 0
+
* bind joy0 square + joy0 DPadUP nukeme 0
* bind joy0_x+joy0_dpaddown toggleai 0
+
* bind joy0 x + joy0 DPadDOWN toggleai 0
*
+
 
 
* bind f1 ToggleVertexDensityDebug 0
 
* bind f1 ToggleVertexDensityDebug 0
* bind f2 ToggleVertexDensityDebugFreeze 0
+
* bind f2 ToggleVertexDensityDebugFreeze
*
 
 
* bind f5 screenshot
 
* bind f5 screenshot

Revision as of 18:28, 6 July 2020

Debug Info

How to open the Debug Menu - Hold DPAD UP and Press Left Thumbstick, then press start and debug menu will be at the bottom of the list

DPAD LEFT + Y for debug camera, press LB to get Free Camera

Debug Menu Options

  • DebugCommand "ProfileToggleDisplayMode"
  • DebugCommand "TweakData 1"
  • DebugCommand "ToggleAIs"
  • DebugCommand "dxDisplayMemStats -1"
  • DebugCommand "ToggleAi 0"
  • DebugCommand "ToggleAi 1"
  • DebugCommand "SplitScreenTest 2"
  • DebugCommand "SplitScreenTest 4"
  • DebugCommand "DrawPathMap"
  • DebugCommand "toggleWatchVerbosity -1"
  • DebugCommand "ShowPackCounts -1"
  • DebugCommand "printActiveObjectStats"
  • DebugCommand "PlantCamera"
  • DebugCommand "TeleportToCamera 0"
  • DebugCommand "TeleportToTarget 0"
  • DebugCommand "DebugPortals"
  • DebugCommand "gfxVertexDensityDebug 1"
  • DebugCommand "drawCheesyMirror -1"
  • DebugCommand "run preset2"
  • DebugCommand "ToggleDebugCam 1"

// Tweak

  • bind joy0 L3+joy0_dpadup pitaDebug 1
  • bind joy0 L3+joy0_dpaddown pitaDebug 0
  • bind joy0 R3 + joy0 L3 + joy0 L1 TweakData 1
  • bind joy1 R3 + joy1 L3 + joy1 L1 TweakData 1
  • bind joy0 square + joy0 DPadLEFT gfxDisplayAlpha -1
  • bind joy0 square + joy0 DPadRIGHT DoSingleStep
  • bind joy0 square + joy0 DPadDOwn printActiveObjectStats
  • bind joy0 DPadRIGHT + joy0_L3 GotoDebugPoint +1
  • bind joy0 DPadLeft + joy0 L3 GotoDebugPoint -1
  • bind joy0 DPadDOWN + joy0 L3 GotoDebugPointNearest 0 // L3 + DPadDOWN
  • bind joy0 DPadUP + joy0 L3 GotoDebugPointNearestCam 0 // L3 + DPadUP
  • bind joy0 X + joy0 R3 ToggleDebugCam 1
  • bind joy0 R1 + joy0 R3 TeleportToTarget 0 // r3 + black
  • bind joy0 square + joy0 DPadUP nukeme 0
  • bind joy0 x + joy0 DPadDOWN toggleai 0
  • bind f1 ToggleVertexDensityDebug 0
  • bind f2 ToggleVertexDensityDebugFreeze
  • bind f5 screenshot