Advertisement
bezooda

CONSOLE COMMANDS AND SOME TRASH

Sep 18th, 2023
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.34 KB | Gaming | 0 0
  1. [/Script/Engine.InputSettings]
  2. bEnableMouseSmoothing=true
  3. bEnableFOVScaling=true
  4. FOVScale=0.01111
  5. DoubleClickTime=0.2f
  6. DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
  7. bAlwaysShowTouchInterface=false
  8. bShowConsoleOnFourFingerTap=true
  9. bAltEnterTogglesFullscreen=true
  10. bF11TogglesFullscreen=true
  11. bRequireCtrlToNavigateAutoComplete=False
  12. bEnableGestureRecognizer=false
  13. +ConsoleKeys=Tilde
  14. TriggerKeyIsConsideredPressed=0.75
  15. TriggerKeyIsConsideredReleased=0.25
  16. InitialButtonRepeatDelay=0.2
  17. ButtonRepeatDelay=0.1
  18.  
  19.  
  20. +AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  21. +AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  22. +AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  23. +AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  24. +AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
  25. +AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
  26. +AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
  27.  
  28. [/Script/Engine.PlayerInput]
  29.  
  30. +DebugExecBindings=(Key=F11,Command="LevelEditor.ToggleImmersive", bIgnoreCtrl=True, bIgnoreAlt=True)
  31. +DebugExecBindings=(Key=F11,Command="MainFrame.ToggleFullscreen",Shift=True)
  32. +DebugExecBindings=(Key=F1,Command="viewmode wireframe", bIgnoreShift=True)
  33. +DebugExecBindings=(Key=F2,Command="viewmode unlit")
  34. +DebugExecBindings=(Key=F3,Command="viewmode lit")
  35. +DebugExecBindings=(Key=F4,Command="viewmode lit_detaillighting")
  36. +DebugExecBindings=(Key=F5,Command="viewmode shadercomplexity")
  37. +DebugExecBindings=(Key=F9,Command="shot showui")
  38. +DebugExecBindings=(Key=Period,Command="RECOMPILESHADERS CHANGED",Control=True,Shift=True)
  39. +DebugExecBindings=(Key=Comma,Command="PROFILEGPU",Control=True,Shift=True)
  40. +DebugExecBindings=(Key=Tab,Command="FocusNextPIEWindow",Control=True)
  41. +DebugExecBindings=(Key=Tab,Command="FocusLastPIEWindow",Control=True,Shift=True)
  42. +DebugExecBindings=(Key=PageDown,Command="PreviousDebugTarget")
  43. +DebugExecBindings=(Key=PageUp,Command="NextDebugTarget")
  44. +DebugExecBindings=(Key=Apostrophe,Command="EnableGDT")
  45. +DebugExecBindings=(Key=Quote,Command="EnableGDT")
  46. +DebugExecBindings=(Key=Semicolon,Command="ToggleDebugCamera")
  47.  
  48. [/Script/Engine.Console]
  49. HistoryBot=-1
  50.  
  51. [/Script/EngineSettings.ConsoleSettings]
  52. MaxScrollbackSize=1024
  53. +AutoCompleteMapPaths=Content/Maps
  54. +ManualAutoCompleteList=(Command="Exit",Desc="Exits the game")
  55. +ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc=)
  56. +ManualAutoCompleteList=(Command="ToggleDrawEvents",Desc="Toggles annotations for shader debugging with Pix, Razor or similar GPU capture tools")
  57. +ManualAutoCompleteList=(Command="Shot",Desc="Make a screenshot")
  58. +ManualAutoCompleteList=(Command="RecompileShaders changed",Desc="Recompile shaders that have any changes on their source files")
  59. +ManualAutoCompleteList=(Command="RecompileShaders global",Desc="Recompile global shaders that have any changes on their source files")
  60. +ManualAutoCompleteList=(Command="RecompileShaders material ",Desc="Recompile shaders for a specific material if it's source files have changed")
  61. +ManualAutoCompleteList=(Command="RecompileShaders all",Desc="Recompile all shaders that have any changes on their source files")
  62. +ManualAutoCompleteList=(Command="DumpMaterialStats",Desc="Dump material information")
  63. +ManualAutoCompleteList=(Command="DumpShaderStats",Desc="Dump shader information")
  64. +ManualAutoCompleteList=(Command="DumpShaderPipelineStats",Desc="Dump shader pipeline information")
  65. +ManualAutoCompleteList=(Command="StartFPSChart",Desc="after that use StopFPSChart")
  66. +ManualAutoCompleteList=(Command="StopFPSChart",Desc="after that look for the output in Saved/Profiling/FPSChartStats")
  67. +ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
  68. +ManualAutoCompleteList=(Command="Open",Desc="<MapName> Opens the specified map, doesn't pass previously set options")
  69. +ManualAutoCompleteList=(Command="Travel",Desc="<MapName> Travels to the specified map, passes along previously set options")
  70. +ManualAutoCompleteList=(Command="ServerTravel",Desc="<MapName> Travels to the specified map and brings clients along, passes along previously set options")
  71. +ManualAutoCompleteList=(Command="DisplayAll",Desc="<ClassName> <PropertyName> Display property values for instances of classname")
  72. +ManualAutoCompleteList=(Command="DisplayAllLocation",Desc="<ClassName> Display location for all instances of classname")
  73. +ManualAutoCompleteList=(Command="DisplayAllRotation",Desc="<ClassName> Display rotation for all instances of classname")
  74. +ManualAutoCompleteList=(Command="DisplayClear",Desc="Clears previous DisplayAll entries")
  75. +ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="Clears persistent debug line cache")
  76. +ManualAutoCompleteList=(Command="GetAll ",Desc="<ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> Log property values of all instances of classname")
  77. +ManualAutoCompleteList=(Command="GetAllLocation",Desc="<ClassName> Log location for all instances of classname")
  78. +ManualAutoCompleteList=(Command="GetAllRotation",Desc="<ClassName> Log rotation for all instances of classname")
  79. +ManualAutoCompleteList=(Command="Obj List ",Desc="<Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
  80. +ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="<Class=ClassName> <ListClass=ClassName>")
  81. +ManualAutoCompleteList=(Command="Obj Classes",Desc="Shows all classes")
  82. +ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> Class=<OptionalObjectClass> Lists referencers of the specified object")
  83. +ManualAutoCompleteList=(Command="EditActor",Desc="<Class=ClassName> or <Name=ObjectName> or TRACE")
  84. +ManualAutoCompleteList=(Command="EditDefault",Desc="<Class=ClassName>")
  85. +ManualAutoCompleteList=(Command="EditObject",Desc="<Class=ClassName> or <Name=ObjectName> or <ObjectName>")
  86. +ManualAutoCompleteList=(Command="ReloadCfg ",Desc="<Class/ObjectName> Reloads config variables for the specified object/class")
  87. +ManualAutoCompleteList=(Command="ReloadLoc ",Desc="<Class/ObjectName> Reloads localized variables for the specified object/class")
  88. +ManualAutoCompleteList=(Command="Set ",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname")
  89. +ManualAutoCompleteList=(Command="SetNoPEC",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname without Pre/Post Edit Change notifications")
  90. +ManualAutoCompleteList=(Command="Stat FPS",Desc="Shows FPS counter")
  91. +ManualAutoCompleteList=(Command="Stat UNIT",Desc="Shows hardware unit framerate")
  92. +ManualAutoCompleteList=(Command="Stat DrawCount",Desc="Shows draw counts broken down by category")
  93. +ManualAutoCompleteList=(Command="Stat UnitGraph",Desc="Draws simple unit time graph")
  94. +ManualAutoCompleteList=(Command="Stat NamedEvents",Desc="Stat NamedEvents (Enables named events for external profilers)")
  95. +ManualAutoCompleteList=(Command="Stat StartFile",Desc="Stat StartFile (starts a stats capture, creating a new file in the Profiling directory; stop with stat StopFile to close the file)")
  96. +ManualAutoCompleteList=(Command="Stat StopFile",Desc="Stat StopFile (finishes a stats capture started by stat StartFile)")
  97. +ManualAutoCompleteList=(Command="Stat CPULoad",Desc="Stat CPULoad (Shows CPU Utilization)")
  98. +ManualAutoCompleteList=(Command="Stat DUMPHITCHES",Desc="executes dumpstats on hitches - see log")
  99. +ManualAutoCompleteList=(Command="Stat D3D11RHI",Desc="Shows Direct3D 11 stats")
  100. +ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Displays level streaming info")
  101. +ManualAutoCompleteList=(Command="Stat GAME",Desc="Displays game performance stats")
  102. +ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Displays memory stats")
  103. +ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Displays physics performance stats")
  104. +ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Displays basic texture streaming stats")
  105. +ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Displays detailed texture streaming stats")
  106. +ManualAutoCompleteList=(Command="Stat GPU",Desc="Displays GPU stats for the frame")
  107. +ManualAutoCompleteList=(Command="Stat COLLISION",Desc=)
  108. +ManualAutoCompleteList=(Command="Stat PARTICLES",Desc=)
  109. +ManualAutoCompleteList=(Command="Stat SCRIPT",Desc=)
  110. +ManualAutoCompleteList=(Command="Stat AUDIO",Desc=)
  111. +ManualAutoCompleteList=(Command="Stat ANIM",Desc=)
  112. +ManualAutoCompleteList=(Command="Stat NET",Desc=)
  113. +ManualAutoCompleteList=(Command="Stat LIST",Desc="<Groups/Sets/Group> List groups of stats, saved sets, or specific stats within a specified group")
  114. +ManualAutoCompleteList=(Command="Stat splitscreen",Desc=)
  115. +ManualAutoCompleteList=(Command="MemReport",Desc="Outputs memory stats to a profile file. -Full gives more data, -Log outputs to the log")
  116. +ManualAutoCompleteList=(Command="ListTextures",Desc="[Streaming|NonStreaming|Forced] [-Alphasort] [-csv] Lists all loaded textures and their current memory footprint")
  117. +ManualAutoCompleteList=(Command="ListStreamingTextures",Desc="Lists info for all streaming textures")
  118. +ManualAutoCompleteList=(Command="ListAnims",Desc="Lists info for all animations")
  119. +ManualAutoCompleteList=(Command="ListSkeletalMeshes",Desc="Lists info for all skeletal meshes")
  120. +ManualAutoCompleteList=(Command="ListStaticMeshes",Desc="Lists info for all static meshes")
  121. +ManualAutoCompleteList=(Command="InvestigateTexture",Desc="Shows streaming info about the specified texture")
  122. +ManualAutoCompleteList=(Command="DumpTextureStreamingStats",Desc="Dump current streaming stats (e.g. pool capacity) to the log")
  123. +ManualAutoCompleteList=(Command="RestartLevel",Desc="Restarts the level")
  124. +ManualAutoCompleteList=(Command="Module List",Desc="Lists all known modules")
  125. +ManualAutoCompleteList=(Command="Module Load",Desc="Attempts to load the specified module name")
  126. +ManualAutoCompleteList=(Command="Module Unload",Desc="Unloads the specified module name")
  127. +ManualAutoCompleteList=(Command="Module Reload",Desc="Reloads the specified module name, unloading it first if needed")
  128. +ManualAutoCompleteList=(Command="Module Recompile",Desc="Attempts to recompile a module, first unloading it if needed")
  129. +ManualAutoCompleteList=(Command="HotReload",Desc="<UObject DLL Hot Reload> Attempts to recompile a UObject DLL and reload it on the fly")
  130.  
  131.  
  132. +ManualAutoCompleteList=(Command="au.debug.AudioDebugSound",Desc="<filter> Rejects new USoundBase requests where the sound name does not contain the provided filter")
  133. +ManualAutoCompleteList=(Command="au.debug.AudioGetDynamicSoundVolume",Desc="Gets volume for given sound type ('Class', 'Cue' or 'Wave') with provided name")
  134. +ManualAutoCompleteList=(Command="au.debug.AudioMemReport",Desc="Lists info for audio memory")
  135. +ManualAutoCompleteList=(Command="au.debug.AudioMixerDebugSound",Desc="<filter> With new mixer enabled, rejects new USoundBase requests where the sound name does not contain the provided filter")
  136. +ManualAutoCompleteList=(Command="au.debug.AudioResetAllDynamicSoundVolumes",Desc="Resets all dynamic volumes to unity")
  137. +ManualAutoCompleteList=(Command="au.debug.AudioResetDynamicSoundVolume",Desc="Resets volume for given sound type ('Class', 'Cue' or 'Wave') with provided name to unity")
  138. +ManualAutoCompleteList=(Command="au.debug.AudioSetDynamicSoundVolume",Desc="Name=<name> Type=<type> Vol=<vol> Sets volume for given sound type ('Class', 'Cue' or 'Wave') with provided name")
  139. +ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundClass",Desc="<name> Solos USoundClass")
  140. +ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundCue",Desc="<name> Solos USoundCue")
  141. +ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundWave",Desc="<name> Solos USoundWave")
  142. +ManualAutoCompleteList=(Command="au.debug.ClearSoloAudio",Desc="Clears solo'ed object")
  143. +ManualAutoCompleteList=(Command="au.debug.DisableLPF",Desc="Disables low-pass filter")
  144. +ManualAutoCompleteList=(Command="au.debug.DisableEQFilter",Desc="Disables EQ")
  145. +ManualAutoCompleteList=(Command="au.debug.DisableRadio",Desc="Disables radio effect")
  146. +ManualAutoCompleteList=(Command="au.debug.DumpSoundInfo",Desc="Dumps sound information to log")
  147. +ManualAutoCompleteList=(Command="au.debug.EnableRadio",Desc="Enables radio effect")
  148. +ManualAutoCompleteList=(Command="au.debug.IsolateDryAudio",Desc="Isolates dry audio")
  149. +ManualAutoCompleteList=(Command="au.debug.IsolateReverb",Desc="Isolates reverb")
  150. +ManualAutoCompleteList=(Command="au.debug.ListAudioComponents",Desc="Dumps a detailed list of all AudioComponent objects")
  151. +ManualAutoCompleteList=(Command="au.debug.ListSoundClasses",Desc="Lists a summary of loaded sound collated by class")
  152. +ManualAutoCompleteList=(Command="au.debug.ListSoundClassVolumes",Desc="Lists all sound class volumes")
  153. +ManualAutoCompleteList=(Command="au.debug.ListSoundDurations",Desc="Lists durations of all active sounds")
  154. +ManualAutoCompleteList=(Command="au.debug.ListSounds",Desc="Lists all the loaded sounds and their memory footprint")
  155. +ManualAutoCompleteList=(Command="au.debug.ListWaves",Desc="List the WaveInstances and whether they have a source")
  156. +ManualAutoCompleteList=(Command="au.debug.PlayAllPIEAudio",Desc="Toggls whether or not all devices should play their audio")
  157. +ManualAutoCompleteList=(Command="au.debug.PlaySoundCue",Desc="Plays the given soundcue")
  158. +ManualAutoCompleteList=(Command="au.debug.PlaySoundWave",Desc="<name> Plays the given soundwave")
  159. +ManualAutoCompleteList=(Command="au.debug.ResetSoundState",Desc="Resets volumes to default and removes test filters")
  160. +ManualAutoCompleteList=(Command="au.debug.SetBaseSoundMix",Desc="<MixName> Sets the base sound mix")
  161. +ManualAutoCompleteList=(Command="au.debug.ShowSoundClassHierarchy",Desc="")
  162. +ManualAutoCompleteList=(Command="au.debug.SoloAudio",Desc="Solos the audio device associated with the parent world")
  163. +ManualAutoCompleteList=(Command="au.debug.SoundClassFixup",Desc="Deprecated")
  164. +ManualAutoCompleteList=(Command="au.debug.TestLFEBleed",Desc="Sets LPF to max for all sources")
  165. +ManualAutoCompleteList=(Command="au.debug.TestLPF",Desc="Sets LPF to max for all sources")
  166. +ManualAutoCompleteList=(Command="au.debug.TestStereoBleed",Desc="Test bleeding stereo sounds fully to the rear speakers")
  167. +ManualAutoCompleteList=(Command="au.debug.ToggleHRTFForAll",Desc="Toggles whether or not HRTF spatialization is enabled for all")
  168. +ManualAutoCompleteList=(Command="au.debug.ToggleSpatExt",Desc="Toggles enablement of the Spatial Audio Extension")
  169.  
  170.  
  171. +ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
  172. +ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
  173. +ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
  174. +ManualAutoCompleteList=(Command="ToggleAsyncCompute",Desc="Toggles AsyncCompute for platforms that have it")
  175. +ManualAutoCompleteList=(Command="ToggleRenderingThread",Desc="Toggles the rendering thread for platforms that have it")
  176. +ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
  177. +ManualAutoCompleteList=(Command="ShowDebug None",Desc="Toggles ShowDebug w/ current debug type selection")
  178. +ManualAutoCompleteList=(Command="ShowDebug Reset",Desc="Turns off ShowDebug, and clears debug type selection")
  179. +ManualAutoCompleteList=(Command="ShowDebug NET",Desc=)
  180. +ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc=)
  181. +ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc=)
  182. +ManualAutoCompleteList=(Command="ShowDebug AI",Desc=)
  183. +ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc=)
  184. +ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc=)
  185. +ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc="Toggles display state of animation debug data")
  186. +ManualAutoCompleteList=(Command="ShowDebug BONES",Desc="Toggles display of skeletalmesh bones")
  187. +ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc=)
  188. +ManualAutoCompleteList=(Command="ShowDebug FORCEFEEDBACK",Desc="Toggles display of current force feedback values and what is contributing to that calculation")
  189. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory 3DBONES",Desc="With ShowDebug Bones: Toggles bone rendering between single lines and a more complex 3D model per bone")
  190. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory SYNCGROUPS",Desc="With ShowDebug Animation: Toggles display of sync group data")
  191. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory MONTAGES",Desc="With ShowDebug Animation: Toggles display of montage data")
  192. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory GRAPH",Desc="With ShowDebug Animation: Toggles display of animation blueprint graph")
  193. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory CURVES",Desc="With ShowDebug Animation: Toggles display of curve data")
  194. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory NOTIFIES",Desc="With ShowDebug Animation: Toggles display of notify data")
  195. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLGRAPH",Desc="With ShowDebug Animation: Toggles graph display between active nodes only and all nodes")
  196. +ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLBLENDSPACEDISPLAY",Desc="With ShowDebug Animation: Toggles display of sample blend weights on blendspaces")
  197. +ManualAutoCompleteList=(Command="ShowDebugForReticleTargetToggle ",Desc="<DesiredClass> Toggles 'ShowDebug' from showing debug info between reticle target actor (of subclass <DesiredClass>) and camera view target")
  198. +ManualAutoCompleteList=(Command="Stat SoundCues",Desc="Deprecated (Use au.debug.SoundCues): Shows active SoundCues")
  199. +ManualAutoCompleteList=(Command="Stat SoundMixes",Desc="Deprecated (Use au.debug.SoundMixes): Shows active SoundMixes")
  200. +ManualAutoCompleteList=(Command="Stat SoundModulators",Desc="Deprecated (Use au.debug.SoundModulators): Shows modulator debug info as provided by active audio modulation plugin")
  201. +ManualAutoCompleteList=(Command="Stat SoundModulatorsHelp",Desc="Deprecated (Use au.debug.SoundModulatorsHelp):Shows modulator debug help provided by active audio modulation plugin")
  202. +ManualAutoCompleteList=(Command="Stat SoundReverb",Desc="Deprecated (Use au.debug.SoundReverb): Shows active SoundReverb")
  203. +ManualAutoCompleteList=(Command="Stat SoundWaves",Desc="Deprecated (Use au.debug.SoundWaves): Shows active SoundWaves")
  204. +ManualAutoCompleteList=(Command="Stat Sounds",Desc="Deprecated (Use au.debug.Sounds): <?> <sort=class|distance|name|priority|time|volume|waves> <-debug> Shows all active sounds. Displays value sorted by when sort is set")
  205. +ManualAutoCompleteList=(Command="ScriptAudit LongestFunctions",Desc="List functions that contain the most bytecode - optionally include # of entries to list")
  206. +ManualAutoCompleteList=(Command="ScriptAudit FrequentFunctionsCalled",Desc="List functions that are most frequently called from bytecode - optionally include # of entries to list")
  207. +ManualAutoCompleteList=(Command="ScriptAudit FrequentInstructions",Desc="List most frequently used instructions - optionally include # of entries to list")
  208. +ManualAutoCompleteList=(Command="ScriptAudit TotalBytecodeSize",Desc="Gather total size of bytecode in bytes of currently loaded functions")
  209. +ManualAutoCompleteList=(Command="Audio3dVisualize",Desc="Shows locations of sound sources playing (white text) and their left and right channel locations respectively (red and green). Virtualized loops (if enabled) display in blue.")
  210. +ManualAutoCompleteList=(Command="StartMovieCapture",Desc=)
  211. +ManualAutoCompleteList=(Command="StopMovieCapture",Desc=)
  212. +ManualAutoCompleteList=(Command="TraceTag",Desc="Draw traces that use the specified tag")
  213. +ManualAutoCompleteList=(Command="TraceTagAll",Desc="Draw all scene queries regardless of the trace tag")
  214. +ManualAutoCompleteList=(Command="VisLog",Desc="Launches Log Visualizer tool")
  215. +ManualAutoCompleteList=(Command="CycleNavDrawn",Desc="Cycles through navigation data (navmeshes for example) to draw one at a time")
  216. +ManualAutoCompleteList=(Command="Log ",Desc="<category> <level> Change verbosity level for a log category")
  217. +ManualAutoCompleteList=(Command="Log list",Desc="<search string> Search for log categories")
  218. +ManualAutoCompleteList=(Command="Log reset",Desc="Undo any changes to log verbosity")
  219. +ManualAutoCompleteList=(Command="RecordAnimation ActorName AnimName",Desc="Record animation for a specified actor to the specified file")
  220. +ManualAutoCompleteList=(Command="StopRecordingAnimation All",Desc="Stop all recording animations")
  221. +ManualAutoCompleteList=(Command="RecordSequence Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
  222. +ManualAutoCompleteList=(Command="StopRecordingSequence",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
  223. +ManualAutoCompleteList=(Command="RecordTake Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
  224. +ManualAutoCompleteList=(Command="StopRecordingTake",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
  225. +ManualAutoCompleteList=(Command="FreezeRendering",Desc="Toggle freezing of most aspects of rendering (such as visibility calculations), useful in conjunction with ToggleDebugCamera to fly around and see how frustum and occlusion culling is working")
  226. +ManualAutoCompleteList=(Command="ProfileGPU",Desc="Profile one frame of rendering commands sent to the GPU")
  227. +ManualAutoCompleteList=(Command="ProfileGPUHitches",Desc="Toggle profiling of GPU hitches.")
  228. +ManualAutoCompleteList=(Command="Automation",Desc="Run an automation command (e.g., Automation RunTests TestName)")
  229. +ManualAutoCompleteList=(Command="CsvProfile Start",Desc="Start CSV profiling.")
  230. +ManualAutoCompleteList=(Command="CsvProfile Stop",Desc="Stop CSV profiling.")
  231. +ManualAutoCompleteList=(Command="NetProfile Enable",Desc="Start network profiling.")
  232. +ManualAutoCompleteList=(Command="NetProfile Disable",Desc="Stop network profiling.")
  233. BackgroundOpacityPercentage=85.000000
  234. InputColor=(R=230,G=230,B=230,A=255)
  235. HistoryColor=(R=180,G=180,B=180,A=255)
  236. AutoCompleteCommandColor=(B=185,G=109,R=144,A=255)
  237. AutoCompleteCVarColor=(B=86,G=158,R=86,A=255)
  238. AutoCompleteFadedColor=(R=100,G=100,B=100,A=255)
  239.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement