Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // LaunchOptions.txt
- //
- // This file allows you to define new command line options for the launcher without
- // editing the launcher code
- //
- // Assume that the retail game will have the option unchecked. You can still set the default value to 'true' for development purposes.
- // Syntax: <typename>:<type specific data>
- // BOOL:'<true command>','<false command>',<default value {true|false}>,'<description>'
- // Forcing audio on when going through the launcher
- BOOL:' -Set DisableAudio=false',' -Set DisableAudio=false',false,'Disable Audio (currently ignored)'
- //BOOL:' -Set DisableAudio=true',' -Set DisableAudio=false',false,'Disable Audio'
- BOOL:' -Set RenderUseBatching=false', ' -Set RenderUseBatching=true',false,'Dont Use Render Batching'
- BOOL:' -Set DisplayBuildVersionHUD=true', ' -Set DisplayBuildVersionHUD=false',false,'Display Build Version HUD'
- BOOL:' -Set DisplayDebugTextHUD=true',' -Set DisplayDebugTextHUD=false',true,'Show Debug Text'
- BOOL:' -Set LimitFrequentErrors=true',' ',true,'Limit Frequent Errors'
- BOOL:' -noMemTracker',' ',false,'Disable Memory Tracking in Release'
- BOOL:' -Set ColorMipmapLevels=true',' -Set ColorMipmapLevels=false',false,'Colorize MipMaps'
- BOOL:' -Set EnableRenderProfiling=true',' -Set EnableRenderProfiling=false',false,'Enable Render Profiling'
- BOOL:' -Set UseDebugLineBatcher=true',' -Set UseDebugLineBatcher=false',false,'Use Debug Lines'
- BOOL:' -Set DisableIGC=true',' -Set DisableIGC=false',false,'Disable Cinematics'
- BOOL:' -Set HUDDisplaySafeFrame=true',' -Set HUDDisplaySafeFrame=false',false,'Display Safe Area(s)'
- BOOL:' -Set bShowHUD=false',' -Set bShowHUD=true',false,'Dont Show HUD'
- BOOL:' -Set PlayerEnableAllAbilities=true',' -Set PlayerEnableAllAbilities=false',false,'Give Mickey All Abilities'
- BOOL:' -Set SphericalHarmonicLightingDebug=true',' -Set SphericalHarmonicLightingDebug=false',false,'Show Spherical Harmonic Bounds'
- BOOL:' -RunTests',' ',false,'Run Unit Tests'
- BOOL:' -Set WiiRemoteSleepTime=0',' -Set WiiRemoteSleepTime=5',false,'Keep the Wiimote awake'
- BOOL:' -allowAllMemory',' ',false,'Allow the use of all memory in final'
- BOOL:' -Set DisplayFrameRateIcon=true',' ',false,'Display Framerate Icon'
- BOOL:' -Set DisplayDebugParticleText=true',' -Set DisplayDebugParticleText=false',false,'Display Debug Particle Text'
- BOOL:' -Set UseSmallerDebugText=true',' -Set UseSmallerDebugText=false',false,'Use Smaller Debug Text'
- BOOL:' -Set OutOfMemoryBoxOfDoom=true',' -Set OutOfMemoryBoxOfDoom=false',false,'Display OutOfMemoryBoxOfDoom!!!!'
- BOOL:' -Set DisplayAIMemoryInfo=true',' -Set DisplayAIMemoryInfo=false',false,'Display AI Memory Info'
- BOOL:' -Set MaximizeJigsawAIMemory=true',' -Set MaximizeJigsawAIMemory=false',false,'Maximize Jigsaw Memory Usage'
- BOOL:' -wiiMemoryReport',' ',true,'Report Wii Memory Usage'
- BOOL:' -memValidate',' ',false,'Validate Memory In Release'
- BOOL:' -Set ApprenticeSkip=true',' -Set ApprenticeSkip=false',false,'Skip Dialog'
- BOOL:' -Set ShowDevLevelLoad=true',' -Set ShowDevLevelLoad=false',true,'Show Dev Level Load'
- BOOL:' -Set AudioAllowSpillover=true',' -Set AudioAllowSpillover=false',false,'Allow Audio Spillover into MEM2'
- BOOL:' -Set GodModeOnPlayer=true',' -Set GodModeOnPlayer=false',false,'God Mode on Player'
- // TODO: Update this when/if variables get synced
- //BOOL:' -Set DemoLevelCheck=true -Set UI_E3Demo=true',' -Set DemoLevelCheck=false -Set UI_E3Demo=false',false,'Run as E3 demo'
Add Comment
Please, Sign In to add comment