parking added, bugs fixed

This commit is contained in:
C
2022-08-29 17:50:57 +05:00
parent e36bb091d4
commit b45b47ddec
37 changed files with 46 additions and 1 deletions
+45 -1
View File
@@ -7,7 +7,7 @@ ProjectID=F58CF58249FB6CF654B46CA3DB0FE64D
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
StagingDirectory=(Path="D:/Builds/Fortis19")
StagingDirectory=(Path="D:/shared/Builds/FortisTest")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
@@ -72,6 +72,50 @@ bSkipMovies=False
+IniKeyBlacklist=EncryptionKey
+IniKeyBlacklist=IniKeyBlacklist
+IniKeyBlacklist=IniSectionBlacklist
+MapsToCook=(FilePath="/Game/Otrada/Maps/L_NavMesh")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/L_NavMesh")
+MapsToCook=(FilePath="/Game/Freestyle/Maps/L_NavMesh")
+MapsToCook=(FilePath="/Game/Taktika/Maps/L_NavMesh")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Yard")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Roads_Bake")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_people")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_OutsideBuildings")
+MapsToCook=(FilePath="/Game/Taktika/Optimization/Merged_Mesh/Foliage_Cars/TKT_MergedCars")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Landscape")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Exterior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Day_Light")
+MapsToCook=(FilePath="/Game/Taktika/Maps/TKT_Cars")
+MapsToCook=(FilePath="/Game/Maps/L_DeveloperTactics")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F01_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F03_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F03_Reflections")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F04_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F04_Reflections")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F05_Reflections")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S01F05+_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F01_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F03_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F04_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F04_Reflections")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F05+_Interior")
+MapsToCook=(FilePath="/Game/Taktika/Maps/Interior/TKT_S02F05+_Reflections")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradizio_People")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Nightlight")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_MainScene")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_DayLight")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Cars")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_3P_buildings")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Landscape")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/L_DeveloperTradition")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Exterior_Buildings")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Interior_F1")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Interior_F2")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Interior_F3")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Reflection_F1")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Reflection_F2")
+MapsToCook=(FilePath="/Game/Tradicio/Maps/Tradicio_Interiors/Tradicio_Reflection_F3")
+MapsToCook=(FilePath="")
+MapsToCook=(FilePath="")
+DirectoriesToAlwaysStageAsUFS=(Path="Script")
+DirectoriesToAlwaysStageAsNonUFS=(Path="Script")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,6 +18,7 @@ enum Enum_PlayerState
floorOverview UMETA(DisplayName = "floorOverview"),
flatOverview UMETA(DisplayName = "flatOverview"),
freeWalk UMETA(DisplayName = "freeWalk"),
parking UMETA(DisplayName = "parking")
};
UCLASS()