4 Commits

Author SHA1 Message Date
SemaG 23ca285495 parking gp7 2026-03-20 18:01:38 +05:00
Dron 8a66ca0128 collider 2026-03-07 08:49:08 +05:00
Dron e6fc672070 паркинг ебобаный 2026-03-04 15:23:34 +05:00
PC-G11 3a2082b06c GP09_Parking_Fix 2026-02-26 17:41:40 +05:00
652 changed files with 261 additions and 69 deletions
+60 -56
View File
@@ -62,62 +62,6 @@
}
],
"RuntimeDependencies": [
{
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/D3D12Core.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/d3d12SDKLayers.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/OpenImageDenoise.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb.pdb",
"Type": "DebugNonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb12.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.pdb",
"Type": "DebugNonUFS"
},
{
"Path": "$(ProjectDir)/MasharovDev.uproject",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/EasyXMLParser/EasyXMLParser.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/JPrinter/JPrinter.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/cppFuncLib/cppFuncLib.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/createProcess/createProcess.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/manageTextFile/manageTextFile.uplugin",
"Type": "UFS"
},
{
"Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll",
"Type": "NonUFS"
@@ -3297,6 +3241,66 @@
{
"Path": "$(EngineDir)/Plugins/TraceUtilities/TraceUtilities.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/D3D12Core.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/d3d12SDKLayers.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/OpenImageDenoise.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb.pdb",
"Type": "DebugNonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbb12.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.dll",
"Type": "NonUFS"
},
{
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.pdb",
"Type": "DebugNonUFS"
},
{
"Path": "$(ProjectDir)/MasharovDev.uproject",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/EasyXMLParser/EasyXMLParser.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/JPrinter/JPrinter.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/antiDublicate/antiDublicate.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/cppFuncLib/cppFuncLib.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/createProcess/createProcess.uplugin",
"Type": "UFS"
},
{
"Path": "$(ProjectDir)/Plugins/manageTextFile/manageTextFile.uplugin",
"Type": "UFS"
}
],
"AdditionalProperties": [
+3 -3
View File
@@ -1,6 +1,6 @@
[/Script/EngineSettings.GameMapsSettings]
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/Maps/mainScene.mainScene
EditorStartupMap=/Game/Maps/mainScene.mainScene
EditorStartupMap=
GameInstanceClass=/Game/Blueprints/Player/GI.GI_C
GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C
@@ -13,7 +13,7 @@ AppliedDefaultGraphicsPerformance=Maximum
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/Masharov")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/Masharov")
MaximumLoopIterationCount=2000000
MaximumLoopIterationCount=5000000
[/Script/Engine.RendererSettings]
r.SkinCache.CompileShaders=True
+1 -1
View File
@@ -3,7 +3,7 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=9EB99AEB4C933EABEE9C4787EE46C5E6
ProjectName=Masharov
ProjectVersion=1.878
ProjectVersion=1.89
CompanyName=GraffInteractive
Homepage=Graff.tech
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.

Some files were not shown because too many files have changed in this diff Show More