From 8a7a5ada4b9b9137d42abd10886267b253d7eb51 Mon Sep 17 00:00:00 2001 From: Kontson Date: Fri, 9 May 2025 15:04:39 +0300 Subject: [PATCH] Procedural wave spawning system, Spawnpoints , Removed unnecessary prints, --- HandyMann/Content/Arena_source/cod.uasset | 2 +- HandyMann/Content/VRTemplate/Audio/fireballShoot.uasset | 4 ++-- HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset | 4 ++-- HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset | 4 ++-- HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset | 3 +++ HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset | 3 +++ HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap | 4 ++-- HandyMann/HandyMann.uproject | 2 +- 8 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset create mode 100644 HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset diff --git a/HandyMann/Content/Arena_source/cod.uasset b/HandyMann/Content/Arena_source/cod.uasset index a9050c4..b340b08 100644 --- a/HandyMann/Content/Arena_source/cod.uasset +++ b/HandyMann/Content/Arena_source/cod.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d78d10dcec61af3846c513a98d3fddd0381e5c4ad768934b31473d11c93098b4 +oid sha256:e2363c49c22b44a01b2053781c66b9c7c8a9b2bb5458d77c1853b3d0a941f5c3 size 1173245 diff --git a/HandyMann/Content/VRTemplate/Audio/fireballShoot.uasset b/HandyMann/Content/VRTemplate/Audio/fireballShoot.uasset index c428912..80cedbe 100644 --- a/HandyMann/Content/VRTemplate/Audio/fireballShoot.uasset +++ b/HandyMann/Content/VRTemplate/Audio/fireballShoot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74b6fa985ebff930ba2040c4f170ee59dbdef5aaf3ee020d14a38789ffd0d077 -size 487932 +oid sha256:1d9ddf3cb53f3641b2b2442e59fe6a3f9e815ba55447816516d1e5bdc5dcd830 +size 488016 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset index 7270d36..40ae340 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f905f96e1bf715e90a8ab6bfcf4e356eeddbbc82f01f9029e94c37063320bf32 -size 72199 +oid sha256:d0ea8f4ae9f5097a4f890bebaed232ec147ed3cdfa35c521de22b3442b5458d7 +size 78013 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset index 902bc30..b2d6c70 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89b67e4b672e09de201b3e4ab70825daf10cb34e6820706c16e3ae46983f543c -size 100771 +oid sha256:2e0d94584d34b3cd52557e891f6950ae00a6ae0d30705e9b0da230d637bd70b9 +size 95304 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset new file mode 100644 index 0000000..0e4a0e2 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7b9d354fcb7e4cc77aaee21bae0c22fcfbeba76a6ab8668b6834d4c75b85b7 +size 22773 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset new file mode 100644 index 0000000..14c60d2 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de8ee12c67aa97f692851ead58df0cfb22612a33b97a15650605de0effcf04a +size 137748 diff --git a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap index a348123..30611bb 100644 --- a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap +++ b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c811470b097c338b65de9f3fd310fabd813e8e5c7291ad0113e889f5f91e299c -size 101672 +oid sha256:ab9a3e0aff17a25985a81b31679b5849db69e1e27a30fedd6ef994342ad51bdc +size 233246 diff --git a/HandyMann/HandyMann.uproject b/HandyMann/HandyMann.uproject index 91799a5..9bc4e37 100644 --- a/HandyMann/HandyMann.uproject +++ b/HandyMann/HandyMann.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "{AA292635-4990-630A-EA32-49A2B04F4842}", + "EngineAssociation": "5.5", "Category": "", "Description": "", "Plugins": [