diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 0509559..1df1e2a 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -17,6 +17,8 @@ DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 r.SkinCache.CompileShaders=True r.RayTracing=True r.TessellationAdaptivePixelsPerTriangle=3.000000 +r.RayTracing.UseTextureLod=False +r.ReflectionCaptureResolution=512 [/Script/Engine.Engine] +ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/GraffinStarter") diff --git a/Content/GraffIn/Levels/MaterialLibrary.umap b/Content/GraffIn/Levels/MaterialLibrary.umap index 6c845e8..700c787 100644 Binary files a/Content/GraffIn/Levels/MaterialLibrary.umap and b/Content/GraffIn/Levels/MaterialLibrary.umap differ diff --git a/Content/GraffIn/Levels/MaterialLibrary_BuiltData.uasset b/Content/GraffIn/Levels/MaterialLibrary_BuiltData.uasset index b08b688..0469f43 100644 Binary files a/Content/GraffIn/Levels/MaterialLibrary_BuiltData.uasset and b/Content/GraffIn/Levels/MaterialLibrary_BuiltData.uasset differ diff --git a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Metal_Mirror2.uasset b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Metal_Mirror2.uasset index 8100486..38aef4e 100644 Binary files a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Metal_Mirror2.uasset and b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Metal_Mirror2.uasset differ diff --git a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive4.uasset b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive4.uasset index ddce4cd..cd0438c 100644 Binary files a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive4.uasset and b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive4.uasset differ diff --git a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive5.uasset b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive5.uasset index 9893cac..0bfb5c7 100644 Binary files a/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive5.uasset and b/Content/GraffIn/Materials/Instance/GrandMaster/MM_Tile_Inst1_expensive5.uasset differ diff --git a/Content/GraffIn/Materials/Instance/Metall/ChameleonPaint/MI_Metall_Chameleon.uasset b/Content/GraffIn/Materials/Instance/Metall/ChameleonPaint/MI_Metall_Chameleon.uasset index 606a4ee..d4884ee 100644 Binary files a/Content/GraffIn/Materials/Instance/Metall/ChameleonPaint/MI_Metall_Chameleon.uasset and b/Content/GraffIn/Materials/Instance/Metall/ChameleonPaint/MI_Metall_Chameleon.uasset differ diff --git a/Content/GraffIn/Materials/Instance/Metall/Perl/MI_Metall_Perl.uasset b/Content/GraffIn/Materials/Instance/Metall/Perl/MI_Metall_Perl.uasset index 986ed6a..6ca2840 100644 Binary files a/Content/GraffIn/Materials/Instance/Metall/Perl/MI_Metall_Perl.uasset and b/Content/GraffIn/Materials/Instance/Metall/Perl/MI_Metall_Perl.uasset differ diff --git a/Content/GraffIn/Materials/Master/MM_Tile_Emissive_Grandmaster.uasset b/Content/GraffIn/Materials/Master/MM_Tile_Emissive_Grandmaster.uasset index 6d65dae..116d132 100644 Binary files a/Content/GraffIn/Materials/Master/MM_Tile_Emissive_Grandmaster.uasset and b/Content/GraffIn/Materials/Master/MM_Tile_Emissive_Grandmaster.uasset differ diff --git a/GraffinStarter.uproject b/GraffinStarter.uproject index 9dc88a5..ad971b1 100644 --- a/GraffinStarter.uproject +++ b/GraffinStarter.uproject @@ -7,6 +7,11 @@ { "Name": "Water", "Enabled": true + }, + { + "Name": "DLSS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" } ] } \ No newline at end of file