Compare commits
25 commits
Author | SHA1 | Date | |
---|---|---|---|
04392245a8 | |||
ed2af367d6 | |||
309ce232fb | |||
6e1077624e | |||
d0229c6c2c | |||
9eeb6901d4 | |||
f5175b49a6 | |||
4dad241f4e | |||
8588df3b8c | |||
440f6d8c52 | |||
505e2b9ef5 | |||
3ce25a3f6c | |||
ef26a0ce83 | |||
0c2d354f80 | |||
0cd31cec73 | |||
a1448ac77d | |||
b37fdb96a7 | |||
1471bc46d4 | |||
5d45b12bc1 | |||
dc4b8969d7 | |||
4ce5dafff0 | |||
514d1dcf6f | |||
33baabc970 | |||
dc556bbbc0 | |||
abeb253bdf |
204 changed files with 499 additions and 600 deletions
|
@ -167,7 +167,7 @@ bSendAnonymousUsageDataToEpic=False
|
||||||
+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="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="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="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)")
|
+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_Ignore,bTraceType=True,bStaticObject=False,Name="VRTraceChannel")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Overlap,bTraceType=True,bStaticObject=False,Name="VRTraceChannel")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="FloorTrace")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="FloorTrace")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="PawnWalking")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="PawnWalking")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace")
|
||||||
|
@ -203,8 +203,8 @@ TileSizeUU=990.000000
|
||||||
CellSize=19.000000
|
CellSize=19.000000
|
||||||
CellHeight=10.000000
|
CellHeight=10.000000
|
||||||
AgentMaxStepHeight=35.000000
|
AgentMaxStepHeight=35.000000
|
||||||
NavMeshResolutionParams[0]=(CellSize=38.076923,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
||||||
NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000)
|
||||||
NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
||||||
AgentRadius=20.000000
|
AgentRadius=20.000000
|
||||||
AgentHeight=144.000000
|
AgentHeight=144.000000
|
||||||
|
|
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue