dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"FileVersion": 3,
"Version": 10,
"VersionName": "1.4.2",
"FriendlyName": "AI Cover System",
"Description": "A code plugin framework to implement cover mechanics for an AI. Fully procedural and dynamic - set up it only once, and it works everywhere.",
"Category": "AI",
"CreatedBy": "Fullstag Interactive",
"CreatedByURL": "",
"DocsURL": "https://drive.google.com/file/d/1JZr2UVmyDutgo7WMjjevGojPvZXnd-sL/view?usp=sharing",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/0966972104ff4e94874096f15cf4f7f5",
"SupportURL": "",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "AICoverSystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}

View file

@ -0,0 +1,70 @@
{
"FileVersion": 3,
"Version": 13,
"VersionName": "4.12",
"FriendlyName": "Advanced Locomotion System Refactored",
"Description": "Completely reworked and improved version of the Community Version of Advanced Locomotion System V4.",
"Category": "Animation",
"CreatedBy": "Sixze",
"CreatedByURL": "https://github.com/Sixze",
"DocsURL": "https://github.com/Sixze/ALS-Refactored",
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/advanced-locomotion-system-v1",
"SupportURL": "https://github.com/Sixze/ALS-Refactored/discussions",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ALS",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSCamera",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSExtras",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "GameplayCameras",
"Enabled": true
},
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "Metasound",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "PropertyAccessNode",
"Enabled": true
}
]
}

View file

@ -0,0 +1,7 @@
[CoreRedirects]
+StructRedirects=(OldName="/Script/ALS.AlsLookTowardsCameraState",NewName="/Script/ALS.AlsLookState")
+PropertyRedirects=(OldName="/Script/ALS.AlsViewAnimationState.LookTowardsCamera",NewName="/Script/ALS.AlsViewAnimationState.Look")
+FunctionRedirects=(OldName="/Script/ALS.AlsLinkedAnimationInstance.ReinitializeLookTowardsCamera",NewName="/Script/ALS.AlsLinkedAnimationInstance.ReinitializeLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsLinkedAnimationInstance.RefreshLookTowardsCamera",NewName="/Script/ALS.AlsLinkedAnimationInstance.RefreshLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsAnimationInstance.ReinitializeLookTowardsCamera",NewName="/Script/ALS.AlsAnimationInstance.ReinitializeLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsAnimationInstance.RefreshLookTowardsCamera",NewName="/Script/ALS.AlsAnimationInstance.RefreshLook")

View file

@ -0,0 +1,7 @@
[SystemSettings]
Net.IsPushModelEnabled=1 ; Required for more efficient properties replication on the server.
p.NetUsePackedMovementRPCs=1 ; Required for view network smoothing on the listen server.
a.URO.DisableInterpolation=1 ; If interpolation is enabled, the character may jitter during rotation and foot locking will not be able to work properly.
[/Script/Engine.PhysicsSettings]
bTickPhysicsAsync=False ; If enabled, the character may fall through the ground when landing while the ragdoll is active.

View file

@ -0,0 +1,26 @@
[/Script/Engine.InputSettings]
bEnableLegacyInputScales=False
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
[/Script/Engine.PlayerInput]
+DebugExecBindings=(Key=Zero,Command="ShowDebug",Shift=True)
+DebugExecBindings=(Key=One,Command="ShowDebug Als.Curves",Shift=True)
+DebugExecBindings=(Key=Two,Command="ShowDebug Als.State",Shift=True)
+DebugExecBindings=(Key=Three,Command="ShowDebug Als.Shapes",Shift=True)
+DebugExecBindings=(Key=Four,Command="ShowDebug Als.Traces",Shift=True)
+DebugExecBindings=(Key=Five,Command="ShowDebug Als.Mantling",Shift=True)
+DebugExecBindings=(Key=Six,Command="ShowDebug Als.CameraCurves",Shift=True)
+DebugExecBindings=(Key=Seven,Command="ShowDebug Als.CameraShapes",Shift=True)
+DebugExecBindings=(Key=Eight,Command="ShowDebug Als.CameraTraces",Shift=True)
[/Script/EngineSettings.ConsoleSettings]
+ManualAutoCompleteList=(Command="Stat Als",Desc="Displays ALS performance statistics.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Curves",Desc="Displays animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.State",Desc="Displays character state.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Shapes",Desc="Displays debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Traces",Desc="Displays animation traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Mantling",Desc="Displays mantling traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraCurves",Desc="Displays camera animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraShapes",Desc="Displays camera debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraTraces",Desc="Displays camera traces.")

View file

@ -0,0 +1,34 @@
{
"FileVersion": 3,
"FriendlyName": "Advanced Sessions",
"Version": 5.1,
"VersionName": "5.1",
"Description": "Adds new blueprint functions to handle more advanced session operations.",
"Category": "Advanced Sessions Plugin",
"CreatedBy": "Joshua Statzer",
"CreatedByURL": "N/A",
"Modules": [
{
"Name": "AdvancedSessions",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
],
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false
}

View file

@ -0,0 +1 @@
[FilterPlugin]

View file

@ -0,0 +1,42 @@
{
"FileVersion" : 3,
"FriendlyName" : "Advanced Steam Sessions",
"Version" : 5.1,
"VersionName": "5.1",
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
"Category" : "Advanced Sessions Plugin",
"CreatedBy" : "Joshua Statzer",
"CreatedByURL" : "N/A",
"Modules" :
[
{
"Name" : "AdvancedSteamSessions",
"Type" : "RunTime",
"LoadingPhase" : "PreDefault"
}
],
"Plugins": [
{
"Name": "AdvancedSessions",
"Enabled": true
},
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "SteamShared",
"Enabled": true
}
]
}

View file

@ -0,0 +1,25 @@
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "CmAnalytics",
"Description" : "Sends analytic API calls to AWS Athena",
"Category" : "Analytics",
"CreatedBy" : "Creative Mobile",
"CreatedByURL" : "https://cm.games",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "CmAnalytics",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
}
]
}

View file

@ -0,0 +1,24 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ImporterRules (Python)",
"Description": "Example project showing how to do rules based import settings to assets from python.",
"Category": "Other",
"CreatedBy": "Ryan DowlingSoka",
"CreatedByURL": "https://ryandowlingsoka.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": false,
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
]
}

View file

@ -0,0 +1,41 @@
{
"FileVersion": 3,
"Version": 60,
"VersionName": "1.13.3",
"FriendlyName": "HTN Planning",
"Description": "Adds Hierarchical Task Network planning functionality as an alternative to Behavior Trees",
"Category": "AI",
"CreatedBy": "Maks Maisak",
"CreatedByURL": "maksmaisak.github.io",
"DocsURL": "http://maksmaisak.github.io/htn",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/29560d88937e4cd1a435f4b634890655",
"SupportURL": "mailto:max.maisak+support@gmail.com",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "HTN",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"IOS",
"Android"
]
},
{
"Name": "HTNEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"IOS",
"Android"
]
}
]
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
[FilterPlugin]
/Scripts/*
/LinuxIntermediate/Build/Linux/UnrealEditor/Inc/Sentry/UHT/*
/LinuxIntermediate/Build/Linux/UnrealGame/Development/Sentry/*
/LinuxIntermediate/Build/Linux/UnrealGame/Inc/Sentry/UHT/*
/LinuxIntermediate/Build/Linux/UnrealGame/Shipping/Sentry/*
/LinuxIntermediate/Build/Linux/x64/UnrealGame/Development/Sentry/*
/LinuxIntermediate/Build/Linux/x64/UnrealGame/Shipping/Sentry/*
/sentry-cli.properties

View file

@ -0,0 +1,53 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.16.0",
"FriendlyName": "Sentry",
"Description": "Sentry catches all your errors and performance issues, and shows you how to fix them before they bring down the player experience.",
"Category": "Code Plugins",
"CreatedBy": "Sentry",
"CreatedByURL": "https://sentry.io/",
"DocsURL": "https://docs.sentry.io/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/99f5c02de5fa49ab97976a3a852e5408",
"SupportURL": "https://docs.sentry.io/support/",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Sentry",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Android", "IOS", "Linux" ]
},
{
"Name": "SentryEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Android", "IOS", "Linux" ]
}
],
"PreBuildSteps":
{
"Win64": [
"if \"$(TargetPlatform)\"==\"Linux\" (\n if exist \"$(PluginDir)/LinuxIntermediate\" (\n if not exist \"$(PluginDir)/Intermediate/Build/Linux\" (echo | xcopy \"$(PluginDir)/LinuxIntermediate\" \"$(PluginDir)/Intermediate/Build/Linux\" /E /H /C /I) \n) \n)",
]
},
"PostBuildSteps":
{
"Mac": [
"if [ $(TargetPlatform) = \"Mac\" ] && [ ! -f \"$(PluginDir)/Binaries/Mac/sentry.dylib\" ]; then\n cp \"$(PluginDir)/Source/ThirdParty/Mac/bin/sentry.dylib\" \"$(PluginDir)/Binaries/Mac/sentry.dylib\"\nfi",
"if [ -f \"$(PluginDir)/Scripts/upload-debug-symbols.sh\" ]; then\n sh \"$(PluginDir)/Scripts/upload-debug-symbols.sh\" $(TargetPlatform) $(TargetName) $(TargetType) $(TargetConfiguration) \"$(ProjectDir)\" \"$(PluginDir)\"\nelse\n echo \"Sentry: Symbol upload script is missing. Skipping post build step.\"\nfi"
],
"Linux": [
"if [ -f \"$(PluginDir)/Scripts/upload-debug-symbols.sh\" ]; then\n sh \"$(PluginDir)/Scripts/upload-debug-symbols.sh\" $(TargetPlatform) $(TargetName) $(TargetType) $(TargetConfiguration) \"$(ProjectDir)\" \"$(PluginDir)\"\nelse\n echo \"Sentry: Symbol upload script is missing. Skipping post build step.\"\nfi"
],
"Win64": [
"set CRASHPAD_HANDLER=\"$(PluginDir)/Binaries/Linux/crashpad_handler\"",
"if \"$(TargetPlatform)\"==\"Linux\" (\n if not exist \"%CRASHPAD_HANDLER%\" (xcopy \"$(PluginDir)/Source/ThirdParty/Linux/bin/*\" \"$(PluginDir)/Binaries/Linux/\" /F /R /Y /I)\n)",
"set SYM_UPLOAD_SCRIPT=\"$(PluginDir)/Scripts/upload-debug-symbols-win.bat\"",
"if exist \"%SYM_UPLOAD_SCRIPT%\" (call \"%SYM_UPLOAD_SCRIPT%\" $(TargetPlatform) $(TargetName) $(TargetType) $(TargetConfiguration) \"$(ProjectDir)\" \"$(PluginDir)\") else (\necho Warning: Sentry: Symbol upload script is missing. Skipping post build step.\n)"
]
}
}

View file

@ -0,0 +1,45 @@
{
"FileVersion": 3,
"Version": 5.3,
"VersionName": "5.3",
"FriendlyName": "OpenXRExpansionPlugin",
"Description": "An set of utility functions for OpenXR",
"Category": "Virtual Reality",
"CreatedBy": "Joshua (MordenTral) Statzer",
"CreatedByURL": "http://www.vreue4.com",
"DocsURL": "http://www.vreue4.com",
"MarketplaceURL": "",
"SupportURL": "http://www.vreue4.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
],
"Modules": [
{
"Name": "OpenXRExpansionPlugin",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
,
{
"Name": "OpenXRExpansionEditor",
"Type": "UnCookedOnly",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true
},
{
"Name": "XRBase",
"Enabled": true
}
]
}

View file

@ -0,0 +1,44 @@
{
"FileVersion": 3,
"Version": 5.3,
"VersionName": "5.3",
"FriendlyName": "VRExpansionPlugin",
"Description": "Adds several new VR features & components to UE4",
"Category": "VRExpansion",
"CreatedBy": "Joshua (MordenTral) Statzer",
"CreatedByURL": "http://www.vreue4.com",
"DocsURL": "http://www.vreue4.com",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
],
"Modules": [
{
"Name": "VRExpansionPlugin",
"Type": "RunTime",
"LoadingPhase": "Default"
},
{
"Name": "VRExpansionEditor",
"Type": "UnCookedOnly",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
},
{
"Name": "XRBase",
"Enabled": true
}
]
}