NewVersion
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Content/** filter=lfs diff=lfs merge=lfs -text
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
Binaries
|
||||
DerivedDataCache
|
||||
Intermediate
|
||||
Saved
|
||||
.vscode
|
||||
.vs
|
||||
*.VC.db
|
||||
*.opensdf
|
||||
*.opendb
|
||||
*.sdf
|
||||
*.sln
|
||||
*.suo
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"components": [
|
||||
"Component.Unreal.Debugger",
|
||||
"Component.Unreal.Ide",
|
||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeGame"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 668 KiB |
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "5.7",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "AFPrototype",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ModelingToolsEditorMode",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayAbilities",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "AnimationWarping",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MotionWarping",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MotionTrajectory",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "PoseSearch",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Chooser",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayStateTree",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "SmartObjects",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayBehaviors",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayBehaviorSmartObjects",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayInteractions",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MetaHuman",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "MetaHumanCoreTech",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "MetaHumanCharacter",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MetaHumanRuntime",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MetaHumanCalibrationProcessing",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Water",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "WaterAdvanced",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "VisualStudioTools",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
"Windows"
|
||||
],
|
||||
"AdditionalRootDirectories": [],
|
||||
"AdditionalPluginDirectories": [],
|
||||
"EpicSampleNameHash": ""
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 195 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,209 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/MainMenu1.MainMenu1
|
||||
EditorStartupMap=/Game/Demo.Demo
|
||||
GlobalDefaultGameMode=/Game/Blueprints/BP_AFGameMode.BP_AFGameMode_C
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.AllowStaticLighting=False
|
||||
|
||||
r.GenerateMeshDistanceFields=True
|
||||
|
||||
r.DynamicGlobalIlluminationMethod=0
|
||||
|
||||
r.ReflectionMethod=0
|
||||
|
||||
r.SkinCache.CompileShaders=True
|
||||
|
||||
r.RayTracing=True
|
||||
|
||||
r.Shadow.Virtual.Enable=1
|
||||
|
||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||
|
||||
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||
|
||||
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=False
|
||||
r.Lumen.TraceMeshSDFs=0
|
||||
r.MSAACount=1
|
||||
r.CustomDepth=0
|
||||
r.SkinCache.SceneMemoryLimitInMB=300.000000
|
||||
r.GPUSkin.Support16BitBoneIndex=True
|
||||
r.GPUSkin.UnlimitedBoneInfluences=True
|
||||
SkeletalMesh.UseExperimentalChunking=1
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||
+D3D12TargetedShaderFormats=PCD3D_SM6
|
||||
-D3D11TargetedShaderFormats=PCD3D_SM5
|
||||
+D3D11TargetedShaderFormats=PCD3D_SM5
|
||||
Compiler=Default
|
||||
AudioSampleRate=48000
|
||||
AudioCallbackBufferFrameSize=1024
|
||||
AudioNumBuffersToEnqueue=1
|
||||
AudioMaxChannels=0
|
||||
AudioNumSourceWorkers=4
|
||||
SpatializationPlugin=
|
||||
SourceDataOverridePlugin=
|
||||
ReverbPlugin=
|
||||
OcclusionPlugin=
|
||||
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
||||
CacheSizeKB=65536
|
||||
MaxChunkSizeOverrideKB=0
|
||||
bResampleForDevice=False
|
||||
MaxSampleRate=48000.000000
|
||||
HighSampleRate=32000.000000
|
||||
MedSampleRate=24000.000000
|
||||
LowSampleRate=12000.000000
|
||||
MinSampleRate=8000.000000
|
||||
CompressionQualityModifier=1.000000
|
||||
AutoStreamingThreshold=0.000000
|
||||
SoundCueCookQualityIndex=-1
|
||||
|
||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||
-TargetedRHIs=SF_VULKAN_SM5
|
||||
+TargetedRHIs=SF_VULKAN_SM6
|
||||
|
||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||
TargetedHardwareClass=Desktop
|
||||
AppliedTargetedHardwareClass=Desktop
|
||||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
||||
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
|
||||
|
||||
[/Script/Engine.UserInterfaceSettings]
|
||||
bAuthorizeAutomaticWidgetVariableCreation=False
|
||||
FontDPIPreset=Standard
|
||||
FontDPI=72
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/AFPrototype")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/AFPrototype")
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
bAllowNetworkConnection=True
|
||||
SecurityToken=D39A5780474EE08C55E2288430D7DDF3
|
||||
bIncludeInShipping=False
|
||||
bAllowExternalStartInShipping=False
|
||||
bCompileAFSProject=False
|
||||
bUseCompression=False
|
||||
bLogFiles=False
|
||||
bReportStats=False
|
||||
ConnectionType=USBOnly
|
||||
bUseManualIPAddress=False
|
||||
ManualIPAddress=
|
||||
|
||||
[/Script/Engine.CollisionProfile]
|
||||
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
||||
-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False)
|
||||
-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False)
|
||||
-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False)
|
||||
-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False)
|
||||
-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False)
|
||||
-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False)
|
||||
-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False)
|
||||
-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
+Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision")
|
||||
+Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.")
|
||||
+Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ")
|
||||
+Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ")
|
||||
+Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.")
|
||||
+Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.")
|
||||
+Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors")
|
||||
+Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors")
|
||||
+Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.")
|
||||
+Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.")
|
||||
+Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.")
|
||||
+Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.")
|
||||
+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.")
|
||||
+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="DestructibleIgnorePawn",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="Destructible",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Player",Response=ECR_Ignore)),HelpMessage="Needs description")
|
||||
+Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Player")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Enemy")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Overlap,bTraceType=False,bStaticObject=False,Name="GrapplePoint")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Telekinesis")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="Weapon")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Collectable")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel7,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Shield")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel8,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Position")
|
||||
+EditProfiles=(Name="WaterBodyCollision",CustomResponses=((Channel="Player",Response=ECR_Overlap),(Channel="Enemy",Response=ECR_Overlap),(Channel="Telekinesis",Response=ECR_Overlap),(Channel="Weapon",Response=ECR_Overlap),(Channel="Collectable",Response=ECR_Overlap),(Channel="Shield",Response=ECR_Overlap),(Channel="Position",Response=ECR_Overlap)))
|
||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor")
|
||||
-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic")
|
||||
+ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
+ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
+ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
+ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor")
|
||||
+ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic")
|
||||
-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic")
|
||||
-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic")
|
||||
-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
|
||||
-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
|
||||
+CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic")
|
||||
+CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic")
|
||||
+CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
|
||||
+CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
|
||||
|
||||
[/Script/NavigationSystem.RecastNavMesh]
|
||||
RuntimeGeneration=Dynamic
|
||||
|
||||
[/Script/AIModule.AISystem]
|
||||
bEnableDebuggerPlugin=True
|
||||
|
||||
[/Script/WaterAdvanced.ShallowWaterSettings]
|
||||
UseDefaultShallowWaterSubsystem=True
|
||||
|
||||
[/Script/Engine.PhysicsSettings]
|
||||
PhysicsPrediction=(bEnablePhysicsPrediction=False,bEnablePhysicsHistoryCapture=False,MaxSupportedLatencyPrediction=1000.000000,ResimulationSettings=(bEnableResimulationErrorPositionThreshold=True,ResimulationErrorPositionThreshold=10.000000,bEnableResimulationErrorRotationThreshold=True,ResimulationErrorRotationThreshold=4.000000,bEnableResimulationErrorLinearVelocityThreshold=False,ResimulationErrorLinearVelocityThreshold=5.000000,bEnableResimulationErrorAngularVelocityThreshold=False,ResimulationErrorAngularVelocityThreshold=2.000000),PhysicsReplicationLODSettings=(bEnablePhysicsReplicationLOD=False,MinimumBaseDistance=200.000000,BaseDistanceRadiusMultiplier=0.750000,BaseDistancesForResimulationMode=0.250000,BaseDistancesForFullPrediction=0.800000,TimeOverDistance=0.150000))
|
||||
PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000)
|
||||
DefaultDegreesOfFreedom=Full3D
|
||||
bSuppressFaceRemapTable=False
|
||||
bSupportUVFromHitResults=False
|
||||
bDisableActiveActors=False
|
||||
bDisableKinematicStaticPairs=False
|
||||
bDisableKinematicKinematicPairs=False
|
||||
bDisableCCD=False
|
||||
AnimPhysicsMinDeltaTime=0.000000
|
||||
bSimulateAnimPhysicsAfterReset=False
|
||||
MinPhysicsDeltaTime=0.000000
|
||||
MaxPhysicsDeltaTime=0.033333
|
||||
bSubstepping=False
|
||||
bSubsteppingAsync=False
|
||||
bTickPhysicsAsync=False
|
||||
AsyncFixedTimeStepSize=0.033333
|
||||
MaxSubstepDeltaTime=0.016667
|
||||
MaxSubsteps=6
|
||||
SyncSceneSmoothingFactor=0.000000
|
||||
InitialAverageFrameRate=0.016667
|
||||
PhysXTreeRebuildRate=10
|
||||
+PhysicalSurfaces=(Type=SurfaceType1,Name="Stone")
|
||||
+PhysicalSurfaces=(Type=SurfaceType2,Name="Grass")
|
||||
+PhysicalSurfaces=(Type=SurfaceType3,Name="Dirt")
|
||||
+PhysicalSurfaces=(Type=SurfaceType4,Name="Water")
|
||||
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False),MBPNumSubdivs=2)
|
||||
MinDeltaVelocityForHitEvents=0.000000
|
||||
ChaosSettings=(DefaultThreadingModel=TaskGraph,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double)
|
||||
|
||||
@@ -0,0 +1,121 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
ProjectID=12BF36D24665732E80ADB69C1E22FDCD
|
||||
ProjectVersion=0.0.1
|
||||
ProjectName=Prototype
|
||||
|
||||
[StartupActions]
|
||||
bAddPacks=True
|
||||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||
|
||||
[SectionsToSave]
|
||||
+Section=StartupActions
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
Build=IfProjectHasCode
|
||||
BuildConfiguration=PPBC_Development
|
||||
BuildTarget=
|
||||
FullRebuild=False
|
||||
ForDistribution=False
|
||||
IncludeDebugFiles=False
|
||||
BlueprintNativizationMethod=Disabled
|
||||
bIncludeNativizedAssetsInProjectGeneration=False
|
||||
bExcludeMonolithicEngineHeadersInNativizedCode=False
|
||||
UsePakFile=True
|
||||
bUseIoStore=True
|
||||
bUseZenStore=False
|
||||
bMakeBinaryConfig=False
|
||||
bGenerateChunks=False
|
||||
bGenerateNoChunks=False
|
||||
bChunkHardReferencesOnly=False
|
||||
bForceOneChunkPerFile=False
|
||||
MaxChunkSize=0
|
||||
bBuildHttpChunkInstallData=False
|
||||
HttpChunkInstallDataDirectory=(Path="")
|
||||
WriteBackMetadataToAssetRegistry=Disabled
|
||||
bWritePluginSizeSummaryJsons=False
|
||||
bCompressed=True
|
||||
PackageCompressionFormat=Oodle
|
||||
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
|
||||
PackageAdditionalCompressionOptions=
|
||||
PackageCompressionMethod=Kraken
|
||||
PackageCompressionLevel_DebugDevelopment=4
|
||||
PackageCompressionLevel_TestShipping=4
|
||||
PackageCompressionLevel_Distribution=7
|
||||
PackageCompressionMinBytesSaved=1024
|
||||
PackageCompressionMinPercentSaved=5
|
||||
bPackageCompressionEnableDDC=False
|
||||
PackageCompressionMinSizeToConsiderDDC=0
|
||||
HttpChunkInstallDataVersion=
|
||||
IncludePrerequisites=True
|
||||
IncludeAppLocalPrerequisites=False
|
||||
bShareMaterialShaderCode=True
|
||||
bDeterministicShaderCodeOrder=False
|
||||
bSharedMaterialNativeLibraries=True
|
||||
ApplocalPrerequisitesDirectory=(Path="")
|
||||
IncludeCrashReporter=False
|
||||
InternationalizationPreset=English
|
||||
-CulturesToStage=en
|
||||
+CulturesToStage=en
|
||||
LocalizationTargetCatchAllChunkId=0
|
||||
bCookAll=False
|
||||
bCookMapsOnly=True
|
||||
bTreatWarningsAsErrorsOnCook=False
|
||||
bSkipEditorContent=False
|
||||
bSkipMovies=False
|
||||
-IniKeyDenylist=KeyStorePassword
|
||||
-IniKeyDenylist=KeyPassword
|
||||
-IniKeyDenylist=DebugKeyStorePassword
|
||||
-IniKeyDenylist=DebugKeyPassword
|
||||
-IniKeyDenylist=rsa.privateexp
|
||||
-IniKeyDenylist=rsa.modulus
|
||||
-IniKeyDenylist=rsa.publicexp
|
||||
-IniKeyDenylist=aes.key
|
||||
-IniKeyDenylist=SigningPublicExponent
|
||||
-IniKeyDenylist=SigningModulus
|
||||
-IniKeyDenylist=SigningPrivateExponent
|
||||
-IniKeyDenylist=EncryptionKey
|
||||
-IniKeyDenylist=DevCenterUsername
|
||||
-IniKeyDenylist=DevCenterPassword
|
||||
-IniKeyDenylist=IOSTeamID
|
||||
-IniKeyDenylist=SigningCertificate
|
||||
-IniKeyDenylist=MobileProvision
|
||||
-IniKeyDenylist=AppStoreConnectKeyPath
|
||||
-IniKeyDenylist=AppStoreConnectIssuerID
|
||||
-IniKeyDenylist=AppStoreConnectKeyID
|
||||
-IniKeyDenylist=IniKeyDenylist
|
||||
-IniKeyDenylist=IniSectionDenylist
|
||||
+IniKeyDenylist=AppStoreConnectKeyPath
|
||||
+IniKeyDenylist=AppStoreConnectIssuerID
|
||||
+IniKeyDenylist=AppStoreConnectKeyID
|
||||
+IniKeyDenylist=KeyStorePassword
|
||||
+IniKeyDenylist=KeyPassword
|
||||
+IniKeyDenylist=DebugKeyStorePassword
|
||||
+IniKeyDenylist=DebugKeyPassword
|
||||
+IniKeyDenylist=rsa.privateexp
|
||||
+IniKeyDenylist=rsa.modulus
|
||||
+IniKeyDenylist=rsa.publicexp
|
||||
+IniKeyDenylist=aes.key
|
||||
+IniKeyDenylist=SigningPublicExponent
|
||||
+IniKeyDenylist=SigningModulus
|
||||
+IniKeyDenylist=SigningPrivateExponent
|
||||
+IniKeyDenylist=EncryptionKey
|
||||
+IniKeyDenylist=DevCenterUsername
|
||||
+IniKeyDenylist=DevCenterPassword
|
||||
+IniKeyDenylist=IOSTeamID
|
||||
+IniKeyDenylist=SigningCertificate
|
||||
+IniKeyDenylist=MobileProvision
|
||||
+IniKeyDenylist=IniKeyDenylist
|
||||
+IniKeyDenylist=IniSectionDenylist
|
||||
-IniSectionDenylist=HordeStorageServers
|
||||
-IniSectionDenylist=StorageServers
|
||||
-IniSectionDenylist=/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings
|
||||
+IniSectionDenylist=HordeStorageServers
|
||||
+IniSectionDenylist=StorageServers
|
||||
+IniSectionDenylist=/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings
|
||||
+MapsToCook=(FilePath="/Game/Demo")
|
||||
+DirectoriesToAlwaysCook=(Path="/NNEDenoiser")
|
||||
bRetainStagedDirectory=False
|
||||
CustomStageCopyHandler=
|
||||
|
||||
@@ -0,0 +1,169 @@
|
||||
;METADATA=(Diff=true, UseCommands=true)
|
||||
[/Script/GameplayTags.GameplayTagsSettings]
|
||||
ImportTagsFromConfig=True
|
||||
WarnOnInvalidTags=True
|
||||
ClearInvalidTags=False
|
||||
AllowEditorTagUnloading=True
|
||||
AllowGameTagUnloading=False
|
||||
FastReplication=False
|
||||
bDynamicReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
+GameplayTagRedirects=(OldTagName="Event.AttackStarted",NewTagName="Event.Attack.Started")
|
||||
+GameplayTagRedirects=(OldTagName="Event.Attack.ComboWindowClose",NewTagName="Event.Attack.ComboWindowEnd")
|
||||
+GameplayTagRedirects=(OldTagName="Event.Block.Brocked",NewTagName="Event.Block.Brocken")
|
||||
+GameplayTagList=(Tag="AI.Attack.Light",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Attack.NextCombo",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Chase",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Chase.Positioning",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Defence",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Idle",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.NextAttack",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Patrol",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.Positioning",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.SwitchWeapon.Bow",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.SwitchWeapon.Fist",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.SwitchWeapon.Shieald",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.SwitchWeapon.Sword",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.TakeWeapon",DevComment="")
|
||||
+GameplayTagList=(Tag="AI.WantWeapon",DevComment="")
|
||||
+GameplayTagList=(Tag="AOE.Radial",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Attack.Combo",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Attack.Unblockable",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.CanShield",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Cooldown.Unblockable",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Event.GuardEnd",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Guard",DevComment="")
|
||||
+GameplayTagList=(Tag="Boss.Shield",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.BattleHeal",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.1",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.2",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.3",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.4",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.5",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.6",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.7",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.8",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.9",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Gimmick.10",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Heal",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.ManaAdd",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.BreackBlock",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.BreackBlock.Broke",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Broke",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo.Attack1",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo.Attack2",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo.Attack3",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo.ComboWndow",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Combo.ComboWndow2",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.HeavyAttack",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.HeavyAttack.1",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.HeavyAttack.2",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.HeavyAttack.3",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Light",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Light.1",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Light.2",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Light.3",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Parry",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Attack.Special",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Block",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Evade",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Parry",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.StaggerAttack",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.StaggerAttack.Heavy",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.StaggerAttack.Light",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Taran",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Melee.Tracking",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Range.Attack",DevComment="")
|
||||
+GameplayTagList=(Tag="Combat.Ranged.Aiming",DevComment="")
|
||||
+GameplayTagList=(Tag="Cooldown.LightAttack.1",DevComment="")
|
||||
+GameplayTagList=(Tag="Cooldown.LightAttack.2",DevComment="")
|
||||
+GameplayTagList=(Tag="Cooldown.LightAttack.3",DevComment="")
|
||||
+GameplayTagList=(Tag="Damage.BlockBroke",DevComment="")
|
||||
+GameplayTagList=(Tag="Damage.IgnoreReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="Damage.Melee",DevComment="")
|
||||
+GameplayTagList=(Tag="Damage.Taran",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.Blocked",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.ComboWindowEnd",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.ComboWindowOpen",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.Left",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.Right",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Attack.Started",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Block.Brocken",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Block.End",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Block.Reaction",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Heal.End",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Hit",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Knockdown",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.ManaTake",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Overloaded",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Parry.End",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Range.Started",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Ranged.Aiming",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Staggered",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Stuned",DevComment="")
|
||||
+GameplayTagList=(Tag="Event.Telekenesis",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Hook",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Kick",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Lighting",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Ora",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Push",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Stomp",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Storm",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Taran",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Tele",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.PowerUp.Wisdom",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.StormHook",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.StormHook.GrapplingAnimation",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.StormHook.MovingWithGrapple",DevComment="")
|
||||
+GameplayTagList=(Tag="Force.Telekenesis",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.AttackBlockingReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.AttackParringReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Brave",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.BreakBlockReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Fear",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.GameplayCue.AttackParringReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.GameplayCue.GameplayCue.MeleeHeavyDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.GameplayCue.MeleeHeavyDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.KickReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.ManaAdd",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.MeleeDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Point.Aldorn",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Point.Dectos",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.PunchesReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Slowmotion",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.SpecialDamage",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StaggerAttackReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StaggerAttackReaction.Heavy",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StaggerAttackReaction.light",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StormDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StormHeavyDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.StormHookReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.TaranReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="GameplayCue.Telekenesis",DevComment="")
|
||||
+GameplayTagList=(Tag="Hand.Rage",DevComment="")
|
||||
+GameplayTagList=(Tag="Hand.Wisdom",DevComment="")
|
||||
+GameplayTagList=(Tag="Locomotion.Dodge",DevComment="")
|
||||
+GameplayTagList=(Tag="Locomotion.Roll",DevComment="")
|
||||
+GameplayTagList=(Tag="Melee.Damage.Reaction",DevComment="")
|
||||
+GameplayTagList=(Tag="MeleeHeavyDamageReaction",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Attacked",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Body.Big",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Body.Boss",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Body.Small",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.CanRoll",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.CanStaggerAttack",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.CantRegen",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Damaged",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.DamageImmune",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Gimmick",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Hooked",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Knockdowned",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Overloaded",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Staggered",DevComment="")
|
||||
+GameplayTagList=(Tag="Status.Stunned",DevComment="")
|
||||
|
||||
@@ -0,0 +1,473 @@
|
||||
[/Script/Engine.InputSettings]
|
||||
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
bAltEnterTogglesFullscreen=True
|
||||
bF11TogglesFullscreen=True
|
||||
bUseMouseForTouch=False
|
||||
bEnableMouseSmoothing=True
|
||||
bEnableFOVScaling=True
|
||||
bCaptureMouseOnLaunch=True
|
||||
bEnableLegacyInputScales=True
|
||||
bEnableMotionControls=True
|
||||
bFilterInputByPlatformUser=False
|
||||
bEnableInputDeviceSubsystem=True
|
||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||
bEnableDynamicComponentInputBinding=True
|
||||
bAlwaysShowTouchInterface=False
|
||||
bShowConsoleOnFourFingerTap=True
|
||||
bEnableGestureRecognizer=False
|
||||
bUseAutocorrect=False
|
||||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Multiply
|
||||
|
||||
[/Script/EngineSettings.ConsoleSettings]
|
||||
MaxScrollbackSize=1024
|
||||
-ManualAutoCompleteList=(Command="Exit",Desc="Exits the game")
|
||||
-ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ToggleDrawEvents",Desc="Toggles annotations for shader debugging with Pix, Razor or similar GPU capture tools")
|
||||
-ManualAutoCompleteList=(Command="Shot",Desc="Make a screenshot")
|
||||
-ManualAutoCompleteList=(Command="RecompileShaders changed",Desc="Recompile shaders that have any changes on their source files")
|
||||
-ManualAutoCompleteList=(Command="RecompileShaders global",Desc="Recompile global shaders that have any changes on their source files")
|
||||
-ManualAutoCompleteList=(Command="RecompileShaders material ",Desc="Recompile shaders for a specific material if it's source files have changed")
|
||||
-ManualAutoCompleteList=(Command="RecompileShaders all",Desc="Recompile all shaders that have any changes on their source files")
|
||||
-ManualAutoCompleteList=(Command="Debug Crash",Desc="Simulates a game thread crash for debugging")
|
||||
-ManualAutoCompleteList=(Command="Debug RenderCrash",Desc="Simulates a render thread crash for debugging")
|
||||
-ManualAutoCompleteList=(Command="DumpMaterialStats",Desc="Dump material information")
|
||||
-ManualAutoCompleteList=(Command="DumpShaderStats",Desc="Dump shader information")
|
||||
-ManualAutoCompleteList=(Command="DumpShaderPipelineStats",Desc="Dump shader pipeline information")
|
||||
-ManualAutoCompleteList=(Command="DumpShaderCompileStats",Desc="Dump shader compilation information")
|
||||
-ManualAutoCompleteList=(Command="DumpGPU -upload",Desc="Dump the GPU's intermediary resources and upload to network")
|
||||
-ManualAutoCompleteList=(Command="StartFPSChart",Desc="after that use StopFPSChart")
|
||||
-ManualAutoCompleteList=(Command="StopFPSChart",Desc="after that look for the output in Saved/Profiling/FPSChartStats")
|
||||
-ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
|
||||
-ManualAutoCompleteList=(Command="Open",Desc="<MapName> Opens the specified map, doesn't pass previously set options")
|
||||
-ManualAutoCompleteList=(Command="Travel",Desc="<MapName> Travels to the specified map, passes along previously set options")
|
||||
-ManualAutoCompleteList=(Command="ServerTravel",Desc="<MapName> Travels to the specified map and brings clients along, passes along previously set options")
|
||||
-ManualAutoCompleteList=(Command="DisplayAll",Desc="<ClassName> <PropertyName> Display property values for instances of classname")
|
||||
-ManualAutoCompleteList=(Command="DisplayAllLocation",Desc="<ClassName> Display location for all instances of classname")
|
||||
-ManualAutoCompleteList=(Command="DisplayAllRotation",Desc="<ClassName> Display rotation for all instances of classname")
|
||||
-ManualAutoCompleteList=(Command="DisplayClear",Desc="Clears previous DisplayAll entries")
|
||||
-ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="Clears persistent debug line cache")
|
||||
-ManualAutoCompleteList=(Command="GetAll ",Desc="<ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> Log property values of all instances of classname")
|
||||
-ManualAutoCompleteList=(Command="GetAllLocation",Desc="<ClassName> Log location for all instances of classname")
|
||||
-ManualAutoCompleteList=(Command="GetAllRotation",Desc="<ClassName> Log rotation for all instances of classname")
|
||||
-ManualAutoCompleteList=(Command="Obj List ",Desc="<Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
|
||||
-ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="<Class=ClassName> <ListClass=ClassName>")
|
||||
-ManualAutoCompleteList=(Command="Obj Classes",Desc="Shows all classes")
|
||||
-ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> [Shortest] [Longest] [All] [External] [Direct] [Full] [Minimal] [GCOnly] [History=<MaxHistoryLevel>] Lists referencers of the specified object")
|
||||
-ManualAutoCompleteList=(Command="Obj GC",Desc="Runs the UObject Garbage Collector and resets the GC timer.")
|
||||
-ManualAutoCompleteList=(Command="Obj Dump ",Desc="<ObjectName> [Recurse or Hide/Show=\"category1,...\"] or <Class=ClassName> <Name=ObjectName> [Recurse or Hide/Show=\"category1,...\"] Prints the value of all variables for the specified object")
|
||||
-ManualAutoCompleteList=(Command="EditActor",Desc="<Class=ClassName> or <Name=ObjectName> or TRACE")
|
||||
-ManualAutoCompleteList=(Command="EditDefault",Desc="<Class=ClassName>")
|
||||
-ManualAutoCompleteList=(Command="EditObject",Desc="<Class=ClassName> or <Name=ObjectName> or <ObjectName>")
|
||||
-ManualAutoCompleteList=(Command="ReloadCfg ",Desc="<Class/ObjectName> Reloads config variables for the specified object/class")
|
||||
-ManualAutoCompleteList=(Command="ReloadLoc ",Desc="<Class/ObjectName> Reloads localized variables for the specified object/class")
|
||||
-ManualAutoCompleteList=(Command="Set ",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname")
|
||||
-ManualAutoCompleteList=(Command="SetNoPEC",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname without Pre/Post Edit Change notifications")
|
||||
-ManualAutoCompleteList=(Command="Stat FPS",Desc="Shows FPS counter")
|
||||
-ManualAutoCompleteList=(Command="Stat UNIT",Desc="Shows hardware unit framerate")
|
||||
-ManualAutoCompleteList=(Command="Stat DrawCount",Desc="Shows draw counts broken down by category")
|
||||
-ManualAutoCompleteList=(Command="Stat UnitCriticalPath",Desc="Shows thread critical path times")
|
||||
-ManualAutoCompleteList=(Command="Stat UnitMax",Desc="Shows thread max times ")
|
||||
-ManualAutoCompleteList=(Command="Stat UnitGraph",Desc="Draws simple unit time graph")
|
||||
-ManualAutoCompleteList=(Command="Stat NamedEvents",Desc="Stat NamedEvents (Enables named events for external profilers)")
|
||||
-ManualAutoCompleteList=(Command="Stat VerboseNamedEvents",Desc="Stat VerboseNamedEvents (Enables verbose named events for external profilers)")
|
||||
-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)")
|
||||
-ManualAutoCompleteList=(Command="Stat StopFile",Desc="Stat StopFile (finishes a stats capture started by stat StartFile)")
|
||||
-ManualAutoCompleteList=(Command="Stat CPULoad",Desc="Stat CPULoad (Shows CPU Utilization)")
|
||||
-ManualAutoCompleteList=(Command="Stat DUMPHITCHES",Desc="executes dumpstats on hitches - see log")
|
||||
-ManualAutoCompleteList=(Command="Stat D3D11RHI",Desc="Shows Direct3D 11 stats")
|
||||
-ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Displays level streaming info")
|
||||
-ManualAutoCompleteList=(Command="Stat GAME",Desc="Displays game performance stats")
|
||||
-ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Displays memory stats")
|
||||
-ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Displays physics performance stats")
|
||||
-ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Displays basic texture streaming stats")
|
||||
-ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Displays detailed texture streaming stats")
|
||||
-ManualAutoCompleteList=(Command="Stat GPU",Desc="Displays GPU stats for the frame")
|
||||
-ManualAutoCompleteList=(Command="Stat COLLISION",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat PARTICLES",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat SCRIPT",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat AUDIO",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat ANIM",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat NET",Desc=)
|
||||
-ManualAutoCompleteList=(Command="Stat LIST",Desc="<Groups/Sets/Group> List groups of stats, saved sets, or specific stats within a specified group")
|
||||
-ManualAutoCompleteList=(Command="Stat splitscreen",Desc=)
|
||||
-ManualAutoCompleteList=(Command="MemReport",Desc="Outputs memory stats to a profile file. -Full gives more data, -Log outputs to the log")
|
||||
-ManualAutoCompleteList=(Command="ListTextures",Desc="[Streaming|NonStreaming|Forced] [-Alphasort] [-csv] Lists all loaded textures and their current memory footprint")
|
||||
-ManualAutoCompleteList=(Command="ListStreamingTextures",Desc="Lists info for all streaming textures")
|
||||
-ManualAutoCompleteList=(Command="ListAnims",Desc="Lists info for all animations")
|
||||
-ManualAutoCompleteList=(Command="ListSkeletalMeshes",Desc="Lists info for all skeletal meshes")
|
||||
-ManualAutoCompleteList=(Command="ListStaticMeshes",Desc="Lists info for all static meshes")
|
||||
-ManualAutoCompleteList=(Command="InvestigateTexture",Desc="Shows streaming info about the specified texture")
|
||||
-ManualAutoCompleteList=(Command="DumpTextureStreamingStats",Desc="Dump current streaming stats (e.g. pool capacity) to the log")
|
||||
-ManualAutoCompleteList=(Command="RestartLevel",Desc="Restarts the level")
|
||||
-ManualAutoCompleteList=(Command="Module List",Desc="Lists all known modules")
|
||||
-ManualAutoCompleteList=(Command="Module Load",Desc="Attempts to load the specified module name")
|
||||
-ManualAutoCompleteList=(Command="Module Unload",Desc="Unloads the specified module name")
|
||||
-ManualAutoCompleteList=(Command="Module Reload",Desc="Reloads the specified module name, unloading it first if needed")
|
||||
-ManualAutoCompleteList=(Command="Module Recompile",Desc="Attempts to recompile a module, first unloading it if needed")
|
||||
-ManualAutoCompleteList=(Command="HotReload",Desc="<UObject DLL Hot Reload> Attempts to recompile a UObject DLL and reload it on the fly")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioDebugSound",Desc="<filter> Rejects new USoundBase requests where the sound name does not contain the provided filter")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioGetDynamicSoundVolume",Desc="Gets volume for given sound type ('Class', 'Cue' or 'Wave') with provided name")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioMemReport",Desc="Lists info for audio memory")
|
||||
-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")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioResetAllDynamicSoundVolumes",Desc="Resets all dynamic volumes to unity")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioResetDynamicSoundVolume",Desc="Resets volume for given sound type ('Class', 'Cue' or 'Wave') with provided name to unity")
|
||||
-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")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundClass",Desc="<name> [nonexclusive] Solos sounds using this USoundClass. If nonexclusive, existing solos will persist")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundCue",Desc="<name> [nonexclusive] Solos any type of USoundBase. If nonexclusive, existing solos will persist")
|
||||
-ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundWave",Desc="<name> [nonexclusive] Solos USoundWave. If nonexclusive, existing solos will persist")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ClearSoloAudio",Desc="Clears solo'ed object")
|
||||
-ManualAutoCompleteList=(Command="au.debug.DisableLPF",Desc="Disables low-pass filter")
|
||||
-ManualAutoCompleteList=(Command="au.debug.DisableEQFilter",Desc="Disables EQ")
|
||||
-ManualAutoCompleteList=(Command="au.debug.DisableRadio",Desc="Disables radio effect")
|
||||
-ManualAutoCompleteList=(Command="au.debug.DumpSoundInfo",Desc="Dumps sound information to log")
|
||||
-ManualAutoCompleteList=(Command="au.debug.EnableRadio",Desc="Enables radio effect")
|
||||
-ManualAutoCompleteList=(Command="au.debug.IsolateDryAudio",Desc="Isolates dry audio")
|
||||
-ManualAutoCompleteList=(Command="au.debug.IsolateReverb",Desc="Isolates reverb")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ListAudioComponents",Desc="Dumps a detailed list of all AudioComponent objects")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ListSoundClasses",Desc="Lists a summary of loaded sound collated by class")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ListSoundClassVolumes",Desc="Lists all sound class volumes")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ListSoundDurations",Desc="Lists durations of all active sounds")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ListWaves",Desc="List the WaveInstances and whether they have a source")
|
||||
-ManualAutoCompleteList=(Command="au.debug.PlayAllPIEAudio",Desc="Toggls whether or not all devices should play their audio")
|
||||
-ManualAutoCompleteList=(Command="au.debug.PlaySoundCue",Desc="Plays the given soundcue")
|
||||
-ManualAutoCompleteList=(Command="au.debug.PlaySoundWave",Desc="<name> Plays the given soundwave")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ResetSoundState",Desc="Resets volumes to default and removes test filters")
|
||||
-ManualAutoCompleteList=(Command="au.debug.SetBaseSoundMix",Desc="<MixName> Sets the base sound mix")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ShowSoundClassHierarchy",Desc="")
|
||||
-ManualAutoCompleteList=(Command="au.debug.SoloAudio",Desc="Solos the audio device associated with the parent world")
|
||||
-ManualAutoCompleteList=(Command="au.debug.SoundClassFixup",Desc="Deprecated")
|
||||
-ManualAutoCompleteList=(Command="au.debug.TestLFEBleed",Desc="Sets LPF to max for all sources")
|
||||
-ManualAutoCompleteList=(Command="au.debug.TestLPF",Desc="Sets LPF to max for all sources")
|
||||
-ManualAutoCompleteList=(Command="au.debug.TestStereoBleed",Desc="Test bleeding stereo sounds fully to the rear speakers")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ToggleHRTFForAll",Desc="Toggles whether or not HRTF spatialization is enabled for all")
|
||||
-ManualAutoCompleteList=(Command="au.debug.ToggleSpatExt",Desc="Toggles enablement of the Spatial Audio Extension")
|
||||
-ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
|
||||
-ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
|
||||
-ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
|
||||
-ManualAutoCompleteList=(Command="ToggleAsyncCompute",Desc="Toggles AsyncCompute for platforms that have it")
|
||||
-ManualAutoCompleteList=(Command="ToggleRenderingThread",Desc="Toggles the rendering thread for platforms that have it")
|
||||
-ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug None",Desc="Toggles ShowDebug w/ current debug type selection")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug Reset",Desc="Turns off ShowDebug, and clears debug type selection")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug NET",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug AI",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc=)
|
||||
-ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc="Toggles display state of animation debug data")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug BONES",Desc="Toggles display of skeletalmesh bones")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc="Toggles display of all FKey states on the current Player Controller")
|
||||
-ManualAutoCompleteList=(Command="ShowDebug FORCEFEEDBACK",Desc="Toggles display of current force feedback values and what is contributing to that calculation")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory 3DBONES",Desc="With ShowDebug Bones: Toggles bone rendering between single lines and a more complex 3D model per bone")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory SYNCGROUPS",Desc="With ShowDebug Animation: Toggles display of sync group data")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory MONTAGES",Desc="With ShowDebug Animation: Toggles display of montage data")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory GRAPH",Desc="With ShowDebug Animation: Toggles display of animation blueprint graph")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory CURVES",Desc="With ShowDebug Animation: Toggles display of curve data")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory NOTIFIES",Desc="With ShowDebug Animation: Toggles display of notify data")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLGRAPH",Desc="With ShowDebug Animation: Toggles graph display between active nodes only and all nodes")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLBLENDSPACEDISPLAY",Desc="With ShowDebug Animation: Toggles display of sample blend weights on blendspaces")
|
||||
-ManualAutoCompleteList=(Command="ShowDebugForReticleTargetToggle ",Desc="<DesiredClass> Toggles 'ShowDebug' from showing debug info between reticle target actor (of subclass <DesiredClass>) and camera view target")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundCues",Desc="Deprecated (Use au.debug.SoundCues): Shows active SoundCues")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundMixes",Desc="Deprecated (Use au.debug.SoundMixes): Shows active SoundMixes")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundModulators",Desc="Deprecated (Use au.debug.SoundModulators): Shows modulator debug info as provided by active audio modulation plugin")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundModulatorsHelp",Desc="Deprecated (Use au.debug.SoundModulatorsHelp):Shows modulator debug help provided by active audio modulation plugin")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundReverb",Desc="Deprecated (Use au.debug.SoundReverb): Shows active SoundReverb")
|
||||
-ManualAutoCompleteList=(Command="Stat SoundWaves",Desc="Deprecated (Use au.debug.SoundWaves): Shows active SoundWaves")
|
||||
-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")
|
||||
-ManualAutoCompleteList=(Command="ScriptAudit LongestFunctions",Desc="List functions that contain the most bytecode - optionally include # of entries to list")
|
||||
-ManualAutoCompleteList=(Command="ScriptAudit FrequentFunctionsCalled",Desc="List functions that are most frequently called from bytecode - optionally include # of entries to list")
|
||||
-ManualAutoCompleteList=(Command="ScriptAudit FrequentInstructions",Desc="List most frequently used instructions - optionally include # of entries to list")
|
||||
-ManualAutoCompleteList=(Command="ScriptAudit TotalBytecodeSize",Desc="Gather total size of bytecode in bytes of currently loaded functions")
|
||||
-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.")
|
||||
-ManualAutoCompleteList=(Command="StartMovieCapture",Desc=)
|
||||
-ManualAutoCompleteList=(Command="StopMovieCapture",Desc=)
|
||||
-ManualAutoCompleteList=(Command="TraceTag",Desc="Draw traces that use the specified tag")
|
||||
-ManualAutoCompleteList=(Command="TraceTagAll",Desc="Draw all scene queries regardless of the trace tag")
|
||||
-ManualAutoCompleteList=(Command="VisLog",Desc="Launches Log Visualizer tool")
|
||||
-ManualAutoCompleteList=(Command="CycleNavDrawn",Desc="Cycles through navigation data (navmeshes for example) to draw one at a time")
|
||||
-ManualAutoCompleteList=(Command="Log ",Desc="<category> <level> Change verbosity level for a log category")
|
||||
-ManualAutoCompleteList=(Command="Log list",Desc="<search string> Search for log categories")
|
||||
-ManualAutoCompleteList=(Command="Log reset",Desc="Undo any changes to log verbosity")
|
||||
-ManualAutoCompleteList=(Command="RecordAnimation ActorName AnimName",Desc="Record animation for a specified actor to the specified file")
|
||||
-ManualAutoCompleteList=(Command="StopRecordingAnimation All",Desc="Stop all recording animations")
|
||||
-ManualAutoCompleteList=(Command="RecordSequence Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
|
||||
-ManualAutoCompleteList=(Command="StopRecordingSequence",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
|
||||
-ManualAutoCompleteList=(Command="RecordTake Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
|
||||
-ManualAutoCompleteList=(Command="StopRecordingTake",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
|
||||
-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")
|
||||
-ManualAutoCompleteList=(Command="ProfileGPU",Desc="Profile one frame of rendering commands sent to the GPU")
|
||||
-ManualAutoCompleteList=(Command="ProfileGPUHitches",Desc="Toggle profiling of GPU hitches.")
|
||||
-ManualAutoCompleteList=(Command="DumpGPU",Desc="Dump one frame of rendering intermediary resources to disk.")
|
||||
-ManualAutoCompleteList=(Command="Automation",Desc="Run an automation command (e.g., Automation RunTests TestName)")
|
||||
-ManualAutoCompleteList=(Command="CsvProfile Start",Desc="Start CSV profiling.")
|
||||
-ManualAutoCompleteList=(Command="CsvProfile Stop",Desc="Stop CSV profiling.")
|
||||
-ManualAutoCompleteList=(Command="NetProfile Enable",Desc="Start network profiling.")
|
||||
-ManualAutoCompleteList=(Command="NetProfile Disable",Desc="Stop network profiling.")
|
||||
+ManualAutoCompleteList=(Command="Exit",Desc="Exits the game")
|
||||
+ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ToggleDrawEvents",Desc="Toggles annotations for shader debugging with Pix, Razor or similar GPU capture tools")
|
||||
+ManualAutoCompleteList=(Command="Shot",Desc="Make a screenshot")
|
||||
+ManualAutoCompleteList=(Command="RecompileShaders changed",Desc="Recompile shaders that have any changes on their source files")
|
||||
+ManualAutoCompleteList=(Command="RecompileShaders global",Desc="Recompile global shaders that have any changes on their source files")
|
||||
+ManualAutoCompleteList=(Command="RecompileShaders material ",Desc="Recompile shaders for a specific material if it\'s source files have changed")
|
||||
+ManualAutoCompleteList=(Command="RecompileShaders all",Desc="Recompile all shaders that have any changes on their source files")
|
||||
+ManualAutoCompleteList=(Command="Debug Crash",Desc="Simulates a game thread crash for debugging")
|
||||
+ManualAutoCompleteList=(Command="Debug RenderCrash",Desc="Simulates a render thread crash for debugging")
|
||||
+ManualAutoCompleteList=(Command="DumpMaterialStats",Desc="Dump material information")
|
||||
+ManualAutoCompleteList=(Command="DumpShaderStats",Desc="Dump shader information")
|
||||
+ManualAutoCompleteList=(Command="DumpShaderPipelineStats",Desc="Dump shader pipeline information")
|
||||
+ManualAutoCompleteList=(Command="DumpShaderCompileStats",Desc="Dump shader compilation information")
|
||||
+ManualAutoCompleteList=(Command="DumpGPU -upload",Desc="Dump the GPU\'s intermediary resources and upload to network")
|
||||
+ManualAutoCompleteList=(Command="StartFPSChart",Desc="after that use StopFPSChart")
|
||||
+ManualAutoCompleteList=(Command="StopFPSChart",Desc="after that look for the output in Saved/Profiling/FPSChartStats")
|
||||
+ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
|
||||
+ManualAutoCompleteList=(Command="Open",Desc="<MapName> Opens the specified map, doesn\'t pass previously set options")
|
||||
+ManualAutoCompleteList=(Command="Travel",Desc="<MapName> Travels to the specified map, passes along previously set options")
|
||||
+ManualAutoCompleteList=(Command="ServerTravel",Desc="<MapName> Travels to the specified map and brings clients along, passes along previously set options")
|
||||
+ManualAutoCompleteList=(Command="DisplayAll",Desc="<ClassName> <PropertyName> Display property values for instances of classname")
|
||||
+ManualAutoCompleteList=(Command="DisplayAllLocation",Desc="<ClassName> Display location for all instances of classname")
|
||||
+ManualAutoCompleteList=(Command="DisplayAllRotation",Desc="<ClassName> Display rotation for all instances of classname")
|
||||
+ManualAutoCompleteList=(Command="DisplayClear",Desc="Clears previous DisplayAll entries")
|
||||
+ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="Clears persistent debug line cache")
|
||||
+ManualAutoCompleteList=(Command="GetAll ",Desc="<ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> Log property values of all instances of classname")
|
||||
+ManualAutoCompleteList=(Command="GetAllLocation",Desc="<ClassName> Log location for all instances of classname")
|
||||
+ManualAutoCompleteList=(Command="GetAllRotation",Desc="<ClassName> Log rotation for all instances of classname")
|
||||
+ManualAutoCompleteList=(Command="Obj List ",Desc="<Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
|
||||
+ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="<Class=ClassName> <ListClass=ClassName>")
|
||||
+ManualAutoCompleteList=(Command="Obj Classes",Desc="Shows all classes")
|
||||
+ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> [Shortest] [Longest] [All] [External] [Direct] [Full] [Minimal] [GCOnly] [History=<MaxHistoryLevel>] Lists referencers of the specified object")
|
||||
+ManualAutoCompleteList=(Command="Obj GC",Desc="Runs the UObject Garbage Collector and resets the GC timer.")
|
||||
+ManualAutoCompleteList=(Command="Obj Dump ",Desc="<ObjectName> [Recurse or Hide/Show=\"category1,...\"] or <Class=ClassName> <Name=ObjectName> [Recurse or Hide/Show=\"category1,...\"] Prints the value of all variables for the specified object")
|
||||
+ManualAutoCompleteList=(Command="EditActor",Desc="<Class=ClassName> or <Name=ObjectName> or TRACE")
|
||||
+ManualAutoCompleteList=(Command="EditDefault",Desc="<Class=ClassName>")
|
||||
+ManualAutoCompleteList=(Command="EditObject",Desc="<Class=ClassName> or <Name=ObjectName> or <ObjectName>")
|
||||
+ManualAutoCompleteList=(Command="ReloadCfg ",Desc="<Class/ObjectName> Reloads config variables for the specified object/class")
|
||||
+ManualAutoCompleteList=(Command="ReloadLoc ",Desc="<Class/ObjectName> Reloads localized variables for the specified object/class")
|
||||
+ManualAutoCompleteList=(Command="Set ",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname")
|
||||
+ManualAutoCompleteList=(Command="SetNoPEC",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname without Pre/Post Edit Change notifications")
|
||||
+ManualAutoCompleteList=(Command="Stat FPS",Desc="Shows FPS counter")
|
||||
+ManualAutoCompleteList=(Command="Stat UNIT",Desc="Shows hardware unit framerate")
|
||||
+ManualAutoCompleteList=(Command="Stat DrawCount",Desc="Shows draw counts broken down by category")
|
||||
+ManualAutoCompleteList=(Command="Stat UnitCriticalPath",Desc="Shows thread critical path times")
|
||||
+ManualAutoCompleteList=(Command="Stat UnitMax",Desc="Shows thread max times ")
|
||||
+ManualAutoCompleteList=(Command="Stat UnitGraph",Desc="Draws simple unit time graph")
|
||||
+ManualAutoCompleteList=(Command="Stat NamedEvents",Desc="Stat NamedEvents (Enables named events for external profilers)")
|
||||
+ManualAutoCompleteList=(Command="Stat VerboseNamedEvents",Desc="Stat VerboseNamedEvents (Enables verbose named events for external profilers)")
|
||||
+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)")
|
||||
+ManualAutoCompleteList=(Command="Stat StopFile",Desc="Stat StopFile (finishes a stats capture started by stat StartFile)")
|
||||
+ManualAutoCompleteList=(Command="Stat CPULoad",Desc="Stat CPULoad (Shows CPU Utilization)")
|
||||
+ManualAutoCompleteList=(Command="Stat DUMPHITCHES",Desc="executes dumpstats on hitches - see log")
|
||||
+ManualAutoCompleteList=(Command="Stat D3D11RHI",Desc="Shows Direct3D 11 stats")
|
||||
+ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Displays level streaming info")
|
||||
+ManualAutoCompleteList=(Command="Stat GAME",Desc="Displays game performance stats")
|
||||
+ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Displays memory stats")
|
||||
+ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Displays physics performance stats")
|
||||
+ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Displays basic texture streaming stats")
|
||||
+ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Displays detailed texture streaming stats")
|
||||
+ManualAutoCompleteList=(Command="Stat GPU",Desc="Displays GPU stats for the frame")
|
||||
+ManualAutoCompleteList=(Command="Stat COLLISION",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat PARTICLES",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat SCRIPT",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat AUDIO",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat ANIM",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat NET",Desc="")
|
||||
+ManualAutoCompleteList=(Command="Stat LIST",Desc="<Groups/Sets/Group> List groups of stats, saved sets, or specific stats within a specified group")
|
||||
+ManualAutoCompleteList=(Command="Stat splitscreen",Desc="")
|
||||
+ManualAutoCompleteList=(Command="MemReport",Desc="Outputs memory stats to a profile file. -Full gives more data, -Log outputs to the log")
|
||||
+ManualAutoCompleteList=(Command="ListTextures",Desc="[Streaming|NonStreaming|Forced] [-Alphasort] [-csv] Lists all loaded textures and their current memory footprint")
|
||||
+ManualAutoCompleteList=(Command="ListStreamingTextures",Desc="Lists info for all streaming textures")
|
||||
+ManualAutoCompleteList=(Command="ListAnims",Desc="Lists info for all animations")
|
||||
+ManualAutoCompleteList=(Command="ListSkeletalMeshes",Desc="Lists info for all skeletal meshes")
|
||||
+ManualAutoCompleteList=(Command="ListStaticMeshes",Desc="Lists info for all static meshes")
|
||||
+ManualAutoCompleteList=(Command="InvestigateTexture",Desc="Shows streaming info about the specified texture")
|
||||
+ManualAutoCompleteList=(Command="DumpTextureStreamingStats",Desc="Dump current streaming stats (e.g. pool capacity) to the log")
|
||||
+ManualAutoCompleteList=(Command="RestartLevel",Desc="Restarts the level")
|
||||
+ManualAutoCompleteList=(Command="Module List",Desc="Lists all known modules")
|
||||
+ManualAutoCompleteList=(Command="Module Load",Desc="Attempts to load the specified module name")
|
||||
+ManualAutoCompleteList=(Command="Module Unload",Desc="Unloads the specified module name")
|
||||
+ManualAutoCompleteList=(Command="Module Reload",Desc="Reloads the specified module name, unloading it first if needed")
|
||||
+ManualAutoCompleteList=(Command="Module Recompile",Desc="Attempts to recompile a module, first unloading it if needed")
|
||||
+ManualAutoCompleteList=(Command="HotReload",Desc="<UObject DLL Hot Reload> Attempts to recompile a UObject DLL and reload it on the fly")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioDebugSound",Desc="<filter> Rejects new USoundBase requests where the sound name does not contain the provided filter")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioGetDynamicSoundVolume",Desc="Gets volume for given sound type (\'Class\', \'Cue\' or \'Wave\') with provided name")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioMemReport",Desc="Lists info for audio memory")
|
||||
+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")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioResetAllDynamicSoundVolumes",Desc="Resets all dynamic volumes to unity")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioResetDynamicSoundVolume",Desc="Resets volume for given sound type (\'Class\', \'Cue\' or \'Wave\') with provided name to unity")
|
||||
+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")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundClass",Desc="<name> [nonexclusive] Solos sounds using this USoundClass. If nonexclusive, existing solos will persist")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundCue",Desc="<name> [nonexclusive] Solos any type of USoundBase. If nonexclusive, existing solos will persist")
|
||||
+ManualAutoCompleteList=(Command="au.debug.AudioSoloSoundWave",Desc="<name> [nonexclusive] Solos USoundWave. If nonexclusive, existing solos will persist")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ClearSoloAudio",Desc="Clears solo\'ed object")
|
||||
+ManualAutoCompleteList=(Command="au.debug.DisableLPF",Desc="Disables low-pass filter")
|
||||
+ManualAutoCompleteList=(Command="au.debug.DisableEQFilter",Desc="Disables EQ")
|
||||
+ManualAutoCompleteList=(Command="au.debug.DisableRadio",Desc="Disables radio effect")
|
||||
+ManualAutoCompleteList=(Command="au.debug.DumpSoundInfo",Desc="Dumps sound information to log")
|
||||
+ManualAutoCompleteList=(Command="au.debug.EnableRadio",Desc="Enables radio effect")
|
||||
+ManualAutoCompleteList=(Command="au.debug.IsolateDryAudio",Desc="Isolates dry audio")
|
||||
+ManualAutoCompleteList=(Command="au.debug.IsolateReverb",Desc="Isolates reverb")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ListAudioComponents",Desc="Dumps a detailed list of all AudioComponent objects")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ListSoundClasses",Desc="Lists a summary of loaded sound collated by class")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ListSoundClassVolumes",Desc="Lists all sound class volumes")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ListSoundDurations",Desc="Lists durations of all active sounds")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ListWaves",Desc="List the WaveInstances and whether they have a source")
|
||||
+ManualAutoCompleteList=(Command="au.debug.PlayAllPIEAudio",Desc="Toggls whether or not all devices should play their audio")
|
||||
+ManualAutoCompleteList=(Command="au.debug.PlaySoundCue",Desc="Plays the given soundcue")
|
||||
+ManualAutoCompleteList=(Command="au.debug.PlaySoundWave",Desc="<name> Plays the given soundwave")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ResetSoundState",Desc="Resets volumes to default and removes test filters")
|
||||
+ManualAutoCompleteList=(Command="au.debug.SetBaseSoundMix",Desc="<MixName> Sets the base sound mix")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ShowSoundClassHierarchy",Desc="")
|
||||
+ManualAutoCompleteList=(Command="au.debug.SoloAudio",Desc="Solos the audio device associated with the parent world")
|
||||
+ManualAutoCompleteList=(Command="au.debug.SoundClassFixup",Desc="Deprecated")
|
||||
+ManualAutoCompleteList=(Command="au.debug.TestLFEBleed",Desc="Sets LPF to max for all sources")
|
||||
+ManualAutoCompleteList=(Command="au.debug.TestLPF",Desc="Sets LPF to max for all sources")
|
||||
+ManualAutoCompleteList=(Command="au.debug.TestStereoBleed",Desc="Test bleeding stereo sounds fully to the rear speakers")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ToggleHRTFForAll",Desc="Toggles whether or not HRTF spatialization is enabled for all")
|
||||
+ManualAutoCompleteList=(Command="au.debug.ToggleSpatExt",Desc="Toggles enablement of the Spatial Audio Extension")
|
||||
+ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
|
||||
+ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
|
||||
+ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
|
||||
+ManualAutoCompleteList=(Command="ToggleAsyncCompute",Desc="Toggles AsyncCompute for platforms that have it")
|
||||
+ManualAutoCompleteList=(Command="ToggleRenderingThread",Desc="Toggles the rendering thread for platforms that have it")
|
||||
+ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug None",Desc="Toggles ShowDebug w/ current debug type selection")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug Reset",Desc="Turns off ShowDebug, and clears debug type selection")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug NET",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug AI",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc="")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc="Toggles display state of animation debug data")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug BONES",Desc="Toggles display of skeletalmesh bones")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc="Toggles display of all FKey states on the current Player Controller")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug FORCEFEEDBACK",Desc="Toggles display of current force feedback values and what is contributing to that calculation")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory 3DBONES",Desc="With ShowDebug Bones: Toggles bone rendering between single lines and a more complex 3D model per bone")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory SYNCGROUPS",Desc="With ShowDebug Animation: Toggles display of sync group data")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory MONTAGES",Desc="With ShowDebug Animation: Toggles display of montage data")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory GRAPH",Desc="With ShowDebug Animation: Toggles display of animation blueprint graph")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory CURVES",Desc="With ShowDebug Animation: Toggles display of curve data")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory NOTIFIES",Desc="With ShowDebug Animation: Toggles display of notify data")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLGRAPH",Desc="With ShowDebug Animation: Toggles graph display between active nodes only and all nodes")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLBLENDSPACEDISPLAY",Desc="With ShowDebug Animation: Toggles display of sample blend weights on blendspaces")
|
||||
+ManualAutoCompleteList=(Command="ShowDebugForReticleTargetToggle ",Desc="<DesiredClass> Toggles \'ShowDebug\' from showing debug info between reticle target actor (of subclass <DesiredClass>) and camera view target")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundCues",Desc="Deprecated (Use au.debug.SoundCues): Shows active SoundCues")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundMixes",Desc="Deprecated (Use au.debug.SoundMixes): Shows active SoundMixes")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundModulators",Desc="Deprecated (Use au.debug.SoundModulators): Shows modulator debug info as provided by active audio modulation plugin")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundModulatorsHelp",Desc="Deprecated (Use au.debug.SoundModulatorsHelp):Shows modulator debug help provided by active audio modulation plugin")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundReverb",Desc="Deprecated (Use au.debug.SoundReverb): Shows active SoundReverb")
|
||||
+ManualAutoCompleteList=(Command="Stat SoundWaves",Desc="Deprecated (Use au.debug.SoundWaves): Shows active SoundWaves")
|
||||
+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")
|
||||
+ManualAutoCompleteList=(Command="ScriptAudit LongestFunctions",Desc="List functions that contain the most bytecode - optionally include # of entries to list")
|
||||
+ManualAutoCompleteList=(Command="ScriptAudit FrequentFunctionsCalled",Desc="List functions that are most frequently called from bytecode - optionally include # of entries to list")
|
||||
+ManualAutoCompleteList=(Command="ScriptAudit FrequentInstructions",Desc="List most frequently used instructions - optionally include # of entries to list")
|
||||
+ManualAutoCompleteList=(Command="ScriptAudit TotalBytecodeSize",Desc="Gather total size of bytecode in bytes of currently loaded functions")
|
||||
+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.")
|
||||
+ManualAutoCompleteList=(Command="StartMovieCapture",Desc="")
|
||||
+ManualAutoCompleteList=(Command="StopMovieCapture",Desc="")
|
||||
+ManualAutoCompleteList=(Command="TraceTag",Desc="Draw traces that use the specified tag")
|
||||
+ManualAutoCompleteList=(Command="TraceTagAll",Desc="Draw all scene queries regardless of the trace tag")
|
||||
+ManualAutoCompleteList=(Command="VisLog",Desc="Launches Log Visualizer tool")
|
||||
+ManualAutoCompleteList=(Command="CycleNavDrawn",Desc="Cycles through navigation data (navmeshes for example) to draw one at a time")
|
||||
+ManualAutoCompleteList=(Command="Log ",Desc="<category> <level> Change verbosity level for a log category")
|
||||
+ManualAutoCompleteList=(Command="Log list",Desc="<search string> Search for log categories")
|
||||
+ManualAutoCompleteList=(Command="Log reset",Desc="Undo any changes to log verbosity")
|
||||
+ManualAutoCompleteList=(Command="RecordAnimation ActorName AnimName",Desc="Record animation for a specified actor to the specified file")
|
||||
+ManualAutoCompleteList=(Command="StopRecordingAnimation All",Desc="Stop all recording animations")
|
||||
+ManualAutoCompleteList=(Command="RecordSequence Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
|
||||
+ManualAutoCompleteList=(Command="StopRecordingSequence",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
|
||||
+ManualAutoCompleteList=(Command="RecordTake Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
|
||||
+ManualAutoCompleteList=(Command="StopRecordingTake",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
|
||||
+ManualAutoCompleteList=(Command="",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")
|
||||
+ManualAutoCompleteList=(Command="ProfileGPU",Desc="Profile one frame of rendering commands sent to the GPU")
|
||||
+ManualAutoCompleteList=(Command="ProfileGPUHitches",Desc="Toggle profiling of GPU hitches.")
|
||||
+ManualAutoCompleteList=(Command="DumpGPU",Desc="Dump one frame of rendering intermediary resources to disk.")
|
||||
+ManualAutoCompleteList=(Command="Automation",Desc="Run an automation command (e.g., Automation RunTests TestName)")
|
||||
+ManualAutoCompleteList=(Command="CsvProfile Start",Desc="Start CSV profiling.")
|
||||
+ManualAutoCompleteList=(Command="CsvProfile Stop",Desc="Stop CSV profiling.")
|
||||
+ManualAutoCompleteList=(Command="NetProfile Enable",Desc="Start network profiling.")
|
||||
+ManualAutoCompleteList=(Command="NetProfile Disable",Desc="Stop network profiling.")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug EnhancedInput",Desc="Displays debug information about the current state of any Enhanced Input Mapping Contexts")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug WorldSubsystemInput",Desc="Displays debug information about the current state of any Enhanced Input Mapping Contexts applied to the Enhanced Input world subsystem.")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug InputSettings",Desc="Displays debug information any user input settings, such as player mappable keys.")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug DeviceProperty",Desc="Display debug information about currently active Input Device Properties")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug Devices",Desc="Displays all current Platform Users and their Input Devices.")
|
||||
+ManualAutoCompleteList=(Command="ShowDebug AbilitySystem",Desc="Toggles debug information about the Gameplay Ability System")
|
||||
-AutoCompleteMapPaths=Content/Maps
|
||||
+AutoCompleteMapPaths=Content/Maps
|
||||
BackgroundOpacityPercentage=85.000000
|
||||
bOrderTopToBottom=False
|
||||
bDisplayHelpInAutoComplete=True
|
||||
InputColor=(B=230,G=230,R=230,A=255)
|
||||
HistoryColor=(B=180,G=180,R=180,A=255)
|
||||
AutoCompleteCommandColor=(B=185,G=109,R=144,A=255)
|
||||
AutoCompleteCVarColor=(B=86,G=158,R=86,A=255)
|
||||
AutoCompleteFadedColor=(B=100,G=100,R=100,A=255)
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9be553ed319f6bd350ef7ead8287de112894a7c2b62bebf05756a9939deab64d
|
||||
size 22900298
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c96c29eceb75159b56516c170f56282bd63a62585df512050ec524ebc640eee7
|
||||
size 4275
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07a14710d3255d27ae6ac2c29fc11ae4027641a93cb04d279183256332fa784b
|
||||
size 86607
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cbb6cc8baf0ee1f813ebdf571216daf208cec82eed8c16da7bda3ed155626b0
|
||||
size 95902
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de1eb01c7f0a62718975647a96547d5747321ed85272512b9562270703fde136
|
||||
size 87420
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9f721cc5a454001684f57705d47ab60cd3adc1a5f81c915b490c68810aec3e
|
||||
size 37644
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f642cbc57ad60d176a490114333536a1d734a8abde3bd1bcb1a60b6d13b0f17
|
||||
size 109069
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa1cc714190fe3783c66adc6e6378a5e94cdda519cea8e6d0d905c796c22a14a
|
||||
size 161087
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31937275c8c984d7562780821e1d65b3260934814f634a415a709376169db802
|
||||
size 129551
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bc18ed3cd44419ec6e29759c2f368d9e9ef8533e227616052e30bd23f618ea6
|
||||
size 90353
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c37e707a5bc23e587a916debaeaf52bee1f1034699b14e76a691235689fb311
|
||||
size 78517
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc6faf5623bffcd3eaf8250706973c54da2d7e8e899ac4e714c2e2d430f286d1
|
||||
size 23426
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9673f43a1bf4a686bfa3c3cebb0da48163ef6bca6c21befdf57fc9aa9a50256b
|
||||
size 100028
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f07babb1866e3bb0a0293f84b3c8a74afe5f2be0619e43b414693620897b018b
|
||||
size 109792
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1eb36d7e00fafa0491b632fffb0df96a038cdb4caa28230b9d876c3ac6a844d
|
||||
size 10653
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f73132ee0db5b6bdafe25b76c90c945e78581a987c4e2cc188d23c9836c7f3ce
|
||||
size 91498
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24c22b3e45869b4b647461d4922ed449f92f027df5256ebbb8be39a5a8b6354f
|
||||
size 108653
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:918d7ba8633eacb591a8146caa273d5a1efc88aeee5692be1c52469533f6580a
|
||||
size 104673
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04de9aa8ce923ff7dc7a71b6a404307434b07d649aa4516c90a01fd30a8d7985
|
||||
size 101177
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fe93d5da9ed0b53072c693cdbf982f4da4d8b786250b772283f86bb7da0654f
|
||||
size 99008
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63a2e2ffa3d71705d3a6e7cc09cf0b280e344add196d73edcbe17ce7e5bc8059
|
||||
size 129852
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8101e5bfed6e6d267b81c8be911455b41835026e3f5d6620602078debde7810e
|
||||
size 42825
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923cca4afbeb27022fbd6b8f8ce756390c24ee021cbc553c420ac0126082af75
|
||||
size 34510
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e396e47a90bab55f694b9413c05c2733fc8d0ef94f234d8460f37741dc8b987c
|
||||
size 130124
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b480b23497aaf3a050ffadf495e5139a0811f1be2d6fea157cb46b9141b253a0
|
||||
size 153144
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc38b007235563264c2ffc92695c5d9832a274b22b9bba223528677d9d05ed43
|
||||
size 145179
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:737bf530f1f91657ab20bdcf7d742080228167ea354b31e9947bc80712fe4162
|
||||
size 23582
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21bda03266b21211fe0111d13f5154cff7d2ae615463717150cdffba47905407
|
||||
size 93170
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6b20954dd6b3b33854e6a7cc9df055c448a53af24957879b71033f451406a8f
|
||||
size 81412
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fa2d253574c06e23354d7675edf2263f0c2c589c1381da30133d407c50d10c
|
||||
size 36574
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:312860faffe6811aeeec437b391ac490a87e3a62a231c2674da0608b146c86bb
|
||||
size 43544
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d97e987ea1080e8afef49bf6e1ccc3f63991dec8244588277e2ca8bdbde86c
|
||||
size 110584
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71d96fab84209b8c6219c8856a27adb3296f17540ed970db2ff11ec0534336e1
|
||||
size 21004
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cecbc58c0a5535b1c42e4590b8c2dca3192a06ccb33bb85bafc9c973b2f5379
|
||||
size 106369
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b763aa52fa56ec1fff196cefc44ac9db947451c5766fcd6cbdbabd043be5be74
|
||||
size 9844
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67a8a28085906a2b0bbfd36074412d13d2fdc909fba004746538c5528d4cba17
|
||||
size 79871
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51bd42a48ea3e445d993dad6904a35dfaa37bb434696ba1f9e88a985fc6495a4
|
||||
size 568960
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:258dcfe878fda70cdbbddf07e16610341dbe9ec67dd52c4a146cce82cf009b88
|
||||
size 92280
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79adbb979eb4802f4f43cd697a508515c9b9cfc38e8ef6913b1f9b2217824c75
|
||||
size 3064552
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d05a6caddc394ad6ef2e95c95d6a8f470b13e31d6fa2a156412159ea675672c
|
||||
size 861800
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f74ea780287c3159925973530b72923f227847674ab289e748100818f0954ae5
|
||||
size 8372620
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25deb0f332d4b17e2900792df8a8a9ab30a37a64441f0fd102b83948d9650dca
|
||||
size 2679717
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b6043b3bc48b0825108f020b75ed6bb371c67b64fbdbc6b0056b2c632f866a6
|
||||
size 100583
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e5f31e4ca6da33940ce03d4c0110046c0b7c5513af953cc51eff109d1230088
|
||||
size 577605
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62be3236311cae43e5f566bf6678e7b22557ac9cfa31ac6e4062f27a4bf8c1a8
|
||||
size 418758
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa3760e471b64195a75dcade6af5fc419b0e147d091dc58e9375fa076d91eedf
|
||||
size 5000352
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82d341e9bc81d75ffcc543f050d192eb32072689e3d1d955efeb243de5a9a3b4
|
||||
size 5804631
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8e79f8764fb4ad6469f654fd4a9f054c43a648a9b64023e9be7271baeae695b
|
||||
size 6669596
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7e6ab32650b0afa4bdd5f1fb7f621d713d0915a9ebf3406f9aaf07abc1f55ad
|
||||
size 7318
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7e6ab32650b0afa4bdd5f1fb7f621d713d0915a9ebf3406f9aaf07abc1f55ad
|
||||
size 7318
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b166f481d82f16deea9a589c146134470e2e2742bfd419d27b9e82bd4ef71e89
|
||||
size 12111613
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e6d6d34614398b216013612058705aaa0e05912ed982fed8a8d87b295a5d04d
|
||||
size 11734348
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d79daaee40002a0e275b1592634cdc20a23ec9ea11756a12c71e631ea826e362
|
||||
size 10726378
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3676f8a1699d72c6d2459c336a699380ce16ff5f5595d615c208b7c7cbb9184e
|
||||
size 7503712
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc084295ab1fae897d0219952bccbc6b232e702940ab1a4d9c74c4b363f99856
|
||||
size 9752542
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ad5e41423ce315365824182fffdb5c8e11f9274b3fe8c59bdb151c86b7f9847
|
||||
size 12266422
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f011a11a993e63426ddf999eb23773ff442dc1d866cd91130e27a71d4c5b753
|
||||
size 10875966
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:151a17ef8cbc47733a6f8b98809c5063842d46ecfc68097a482b769dc2f0a6e9
|
||||
size 2865756
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42379293ecaf5e99123603a8a080593cc901f221af712e6dada1ddef118ba1ea
|
||||
size 1298026
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a47ae5d08b9d9b022a4f0b21fdbfcaae08773eff2cfc3c5ce150ade3e779eb92
|
||||
size 623694
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d664fe9576100f8eab4fe1e1570b3c9230d6fa738400ccf0bc12e103071f23b
|
||||
size 7911137
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71d20ce1c815b3bd07a15d107af97d7ed8017d863a897d62024825b5f2e6ed60
|
||||
size 5375371
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:438bb15c87a1668b2f7ee3944729b55f8ff55f9c8ed8212c3e40343145a7ee85
|
||||
size 9672962
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e89d6defa6cfc373f930daffe8fdad29a27e33cf7604951da3851ea7d7b131
|
||||
size 226861
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:663e739810dcbab8e5ac8a0498d9ab050f30f389168e877abe88ec57d222ccd3
|
||||
size 1893408
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e92992cc8cb2aec248df48a3fc0e5fcae224d228a665ca58674a2ed1c25f329f
|
||||
size 710626
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d084ecd7dc18892d0685ebf3da659aa3997c880c0adb78b6c1c655d1b90d14b8
|
||||
size 1710197
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c51f96dfcc11d1bb81d2cf7c959c296f4f7ddf0f787848cab8ced299a36703a
|
||||
size 2114963
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c685faed632f4200d7040f04554906e156bceb85fd4c8d5433f63841d1a81444
|
||||
size 6569273
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e266613bf46a2588ebec1d245c506b5878bc0ea07402e3894d60cf0b9a1fb0c
|
||||
size 3891849
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd53ea801ea79531f079040546b124ade6a7068cf706afb9a86eea3f313ca187
|
||||
size 7280385
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c4f23e0b339bb1a226747338e9037b736eb620296a760e0b6519cc4390a92cf
|
||||
size 15530
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:431097b20ab327c54f3918eb3aba4cac962aab4f7f04a8adf95cd3a8bee39567
|
||||
size 162064
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5ed7787e1e7dd15b12b970575e22605a3f7d0c2d9eebdf1c0e8bc234c9653a8
|
||||
size 101205
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73014e07e79cb8c28cdee4a1e3316a0ac686825339ee9ffe8c47ca3077784d0
|
||||
size 84626
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b60a595c9d5e804bb3597fdd26d27f73dfedcb34a2978d2f3adf754d5ae2beb5
|
||||
size 105172
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e883bfcb5942352e3d2a02684145afc2adc8adb36539e7e32e0de24bf0418100
|
||||
size 132353
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c294b4c2d467b2dfaab17a2a854319c0e3e10eed878a12c52618f42b287e2914
|
||||
size 98173
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06b71117ea9c68f74bc49ba7218d687d068230fb582d7678f29ed19c9c4ff9dc
|
||||
size 153977
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef2dd015cc7557e654c7f13ec909e37e3b70ecd72e0d15764f1a4572b0e1d4a
|
||||
size 121820
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c32895843e325286af0c699885f51fe23da367d3c822b7a617397097316f76b7
|
||||
size 82813
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94298b63fc4715dc30f64c5f1b10a22fc11052d9016217b5007e493421e05aee
|
||||
size 85597
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec8455b95b2967e85c686c2084e87a4c66f8e07cc581e223a9f08a6be3b8ae81
|
||||
size 114122
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54ec965b125c7a7a8f1f104a0d199935f99fa32996801cf693b2ac912870fcec
|
||||
size 163555
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce183ebc754fa08c67b9eefb027e44f2a9d8ed8c74550fedd3a8c9339210325d
|
||||
size 88379
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:657f9d1a36a3322e21c4b83235f133cf397e76fa3c28042925060492f6aa708b
|
||||
size 88353
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9555557111e9fff2a6284f52245a3f9e39817852ec8fd6d855931748b10c7a5
|
||||
size 100849
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user