This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
forked from w4ffl35/ALSReplicated
-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved how AI get the near player Changes to be committed: modified: ALSReplicated.uproject modified: Config/DefaultEngine.ini modified: Config/DefaultGame.ini new file: Config/HoloLens/HoloLensEngine.ini modified: Content/AdvancedLocomotionV4/Blueprints/CameraSystem/ALS_PlayerCameraManager.uasset deleted: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/AI_Sense.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_AI_Controller.uasset deleted: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_AnimMan_Character_AI_BPI.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_BTTask_SetFocus.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_BT_AICharacter.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_AnimMan_CharacterBP.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Base_CharacterBP.uasset deleted: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_ComponentManager.uasset deleted: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_ComponentManagerCharacter.uasset modified: Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Player_Controller.uasset modified: Content/AdvancedLocomotionV4/CharacterAssets/MannequinSkeleton/ALS_AnimBP.uasset deleted: Content/AdvancedLocomotionV4/Data/Enums/ALS_SpawnMode.uasset deleted: Content/AdvancedLocomotionV4/Data/Enums/ALS_Spawnmethod.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Arch_01.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Arch_02.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Barrel.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Barrel_Broken.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Bench.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Cart.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Crate.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Crate_Broken.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Fountain_01.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Fountain_02.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Rock.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_1x1.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_2x2.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_3x3.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Floor_1km.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Floor_20x20.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_InfoWall_3x5.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Pillar.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Platform_2x2.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_TitleBoard.uasset modified: Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Wall_2x20.uasset modified: Content/AdvancedLocomotionV4/Environment/SimpleMovingObject.uasset modified: Content/AdvancedLocomotionV4/Environment/SimpleObjectBuilder.uasset modified: Content/AdvancedLocomotionV4/Levels/ALS_DemoLevel.umap modified: Content/AdvancedLocomotionV4/Levels/ALS_DemoLevel_BuiltData.uasset new file: Content/AdvancedLocomotionV4/Levels/ALS_GridLevel_BuiltData.uasset
- Loading branch information
Showing
44 changed files
with
89 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
{ | ||
"FileVersion": 3, | ||
"EngineAssociation": "4.26", | ||
"EngineAssociation": "5.0", | ||
"Category": "", | ||
"Description": "" | ||
"Description": "", | ||
"Plugins": [ | ||
{ | ||
"Name": "Bridge", | ||
"Enabled": true, | ||
"SupportedTargetPlatforms": [ | ||
"Win64", | ||
"Mac", | ||
"Linux" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
|
||
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings] | ||
bBuildForEmulation=False | ||
bBuildForDevice=True | ||
bUseNameForLogo=True | ||
bBuildForRetailWindowsStore=False | ||
bAutoIncrementVersion=False | ||
bShouldCreateAppInstaller=False | ||
AppInstallerInstallationURL= | ||
HoursBetweenUpdateChecks=0 | ||
bEnablePIXProfiling=False | ||
TileBackgroundColor=(B=64,G=0,R=0,A=255) | ||
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255) | ||
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=()) | ||
TargetDeviceFamily=Windows.Holographic | ||
MinimumPlatformVersion= | ||
MaximumPlatformVersionTested=10.0.18362.0 | ||
MaxTrianglesPerCubicMeter=500.000000 | ||
SpatialMeshingVolumeSize=20.000000 | ||
CompilerVersion=Default | ||
Windows10SDKVersion=10.0.18362.0 | ||
+CapabilityList=internetClientServer | ||
+CapabilityList=privateNetworkClientServer | ||
+Uap2CapabilityList=spatialPerception | ||
bSetDefaultCapabilities=False | ||
SpatializationPlugin= | ||
ReverbPlugin= | ||
OcclusionPlugin= | ||
SoundCueCookQualityIndex=-1 | ||
|
Binary file modified
BIN
-8.39 KB
(98%)
Content/AdvancedLocomotionV4/Blueprints/CameraSystem/ALS_PlayerCameraManager.uasset
Binary file not shown.
Binary file removed
BIN
-2.16 KB
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/AI_Sense.uasset
Binary file not shown.
Binary file modified
BIN
+4.42 KB
(120%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_AI_Controller.uasset
Binary file not shown.
Binary file removed
BIN
-1.31 MB
...ent/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_AnimMan_Character_AI_BPI.uasset
Binary file not shown.
Binary file modified
BIN
+40.6 KB
(250%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_BTTask_SetFocus.uasset
Binary file not shown.
Binary file modified
BIN
+29 Bytes
(100%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/AI/ALS_BT_AICharacter.uasset
Binary file not shown.
Binary file modified
BIN
-259 KB
(81%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_AnimMan_CharacterBP.uasset
Binary file not shown.
Binary file modified
BIN
-179 KB
(95%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Base_CharacterBP.uasset
Binary file not shown.
Binary file removed
BIN
-2.6 KB
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_ComponentManager.uasset
Binary file not shown.
Binary file removed
BIN
-2.55 KB
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_ComponentManagerCharacter.uasset
Binary file not shown.
Binary file modified
BIN
+5.02 KB
(100%)
Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Player_Controller.uasset
Binary file not shown.
Binary file modified
BIN
+2.32 MB
(120%)
Content/AdvancedLocomotionV4/CharacterAssets/MannequinSkeleton/ALS_AnimBP.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-69.1 KB
(26%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Arch_01.uasset
Binary file not shown.
Binary file modified
BIN
-79.1 KB
(27%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Arch_02.uasset
Binary file not shown.
Binary file modified
BIN
-65.5 KB
(38%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Barrel.uasset
Binary file not shown.
Binary file modified
BIN
-74.8 KB
(44%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Barrel_Broken.uasset
Binary file not shown.
Binary file modified
BIN
-84.7 KB
(56%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Bench.uasset
Binary file not shown.
Binary file modified
BIN
-76.7 KB
(40%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Cart.uasset
Binary file not shown.
Binary file modified
BIN
-62.7 KB
(27%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Crate.uasset
Binary file not shown.
Binary file modified
BIN
-77.5 KB
(39%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Crate_Broken.uasset
Binary file not shown.
Binary file modified
BIN
-84.5 KB
(37%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Fountain_01.uasset
Binary file not shown.
Binary file modified
BIN
-77 KB
(34%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Fountain_02.uasset
Binary file not shown.
Binary file modified
BIN
-82.8 KB
(41%)
Content/AdvancedLocomotionV4/Environment/Meshes/Complex_Rock.uasset
Binary file not shown.
Binary file modified
BIN
-64.4 KB
(20%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_1x1.uasset
Binary file not shown.
Binary file modified
BIN
-68.1 KB
(18%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_2x2.uasset
Binary file not shown.
Binary file modified
BIN
-71 KB
(18%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Block_3x3.uasset
Binary file not shown.
Binary file modified
BIN
-292 KB
(23%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Floor_1km.uasset
Binary file not shown.
Binary file modified
BIN
-71.7 KB
(17%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Floor_20x20.uasset
Binary file not shown.
Binary file modified
BIN
-74.7 KB
(16%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_InfoWall_3x5.uasset
Binary file not shown.
Binary file modified
BIN
-69.4 KB
(18%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Pillar.uasset
Binary file not shown.
Binary file modified
BIN
-66.7 KB
(19%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Platform_2x2.uasset
Binary file not shown.
Binary file modified
BIN
-72.9 KB
(17%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_TitleBoard.uasset
Binary file not shown.
Binary file modified
BIN
-71.2 KB
(17%)
Content/AdvancedLocomotionV4/Environment/Meshes/Simple_Wall_2x20.uasset
Binary file not shown.
Binary file modified
BIN
-62.3 KB
(73%)
Content/AdvancedLocomotionV4/Environment/SimpleMovingObject.uasset
Binary file not shown.
Binary file modified
BIN
-69.9 KB
(57%)
Content/AdvancedLocomotionV4/Environment/SimpleObjectBuilder.uasset
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-94.3 KB
(79%)
Content/AdvancedLocomotionV4/Levels/ALS_DemoLevel_BuiltData.uasset
Binary file not shown.
Binary file not shown.