diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 380514b..0c5d141 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -114,8 +114,15 @@ ManualIPAddress= +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. ") -+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Overlap,bTraceType=False,bStaticObject=False,Name="Player") -+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Overlap,bTraceType=False,bStaticObject=False,Name="Enemy") ++Profiles=(Name="EnemyUnit",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="Enemy",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PlayerProjectile")),HelpMessage="Needs description") ++Profiles=(Name="PlayerUnit",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="Player",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="EnemyProjectile")),HelpMessage="Needs description") ++Profiles=(Name="EnemyProjectile",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="EnemyProjectile",CustomResponses=((Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore),(Channel="Player")),HelpMessage="Needs description") ++Profiles=(Name="PlayerProjectile",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="PlayerProjectile",CustomResponses=((Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore),(Channel="Enemy")),HelpMessage="Needs description") ++Profiles=(Name="CharacterCapsule",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="Needs description") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="Player") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="Enemy") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="PlayerProjectile") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="EnemyProjectile") -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") -ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") -ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") diff --git a/Content/Blueprints/BP_GameState.uasset b/Content/Blueprints/BP_GameState.uasset index b90a63f..d3a4393 100644 --- a/Content/Blueprints/BP_GameState.uasset +++ b/Content/Blueprints/BP_GameState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01ebaf81743c40b51084eb7cfb0970a2d5a6a3173449240473bbbdbb2ecb63e4 -size 206123 +oid sha256:dac78754f689f50a8de2004925f3dc8aee483da2265d658b269a2ca2e7a00e92 +size 227661 diff --git a/Content/Blueprints/BP_PlayerController.uasset b/Content/Blueprints/BP_PlayerController.uasset index 82385ef..7241f5d 100644 --- a/Content/Blueprints/BP_PlayerController.uasset +++ b/Content/Blueprints/BP_PlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e2f36a1f60f17c953f05438cca5deba3e335bd48daee1569c4d15f00ebc9fb7 -size 325882 +oid sha256:9f03d94ac0052e3fc51a5ccac164c7c59c5685b3fad751ae81cbdfec17223c89 +size 382308 diff --git a/Content/Blueprints/Levels/WavesInvasion/Invasion_Wave1.uasset b/Content/Blueprints/Levels/WavesInvasion/Invasion_Wave1.uasset index 27c2d5e..86b31ad 100644 --- a/Content/Blueprints/Levels/WavesInvasion/Invasion_Wave1.uasset +++ b/Content/Blueprints/Levels/WavesInvasion/Invasion_Wave1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:531b34d0148d969244fdaf319c81c4d4b1e762f083e5bee66067fb72f76561ad -size 1883 +oid sha256:c64af14023bebea3136f759532046adbde0f2cbcb25f57684f94cf1fc5a163a3 +size 1911 diff --git a/Content/Blueprints/UI/Components/WBP_Window.uasset b/Content/Blueprints/UI/Components/WBP_Window.uasset index 9561e48..8923656 100644 --- a/Content/Blueprints/UI/Components/WBP_Window.uasset +++ b/Content/Blueprints/UI/Components/WBP_Window.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7394b82cf26af9a0f1714f01f58117ec855c47d081a96690ebf8a9cd623364b -size 55191 +oid sha256:853181a04769151c0d2003461a79010c00e74664b48cf08d310f7961a851edc1 +size 55657 diff --git a/Content/Blueprints/UI/VictoryScreen/WBP_Victory_Screen.uasset b/Content/Blueprints/UI/VictoryScreen/WBP_Victory_Screen.uasset new file mode 100644 index 0000000..82d6eac --- /dev/null +++ b/Content/Blueprints/UI/VictoryScreen/WBP_Victory_Screen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8287636bd5a028564a2a9c1a35ccc8a98932f63ef5c43c545afba161513979 +size 47291 diff --git a/Content/Blueprints/Units/Common/AI/BTTask_MoveToClosestEnemy.uasset b/Content/Blueprints/Units/Common/AI/BTTask_MoveToClosestEnemy.uasset index 5bc3d9a..f86457d 100644 --- a/Content/Blueprints/Units/Common/AI/BTTask_MoveToClosestEnemy.uasset +++ b/Content/Blueprints/Units/Common/AI/BTTask_MoveToClosestEnemy.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaae25d3edbc4fd23cd1a87b1eb569c17dcb073e216d68664f2ed4113869a260 -size 249756 +oid sha256:50d37913cf276c77297b356e66695104e4ae24cf4335e44b053cea4d8d31135f +size 262697 diff --git a/Content/Blueprints/Units/Common/BP_Unit.uasset b/Content/Blueprints/Units/Common/BP_Unit.uasset index f539fce..450c8f5 100644 --- a/Content/Blueprints/Units/Common/BP_Unit.uasset +++ b/Content/Blueprints/Units/Common/BP_Unit.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc3592e5f4014a5f8b1c1042ce06368b9aaaef4fcaa2554d0cca33b75e94f115 -size 526925 +oid sha256:a6c365e0d3cd0536b03a5217f1ba4d6f7e56bd72f7d402823a34b96cc2408c52 +size 524208 diff --git a/Content/Blueprints/Units/Common/Projectiles/BP_Projectile_Basic.uasset b/Content/Blueprints/Units/Common/Projectiles/BP_Projectile_Basic.uasset index 453d9d8..76be613 100644 --- a/Content/Blueprints/Units/Common/Projectiles/BP_Projectile_Basic.uasset +++ b/Content/Blueprints/Units/Common/Projectiles/BP_Projectile_Basic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f81d725310c6b2b2e8cb867d24ec1650cb24ba871aa712ee3286434ce43ace1d -size 24162 +oid sha256:a614b20fee7773016f910ab2c80b457fd1df76baaa16eb1201d1f712fa56794d +size 24272 diff --git a/Content/Blueprints/Units/EM_CQB/BP_EM_CQB.uasset b/Content/Blueprints/Units/EM_CQB/BP_EM_CQB.uasset index be9f8ff..03e5143 100644 --- a/Content/Blueprints/Units/EM_CQB/BP_EM_CQB.uasset +++ b/Content/Blueprints/Units/EM_CQB/BP_EM_CQB.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09382074615599e245b7ad7b6a96f8ada324777fc35aa03bdbfc407df7606783 -size 45465 +oid sha256:6508fb941f51f9aae4418c298c706889cb83188534be597ada2d2adff54c4dc6 +size 46240 diff --git a/Content/Blueprints/Units/EM_CQB/DA_EM_CQB.uasset b/Content/Blueprints/Units/EM_CQB/DA_EM_CQB.uasset index 7678d7b..d0bb76c 100644 --- a/Content/Blueprints/Units/EM_CQB/DA_EM_CQB.uasset +++ b/Content/Blueprints/Units/EM_CQB/DA_EM_CQB.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74b742fc1cb74b37829d1b22518545c98ee91bc226ef91a98e2db46ffcda8267 +oid sha256:7ccace6a73134e1fd9d0baf5a50232e983a42f31c1bcfd3c235e975dfe970eb8 size 3304 diff --git a/Content/Blueprints/Units/EM_Rifleman/BP_EM_Rifleman.uasset b/Content/Blueprints/Units/EM_Rifleman/BP_EM_Rifleman.uasset index 4167ca6..ea567b8 100644 --- a/Content/Blueprints/Units/EM_Rifleman/BP_EM_Rifleman.uasset +++ b/Content/Blueprints/Units/EM_Rifleman/BP_EM_Rifleman.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7d5ab8f57fb8025d34d3ea154008e40d649e7907d939ca224ac3cad7295ebc1 -size 45540 +oid sha256:59e5fcec635ac525c1c0b52301fe6de5edd77a9bbf05d808e7d9d77793b09a8d +size 45750 diff --git a/Content/Blueprints/Units/M_Mite/BP_Mite.uasset b/Content/Blueprints/Units/M_Mite/BP_Mite.uasset index f2075a0..2bff194 100644 --- a/Content/Blueprints/Units/M_Mite/BP_Mite.uasset +++ b/Content/Blueprints/Units/M_Mite/BP_Mite.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:228426082c3dd252a26fad00e4bc22259ad1d542cbbd8da0db7aab4dd69b5e65 -size 31978 +oid sha256:d0396efd4c603877ac19756c34dda8646f0df1b6fa05f9d8df02f67a89b3f6d6 +size 34270 diff --git a/Content/Blueprints/Units/M_Wyrm/BP_Wyrm.uasset b/Content/Blueprints/Units/M_Wyrm/BP_Wyrm.uasset index f926989..9916250 100644 --- a/Content/Blueprints/Units/M_Wyrm/BP_Wyrm.uasset +++ b/Content/Blueprints/Units/M_Wyrm/BP_Wyrm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59c7b5cb360ab423f7f3769b0eea6bc97643d0196295547e463c323c40b27f76 -size 44447 +oid sha256:8d603ed442af875c598785984926aca36d7740a3c590a050b01966427f4fd568 +size 46829 diff --git a/Content/Blueprints/Units/M_Wyrm/BP_Wyrm_Projectile.uasset b/Content/Blueprints/Units/M_Wyrm/BP_Wyrm_Projectile.uasset index 89f9feb..53eb96e 100644 --- a/Content/Blueprints/Units/M_Wyrm/BP_Wyrm_Projectile.uasset +++ b/Content/Blueprints/Units/M_Wyrm/BP_Wyrm_Projectile.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db76c1186a48a828b82f361ac43a39f30918e90797b91576c2951c99c2d96a39 -size 34696 +oid sha256:8011cdf0cfbe0a4ac26d0d2cdaaa3736187f7a4eafd6382c5327f89148124b0b +size 34781 diff --git a/Content/Levels/MainMenu.umap b/Content/Levels/MainMenu.umap index 42953a2..0083946 100644 --- a/Content/Levels/MainMenu.umap +++ b/Content/Levels/MainMenu.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f3154c9993b9e287f2cfd3ca95834a6a8b24139a7b2091813f997077f7099d3 +oid sha256:f54c24299aeae2855059831855f614ce14b0c3e39387141e1e634ba2ef35b32d size 40530 diff --git a/Content/Models/PlayerUnits/ExoCQB/Materials/Blade.uasset b/Content/Models/PlayerUnits/ExoCQB/Materials/Blade.uasset index 02fbe2f..8e0a406 100644 --- a/Content/Models/PlayerUnits/ExoCQB/Materials/Blade.uasset +++ b/Content/Models/PlayerUnits/ExoCQB/Materials/Blade.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c3c396c3eb22a7f8107476af6ead866714029c43fc5427c89af017e962ae0ad -size 14129 +oid sha256:e9800dbfd1654147935247649764a619db4fe96306be4a543ebc90f7b6ff2c6c +size 14338