diff --git a/.gitignore b/.gitignore index f4334a5..d201fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ Saved *.sln *.suo *.xcodeproj -*.xcworkspace \ No newline at end of file +*.xcworkspace +releases \ No newline at end of file diff --git a/Config/DefaultDeviceProfiles.ini b/Config/DefaultDeviceProfiles.ini index 287fad5..9b7b9ca 100644 --- a/Config/DefaultDeviceProfiles.ini +++ b/Config/DefaultDeviceProfiles.ini @@ -1,8 +1,8 @@ [WindowsNoEditor DeviceProfile] DeviceType=Windows BaseProfileName=Windows -+TextureLODGroups=(Group=TEXTUREGROUP_World,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=128,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) -+TextureLODGroups=(Group=TEXTUREGROUP_WorldNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=128,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) ++TextureLODGroups=(Group=TEXTUREGROUP_World,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=4096,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) ++TextureLODGroups=(Group=TEXTUREGROUP_WorldNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=4096,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) +TextureLODGroups=(Group=TEXTUREGROUP_WorldSpecular,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=8192,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) +TextureLODGroups=(Group=TEXTUREGROUP_Character,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=8192,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) +TextureLODGroups=(Group=TEXTUREGROUP_CharacterNormalMap,LODBias=0,LODBias_Smaller=-1,LODBias_Smallest=-1,NumStreamedMips=-1,MipGenSettings=TMGS_SimpleAverage,MinLODSize=1,MaxLODSize=8192,MaxLODSize_Smaller=-1,MaxLODSize_Smallest=-1,OptionalLODBias=0,OptionalMaxLODSize=4096,MinMagFilter="aniso",MipFilter="point",MipLoadOptions=AllMips,DuplicateNonOptionalMips=False) diff --git a/Content/Asset/Geometry/Brake_shoe_rack/SM_brake_shoe_rack.uasset b/Content/Asset/Geometry/Brake_shoe_rack/SM_brake_shoe_rack.uasset index e69726e..fc59eac 100644 Binary files a/Content/Asset/Geometry/Brake_shoe_rack/SM_brake_shoe_rack.uasset and b/Content/Asset/Geometry/Brake_shoe_rack/SM_brake_shoe_rack.uasset differ diff --git a/Content/Asset/Railway/2ES6/SM_2ES6.uasset b/Content/Asset/Railway/2ES6/SM_2ES6.uasset index a009fbc..a9d7042 100644 Binary files a/Content/Asset/Railway/2ES6/SM_2ES6.uasset and b/Content/Asset/Railway/2ES6/SM_2ES6.uasset differ diff --git a/Content/Asset/Railway/RailwayCarriageCartMalfunctions/SM_RailwayCarriageCart_Damage.uasset b/Content/Asset/Railway/RailwayCarriageCartMalfunctions/SM_RailwayCarriageCart_Damage.uasset index 447ac93..1998cce 100644 Binary files a/Content/Asset/Railway/RailwayCarriageCartMalfunctions/SM_RailwayCarriageCart_Damage.uasset and b/Content/Asset/Railway/RailwayCarriageCartMalfunctions/SM_RailwayCarriageCart_Damage.uasset differ diff --git a/Content/Asset/Railway/RailwayCarriagePassenger/Insts/MI_RailwayCarriage_Valve_RedMetal.uasset b/Content/Asset/Railway/RailwayCarriagePassenger/Insts/MI_RailwayCarriage_Valve_RedMetal.uasset index adc14ff..4b0e086 100644 Binary files a/Content/Asset/Railway/RailwayCarriagePassenger/Insts/MI_RailwayCarriage_Valve_RedMetal.uasset and b/Content/Asset/Railway/RailwayCarriagePassenger/Insts/MI_RailwayCarriage_Valve_RedMetal.uasset differ diff --git a/Content/Asset/RailwayArrows/SM_Railway_Scratches.uasset b/Content/Asset/RailwayArrows/SM_Railway_Scratches.uasset index aea753b..40514ce 100644 Binary files a/Content/Asset/RailwayArrows/SM_Railway_Scratches.uasset and b/Content/Asset/RailwayArrows/SM_Railway_Scratches.uasset differ diff --git a/Content/Asset/RailwayArrows/SM_railway.uasset b/Content/Asset/RailwayArrows/SM_railway.uasset index a5119c1..3593c25 100644 Binary files a/Content/Asset/RailwayArrows/SM_railway.uasset and b/Content/Asset/RailwayArrows/SM_railway.uasset differ diff --git a/Content/Asset/RailwayArrows/T_Railway_break.uasset b/Content/Asset/RailwayArrows/T_Railway_break.uasset index 1e8bdac..7081c7b 100644 Binary files a/Content/Asset/RailwayArrows/T_Railway_break.uasset and b/Content/Asset/RailwayArrows/T_Railway_break.uasset differ diff --git a/Content/Asset/Streetlight/BP_streetLight1.uasset b/Content/Asset/Streetlight/BP_streetLight1.uasset index b7dc3cf..94ba805 100644 Binary files a/Content/Asset/Streetlight/BP_streetLight1.uasset and b/Content/Asset/Streetlight/BP_streetLight1.uasset differ diff --git a/Content/AssetPacks/NoisePack/Textures/Noise_Paper2.uasset b/Content/AssetPacks/NoisePack/Textures/Noise_Paper2.uasset index 9cee110..fe1bed5 100644 Binary files a/Content/AssetPacks/NoisePack/Textures/Noise_Paper2.uasset and b/Content/AssetPacks/NoisePack/Textures/Noise_Paper2.uasset differ diff --git a/Content/AssetPacks/Switcherr/Korpus.uasset b/Content/AssetPacks/Switcherr/Korpus.uasset index 1366523..333a849 100644 Binary files a/Content/AssetPacks/Switcherr/Korpus.uasset and b/Content/AssetPacks/Switcherr/Korpus.uasset differ diff --git a/Content/Blueprints/BP_2ES6.uasset b/Content/Blueprints/BP_2ES6.uasset index b7f96e0..359a6d5 100644 Binary files a/Content/Blueprints/BP_2ES6.uasset and b/Content/Blueprints/BP_2ES6.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index a5c7431..7868bc7 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_Hammer.uasset b/Content/Blueprints/Player/VR/BP_Hammer.uasset index 23732fa..56d9477 100644 Binary files a/Content/Blueprints/Player/VR/BP_Hammer.uasset and b/Content/Blueprints/Player/VR/BP_Hammer.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_MotionController.uasset b/Content/Blueprints/Player/VR/BP_MotionController.uasset index 1c5deab..ba0232c 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/Ipad.uasset b/Content/Blueprints/Player/VR/Ipad.uasset index 377105d..643b3a3 100644 Binary files a/Content/Blueprints/Player/VR/Ipad.uasset and b/Content/Blueprints/Player/VR/Ipad.uasset differ diff --git a/Content/Blueprints/Player/VR/flashlight.uasset b/Content/Blueprints/Player/VR/flashlight.uasset index 3723ec8..932f762 100644 Binary files a/Content/Blueprints/Player/VR/flashlight.uasset and b/Content/Blueprints/Player/VR/flashlight.uasset differ diff --git a/Content/Blueprints/UI/Fonts/ArialCyr.uasset b/Content/Blueprints/UI/Fonts/ArialCyr.uasset index 732e819..f794c0c 100644 Binary files a/Content/Blueprints/UI/Fonts/ArialCyr.uasset and b/Content/Blueprints/UI/Fonts/ArialCyr.uasset differ diff --git a/Content/Blueprints/UI/IpadW.uasset b/Content/Blueprints/UI/IpadW.uasset index e2f2392..6747553 100644 Binary files a/Content/Blueprints/UI/IpadW.uasset and b/Content/Blueprints/UI/IpadW.uasset differ diff --git a/Content/Blueprints/UI/Materials/WidgetMat.uasset b/Content/Blueprints/UI/Materials/WidgetMat.uasset index c0f2642..b86d6ce 100644 Binary files a/Content/Blueprints/UI/Materials/WidgetMat.uasset and b/Content/Blueprints/UI/Materials/WidgetMat.uasset differ diff --git a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter01Bg.uasset b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter01Bg.uasset index 0c2589d..d7cc6d4 100644 Binary files a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter01Bg.uasset and b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter01Bg.uasset differ diff --git a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter02_06Bg.uasset b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter02_06Bg.uasset index 6fd93a8..8617eae 100644 Binary files a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter02_06Bg.uasset and b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter02_06Bg.uasset differ diff --git a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter07Bg.uasset b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter07Bg.uasset index a874422..2d2b76c 100644 Binary files a/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter07Bg.uasset and b/Content/Blueprints/UI/imgs/Chapters/FaultBg/Chapter07Bg.uasset differ diff --git a/Content/Blueprints/UI/imgs/FaultsScreen/TabletBg.uasset b/Content/Blueprints/UI/imgs/FaultsScreen/TabletBg.uasset index 51b0ef1..da8aaf0 100644 Binary files a/Content/Blueprints/UI/imgs/FaultsScreen/TabletBg.uasset and b/Content/Blueprints/UI/imgs/FaultsScreen/TabletBg.uasset differ diff --git a/Content/Blueprints/UI/imgs/Map/Map_KZ_Bg.uasset b/Content/Blueprints/UI/imgs/Map/Map_KZ_Bg.uasset index 10bfaea..390d30b 100644 Binary files a/Content/Blueprints/UI/imgs/Map/Map_KZ_Bg.uasset and b/Content/Blueprints/UI/imgs/Map/Map_KZ_Bg.uasset differ diff --git a/Content/Blueprints/World/Spawners/Railway.uasset b/Content/Blueprints/World/Spawners/Railway.uasset index cf8f1bd..4276e43 100644 Binary files a/Content/Blueprints/World/Spawners/Railway.uasset and b/Content/Blueprints/World/Spawners/Railway.uasset differ diff --git a/Content/Blueprints/World/Spawners/Traversa.uasset b/Content/Blueprints/World/Spawners/Traversa.uasset index b96211f..b4a2b89 100644 Binary files a/Content/Blueprints/World/Spawners/Traversa.uasset and b/Content/Blueprints/World/Spawners/Traversa.uasset differ diff --git a/Content/Blueprints/World/Spawners/WagonMesh.uasset b/Content/Blueprints/World/Spawners/WagonMesh.uasset index 35eda3c..2f0bb1a 100644 Binary files a/Content/Blueprints/World/Spawners/WagonMesh.uasset and b/Content/Blueprints/World/Spawners/WagonMesh.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_CarriageBox.uasset b/Content/Blueprints/World/Spawners/Wagons/w_CarriageBox.uasset index 7e86ba8..bf7340c 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_CarriageBox.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_CarriageBox.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_CarriageCistern.uasset b/Content/Blueprints/World/Spawners/Wagons/w_CarriageCistern.uasset index 520c3b1..266f088 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_CarriageCistern.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_CarriageCistern.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_CarriageGondola.uasset b/Content/Blueprints/World/Spawners/Wagons/w_CarriageGondola.uasset index 27506f5..77cf2bc 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_CarriageGondola.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_CarriageGondola.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_CarriagePass.uasset b/Content/Blueprints/World/Spawners/Wagons/w_CarriagePass.uasset index 09a549a..d3dca41 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_CarriagePass.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_CarriagePass.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_CarriagePlatform.uasset b/Content/Blueprints/World/Spawners/Wagons/w_CarriagePlatform.uasset index 36e6f88..7459e9b 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_CarriagePlatform.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_CarriagePlatform.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_EP2D.uasset b/Content/Blueprints/World/Spawners/Wagons/w_EP2D.uasset index 8fcd8b4..5529e43 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_EP2D.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_EP2D.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc1.uasset b/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc1.uasset index a5b73f5..3a4c511 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc1.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc1.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc2.uasset b/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc2.uasset index c56e27b..d3b3dc7 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc2.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_EP2Drc2.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_TEM2.uasset b/Content/Blueprints/World/Spawners/Wagons/w_TEM2.uasset index 31c77ea..e4a375d 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_TEM2.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_TEM2.uasset differ diff --git a/Content/Blueprints/World/Spawners/Wagons/w_ep20.uasset b/Content/Blueprints/World/Spawners/Wagons/w_ep20.uasset index b59e1a9..0a35dd8 100644 Binary files a/Content/Blueprints/World/Spawners/Wagons/w_ep20.uasset and b/Content/Blueprints/World/Spawners/Wagons/w_ep20.uasset differ diff --git a/Content/Blueprints/World/Weather/MySunSky.uasset b/Content/Blueprints/World/Weather/MySunSky.uasset index 86d39e5..95d463b 100644 Binary files a/Content/Blueprints/World/Weather/MySunSky.uasset and b/Content/Blueprints/World/Weather/MySunSky.uasset differ diff --git a/Content/Materials/Emmisive.uasset b/Content/Materials/Emmisive.uasset index c00adb9..03af65f 100644 Binary files a/Content/Materials/Emmisive.uasset and b/Content/Materials/Emmisive.uasset differ diff --git a/Content/Materials/M_TileClear.uasset b/Content/Materials/M_TileClear.uasset index f74f15a..9a2fa8f 100644 Binary files a/Content/Materials/M_TileClear.uasset and b/Content/Materials/M_TileClear.uasset differ diff --git a/Content/Materials/Masters/MM_Opaque.uasset b/Content/Materials/Masters/MM_Opaque.uasset index 5623f73..0567839 100644 Binary files a/Content/Materials/Masters/MM_Opaque.uasset and b/Content/Materials/Masters/MM_Opaque.uasset differ diff --git a/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalGrey.uasset b/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalGrey.uasset index ca22bb9..a3e0865 100644 Binary files a/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalGrey.uasset and b/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalGrey.uasset differ diff --git a/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalRed.uasset b/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalRed.uasset index ea00aa9..7b8a9bc 100644 Binary files a/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalRed.uasset and b/Content/Materials/RailWay_station/Tumanovo/MI_VokzalTumanovo_MetalRed.uasset differ diff --git a/Content/Textures/Noises/M_flashLight.uasset b/Content/Textures/Noises/M_flashLight.uasset new file mode 100644 index 0000000..0d1315e Binary files /dev/null and b/Content/Textures/Noises/M_flashLight.uasset differ diff --git a/Content/Textures/Noises/T_Flashlight.uasset b/Content/Textures/Noises/T_Flashlight.uasset new file mode 100644 index 0000000..977e231 Binary files /dev/null and b/Content/Textures/Noises/T_Flashlight.uasset differ diff --git a/Content/Textures/Substance/Yarcovo_Sbsar/Gray_INST_roughness.uasset b/Content/Textures/Substance/Yarcovo_Sbsar/Gray_INST_roughness.uasset index f744c4e..20d92f7 100644 Binary files a/Content/Textures/Substance/Yarcovo_Sbsar/Gray_INST_roughness.uasset and b/Content/Textures/Substance/Yarcovo_Sbsar/Gray_INST_roughness.uasset differ diff --git a/Content/maps/All_X7_Y3_Buildings.umap b/Content/maps/All_X7_Y3_Buildings.umap index 303cd1d..64209bf 100644 Binary files a/Content/maps/All_X7_Y3_Buildings.umap and b/Content/maps/All_X7_Y3_Buildings.umap differ diff --git a/Content/maps/Semlevo.umap b/Content/maps/Semlevo.umap index e7c5e0e..8f5c87b 100644 Binary files a/Content/maps/Semlevo.umap and b/Content/maps/Semlevo.umap differ diff --git a/Content/maps/Trains.umap b/Content/maps/Trains.umap index 27eaf37..1a1b570 100644 Binary files a/Content/maps/Trains.umap and b/Content/maps/Trains.umap differ diff --git a/Content/maps/Vyazma-Mesherskaya.umap b/Content/maps/Vyazma-Mesherskaya.umap index 52820e0..3ed11dd 100644 Binary files a/Content/maps/Vyazma-Mesherskaya.umap and b/Content/maps/Vyazma-Mesherskaya.umap differ diff --git a/Content/maps/Vyazma.umap b/Content/maps/Vyazma.umap index f1f257b..e2d946d 100644 Binary files a/Content/maps/Vyazma.umap and b/Content/maps/Vyazma.umap differ diff --git a/Content/maps/mainScene.umap b/Content/maps/mainScene.umap index 82fc6be..1df24b4 100644 Binary files a/Content/maps/mainScene.umap and b/Content/maps/mainScene.umap differ diff --git a/Content/maps/start.umap b/Content/maps/start.umap index f2915b3..4c66d1a 100644 Binary files a/Content/maps/start.umap and b/Content/maps/start.umap differ