diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 4689ac19..a7460746 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -103,7 +103,7 @@ bTickWhilePaused=False bInitialBuildingLocked=False bSkipAgentHeightCheckWhenPickingNavData=False DataGatheringMode=Instant -bGenerateNavigationOnlyAroundNavigationInvokers=False +bGenerateNavigationOnlyAroundNavigationInvokers=True ActiveTilesUpdateInterval=1.000000 +SupportedAgents=(Name="Default",Color=(B=0,G=255,R=140,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=15.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=/Script/NavigationSystem.RecastNavMesh,bCanCrouch=False,bCanJump=False,bCanWalk=False,bCanSwim=False,bCanFly=False) SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True) diff --git a/Content/AssetPacks/Maf/Meshes/SM_Alcove.uasset b/Content/AssetPacks/Maf/Meshes/SM_Alcove.uasset index bd8a71c9..8ff7f9d5 100644 Binary files a/Content/AssetPacks/Maf/Meshes/SM_Alcove.uasset and b/Content/AssetPacks/Maf/Meshes/SM_Alcove.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 36b055dd..8fe4a556 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/MyPC.uasset b/Content/Blueprints/Player/MyPC.uasset index 9b18c274..4870790a 100644 Binary files a/Content/Blueprints/Player/MyPC.uasset and b/Content/Blueprints/Player/MyPC.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index a92f95bc..4bc6b06a 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/WalkingPawn.uasset b/Content/Blueprints/Player/WalkingPawn.uasset index 61438e6e..ab58fd9d 100644 Binary files a/Content/Blueprints/Player/WalkingPawn.uasset and b/Content/Blueprints/Player/WalkingPawn.uasset differ diff --git a/Content/Blueprints/UI/Actors/StreetName.uasset b/Content/Blueprints/UI/Actors/StreetName.uasset new file mode 100644 index 00000000..f15e9da9 Binary files /dev/null and b/Content/Blueprints/UI/Actors/StreetName.uasset differ diff --git a/Content/Blueprints/UI/Actors/StreetNameA.uasset b/Content/Blueprints/UI/Actors/StreetNameA.uasset new file mode 100644 index 00000000..31503432 Binary files /dev/null and b/Content/Blueprints/UI/Actors/StreetNameA.uasset differ diff --git a/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT.uasset b/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT.uasset index 754c272d..99f5aef5 100644 Binary files a/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT.uasset and b/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT.uasset differ diff --git a/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT_Font.uasset b/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT_Font.uasset index 0bf10f0c..20c774b7 100644 Binary files a/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT_Font.uasset and b/Content/Blueprints/UI/Fonts/TTNORMS-LIGHT_Font.uasset differ diff --git a/Content/Blueprints/UI/Fonts/TTNORMS-MEDIUM.uasset b/Content/Blueprints/UI/Fonts/TTNORMS-MEDIUM.uasset index c4b005f3..7bee7eae 100644 Binary files a/Content/Blueprints/UI/Fonts/TTNORMS-MEDIUM.uasset and b/Content/Blueprints/UI/Fonts/TTNORMS-MEDIUM.uasset differ diff --git a/Content/Blueprints/UI/Fonts/TTNORMS-REGULAR.uasset b/Content/Blueprints/UI/Fonts/TTNORMS-REGULAR.uasset new file mode 100644 index 00000000..9878a7d0 Binary files /dev/null and b/Content/Blueprints/UI/Fonts/TTNORMS-REGULAR.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/BgDay.uasset b/Content/Blueprints/UI/Imgs/streetNames/BgDay.uasset new file mode 100644 index 00000000..e95ca4e7 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/BgDay.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/BgNight.uasset b/Content/Blueprints/UI/Imgs/streetNames/BgNight.uasset new file mode 100644 index 00000000..741a181f Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/BgNight.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/BgStrNight2.uasset b/Content/Blueprints/UI/Imgs/streetNames/BgStrNight2.uasset new file mode 100644 index 00000000..49078eec Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/BgStrNight2.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/IconArrow.uasset b/Content/Blueprints/UI/Imgs/streetNames/IconArrow.uasset new file mode 100644 index 00000000..ae1f9c80 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/IconArrow.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/StreetDay.uasset b/Content/Blueprints/UI/Imgs/streetNames/StreetDay.uasset new file mode 100644 index 00000000..90926dd1 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/StreetDay.uasset differ diff --git a/Content/Blueprints/UI/Imgs/streetNames/StreetNight.uasset b/Content/Blueprints/UI/Imgs/streetNames/StreetNight.uasset new file mode 100644 index 00000000..b23ea808 Binary files /dev/null and b/Content/Blueprints/UI/Imgs/streetNames/StreetNight.uasset differ diff --git a/Content/Blueprints/UI/Materials/WidgetMat.uasset b/Content/Blueprints/UI/Materials/WidgetMat.uasset index 51d60aa9..571d3897 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/WBPS/Menu/MenuBtn.uasset b/Content/Blueprints/UI/WBPS/Menu/MenuBtn.uasset index 8052a6ae..18f53401 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/MenuBtn.uasset and b/Content/Blueprints/UI/WBPS/Menu/MenuBtn.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/map.uasset b/Content/Blueprints/UI/WBPS/Menu/map.uasset index ea8c65cd..56640c99 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/map.uasset and b/Content/Blueprints/UI/WBPS/Menu/map.uasset differ diff --git a/Content/Blueprints/UI/WBPS/StreetName.uasset b/Content/Blueprints/UI/WBPS/StreetName.uasset new file mode 100644 index 00000000..6b609aaa Binary files /dev/null and b/Content/Blueprints/UI/WBPS/StreetName.uasset differ diff --git a/Content/Blueprints/Utils/FantomCenter.uasset b/Content/Blueprints/Utils/FantomCenter.uasset index 6172f817..9a0a55ba 100644 Binary files a/Content/Blueprints/Utils/FantomCenter.uasset and b/Content/Blueprints/Utils/FantomCenter.uasset differ diff --git a/Content/Maps/DayLight.umap b/Content/Maps/DayLight.umap index 275d168a..a4f9974a 100644 Binary files a/Content/Maps/DayLight.umap and b/Content/Maps/DayLight.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 4f2869ec..87d9ce02 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/S01-04_WallsOutside.umap b/Content/Maps/S01-04_WallsOutside.umap index 7429a542..c20c9c5a 100644 Binary files a/Content/Maps/S01-04_WallsOutside.umap and b/Content/Maps/S01-04_WallsOutside.umap differ diff --git a/Content/Maps/S01/S01F03.umap b/Content/Maps/S01/S01F03.umap index 115f0286..dd3914fb 100644 Binary files a/Content/Maps/S01/S01F03.umap and b/Content/Maps/S01/S01F03.umap differ diff --git a/Content/Maps/S01/S01F14.umap b/Content/Maps/S01/S01F14.umap index c7192209..75b926f2 100644 Binary files a/Content/Maps/S01/S01F14.umap and b/Content/Maps/S01/S01F14.umap differ diff --git a/Content/Maps/S01/S01F15.umap b/Content/Maps/S01/S01F15.umap index c68049ed..c6f7f20b 100644 Binary files a/Content/Maps/S01/S01F15.umap and b/Content/Maps/S01/S01F15.umap differ diff --git a/Content/Maps/S02/S02F03.umap b/Content/Maps/S02/S02F03.umap index d0927f82..11c3fc87 100644 Binary files a/Content/Maps/S02/S02F03.umap and b/Content/Maps/S02/S02F03.umap differ diff --git a/Content/Maps/S02/S02F04.umap b/Content/Maps/S02/S02F04.umap index 0d5a4a0f..ba15b39d 100644 Binary files a/Content/Maps/S02/S02F04.umap and b/Content/Maps/S02/S02F04.umap differ diff --git a/Content/Maps/S02/S02F05.umap b/Content/Maps/S02/S02F05.umap index 5ece7137..829fb931 100644 Binary files a/Content/Maps/S02/S02F05.umap and b/Content/Maps/S02/S02F05.umap differ diff --git a/Content/Maps/S02/S02F07.umap b/Content/Maps/S02/S02F07.umap index d7559fc7..6053dc26 100644 Binary files a/Content/Maps/S02/S02F07.umap and b/Content/Maps/S02/S02F07.umap differ diff --git a/Content/Maps/S02/S02F20.umap b/Content/Maps/S02/S02F20.umap index 5ffd6a2e..b1217df2 100644 Binary files a/Content/Maps/S02/S02F20.umap and b/Content/Maps/S02/S02F20.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03.umap b/Content/Maps/S04/S04F03/S04F03.umap index 0e8d290f..409cfd4f 100644 Binary files a/Content/Maps/S04/S04F03/S04F03.umap and b/Content/Maps/S04/S04F03/S04F03.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03A01.umap b/Content/Maps/S04/S04F03/S04F03A01.umap index 4624a17b..8bd6e90b 100644 Binary files a/Content/Maps/S04/S04F03/S04F03A01.umap and b/Content/Maps/S04/S04F03/S04F03A01.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03A02.umap b/Content/Maps/S04/S04F03/S04F03A02.umap index 5bff0c57..9f6a1c1f 100644 Binary files a/Content/Maps/S04/S04F03/S04F03A02.umap and b/Content/Maps/S04/S04F03/S04F03A02.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03A03.umap b/Content/Maps/S04/S04F03/S04F03A03.umap index 4612c263..8da8b05a 100644 Binary files a/Content/Maps/S04/S04F03/S04F03A03.umap and b/Content/Maps/S04/S04F03/S04F03A03.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03A04.umap b/Content/Maps/S04/S04F03/S04F03A04.umap index 5c859c5e..a26c4081 100644 Binary files a/Content/Maps/S04/S04F03/S04F03A04.umap and b/Content/Maps/S04/S04F03/S04F03A04.umap differ diff --git a/Content/Maps/S04/S04F03/S04F03A05.umap b/Content/Maps/S04/S04F03/S04F03A05.umap index 34830168..4eb71393 100644 Binary files a/Content/Maps/S04/S04F03/S04F03A05.umap and b/Content/Maps/S04/S04F03/S04F03A05.umap differ diff --git a/Content/Maps/Yard.umap b/Content/Maps/Yard.umap index 7f625236..389e6a7c 100644 Binary files a/Content/Maps/Yard.umap and b/Content/Maps/Yard.umap differ diff --git a/Content/Materials/M_WinGlass.uasset b/Content/Materials/M_WinGlass.uasset index b130771f..084cef08 100644 Binary files a/Content/Materials/M_WinGlass.uasset and b/Content/Materials/M_WinGlass.uasset differ diff --git a/Content/Materials/fantom.uasset b/Content/Materials/fantom.uasset index 856e9670..9d7d3537 100644 Binary files a/Content/Materials/fantom.uasset and b/Content/Materials/fantom.uasset differ