diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 0cc496a..9bc3646 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,9 +1,10 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/Maps/MainScene.MainScene +GameDefaultMap=/Game/Maps/starter.starter EditorStartupMap=/Game/Maps/MainScene.MainScene GlobalDefaultGameMode=/Game/Blueprints/Player/GM.GM_C +GameInstanceClass=/Game/Blueprints/Player/GI.GI_C [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 diff --git a/Content/Asset/Glove/Gloves_Skeleton.uasset b/Content/Asset/Glove/Gloves_Skeleton.uasset index f9d5fc5..a74f016 100644 Binary files a/Content/Asset/Glove/Gloves_Skeleton.uasset and b/Content/Asset/Glove/Gloves_Skeleton.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index d2f152e..f56cf5d 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/GM.uasset b/Content/Blueprints/Player/GM.uasset index 830a66b..a33367c 100644 Binary files a/Content/Blueprints/Player/GM.uasset and b/Content/Blueprints/Player/GM.uasset differ diff --git a/Content/Blueprints/Player/KamazPawn.uasset b/Content/Blueprints/Player/KamazPawn.uasset index 80c64fe..5c64d3b 100644 Binary files a/Content/Blueprints/Player/KamazPawn.uasset and b/Content/Blueprints/Player/KamazPawn.uasset differ diff --git a/Content/Blueprints/Player/PC.uasset b/Content/Blueprints/Player/PC.uasset index ec8798a..509a3f0 100644 Binary files a/Content/Blueprints/Player/PC.uasset and b/Content/Blueprints/Player/PC.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_MotionController.uasset b/Content/Blueprints/Player/VR/BP_MotionController.uasset index 8884fce..1079937 100644 Binary files a/Content/Blueprints/Player/VR/BP_MotionController.uasset and b/Content/Blueprints/Player/VR/BP_MotionController.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/BeamMesh.uasset b/Content/Blueprints/Player/VR/Materials/BeamMesh.uasset new file mode 100644 index 0000000..0878e1b Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/BeamMesh.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Colors.uasset b/Content/Blueprints/Player/VR/Materials/Colors.uasset new file mode 100644 index 0000000..938162a Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Colors.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset b/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset new file mode 100644 index 0000000..80c6038 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset b/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset new file mode 100644 index 0000000..eaf2ba9 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/M_TeleportPreviews.uasset differ diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset index d377b1c..7df76d1 100644 Binary files a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/Player/flyingPawn.uasset b/Content/Blueprints/Player/flyingPawn.uasset index c99886e..498c6b3 100644 Binary files a/Content/Blueprints/Player/flyingPawn.uasset and b/Content/Blueprints/Player/flyingPawn.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VRUI.uasset b/Content/Blueprints/UI/WBPS/VRUI.uasset index 6584b47..eb74101 100644 Binary files a/Content/Blueprints/UI/WBPS/VRUI.uasset and b/Content/Blueprints/UI/WBPS/VRUI.uasset differ diff --git a/Content/Blueprints/UI/WBPS/kamazUI.uasset b/Content/Blueprints/UI/WBPS/kamazUI.uasset index b597b94..2500f83 100644 Binary files a/Content/Blueprints/UI/WBPS/kamazUI.uasset and b/Content/Blueprints/UI/WBPS/kamazUI.uasset differ diff --git a/Content/Blueprints/UI/WBPS/start.uasset b/Content/Blueprints/UI/WBPS/start.uasset new file mode 100644 index 0000000..2073713 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/start.uasset differ diff --git a/Content/Blueprints/data/taskFuncs.uasset b/Content/Blueprints/data/taskFuncs.uasset index 99306cc..5fdfd3b 100644 Binary files a/Content/Blueprints/data/taskFuncs.uasset and b/Content/Blueprints/data/taskFuncs.uasset differ diff --git a/Content/Maps/Light.umap b/Content/Maps/Light.umap index a7d6451..b747204 100644 Binary files a/Content/Maps/Light.umap and b/Content/Maps/Light.umap differ diff --git a/Content/Maps/gameplay.umap b/Content/Maps/gameplay.umap index af152d4..ae7b886 100644 Binary files a/Content/Maps/gameplay.umap and b/Content/Maps/gameplay.umap differ diff --git a/Content/Maps/starter.umap b/Content/Maps/starter.umap index e368048..30713b3 100644 Binary files a/Content/Maps/starter.umap and b/Content/Maps/starter.umap differ diff --git a/Content/Materials/Masters/Common/M_Ghost.uasset b/Content/Materials/Masters/Common/M_Ghost.uasset new file mode 100644 index 0000000..9787f66 Binary files /dev/null and b/Content/Materials/Masters/Common/M_Ghost.uasset differ diff --git a/Content/Meshes/Cylinder.uasset b/Content/Meshes/Cylinder.uasset new file mode 100644 index 0000000..5dab4c1 Binary files /dev/null and b/Content/Meshes/Cylinder.uasset differ diff --git a/Content/Meshes/Landscape/SM_Airport_Genplan.uasset b/Content/Meshes/Landscape/SM_Airport_Genplan.uasset index 4808cc3..7df1d7d 100644 Binary files a/Content/Meshes/Landscape/SM_Airport_Genplan.uasset and b/Content/Meshes/Landscape/SM_Airport_Genplan.uasset differ diff --git a/Content/Meshes/WheelStop/SM_WheelStop.uasset b/Content/Meshes/WheelStop/SM_WheelStop.uasset index c4e7d47..c62bb5c 100644 Binary files a/Content/Meshes/WheelStop/SM_WheelStop.uasset and b/Content/Meshes/WheelStop/SM_WheelStop.uasset differ diff --git a/Content/Sounds/2_p2_askAcess.uasset b/Content/Sounds/2_p2_askAcess.uasset index 7bafb7d..cdafe4a 100644 Binary files a/Content/Sounds/2_p2_askAcess.uasset and b/Content/Sounds/2_p2_askAcess.uasset differ diff --git a/Content/Sounds/3_p1_confirm.uasset b/Content/Sounds/3_p1_confirm.uasset index d45a4f4..eb04285 100644 Binary files a/Content/Sounds/3_p1_confirm.uasset and b/Content/Sounds/3_p1_confirm.uasset differ diff --git a/Content/Sounds/startEngine_Cue.uasset b/Content/Sounds/startEngine_Cue.uasset index 72e41ba..e770863 100644 Binary files a/Content/Sounds/startEngine_Cue.uasset and b/Content/Sounds/startEngine_Cue.uasset differ diff --git a/Content/sequences/planeAnim.uasset b/Content/sequences/planeAnim.uasset new file mode 100644 index 0000000..7646d43 Binary files /dev/null and b/Content/sequences/planeAnim.uasset differ