Compare commits
No commits in common. "74240c209668f686ff6eb3b4cb92708b1d0ea751" and "b3c2e4af3d34132e9bb932bdbe1ab699d8c8c345" have entirely different histories.
74240c2096
...
b3c2e4af3d
@ -2,8 +2,8 @@
|
|||||||
GameName=Hule_1
|
GameName=Hule_1
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
EditorStartupMap=/Game/Maps/SIMON_RYDDET.SIMON_RYDDET
|
EditorStartupMap=/Game/Maps/OVERVANN5_ÅPNING3_Merge.OVERVANN5_ÅPNING3_Merge
|
||||||
GameDefaultMap=/Game/Maps/SIMON_RYDDET.SIMON_RYDDET
|
GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
|
||||||
TransitionMap=
|
TransitionMap=
|
||||||
bUseSplitscreen=True
|
bUseSplitscreen=True
|
||||||
TwoPlayerSplitscreenLayout=Horizontal
|
TwoPlayerSplitscreenLayout=Horizontal
|
||||||
@ -32,13 +32,11 @@ r.RayTracing=True
|
|||||||
r.RayTracing.Shadows=False
|
r.RayTracing.Shadows=False
|
||||||
|
|
||||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
-D3D12TargetedShaderFormats=PCD3D_SM5
|
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||||
+D3D12TargetedShaderFormats=PCD3D_SM6
|
+D3D12TargetedShaderFormats=PCD3D_SM6
|
||||||
-D3D11TargetedShaderFormats=PCD3D_SM5
|
-D3D11TargetedShaderFormats=PCD3D_SM5
|
||||||
+D3D11TargetedShaderFormats=PCD3D_SM5
|
+D3D11TargetedShaderFormats=PCD3D_SM5
|
||||||
+VulkanTargetedShaderFormats=SF_VULKAN_SM6
|
|
||||||
bGenerateNaniteFallbackMeshes=True
|
|
||||||
Compiler=Default
|
Compiler=Default
|
||||||
AudioSampleRate=48000
|
AudioSampleRate=48000
|
||||||
AudioCallbackBufferFrameSize=1024
|
AudioCallbackBufferFrameSize=1024
|
||||||
|
|||||||
BIN
Hule/Content/Cargo/Materials/MI_KB3D_CBD_LeatherRedOldA.uasset
(Stored with Git LFS)
BIN
Hule/Content/Cargo/Materials/MI_KB3D_CBD_LeatherRedOldA.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Cargo/Materials/Master/M_KB3D_Master_Standard.uasset
(Stored with Git LFS)
BIN
Hule/Content/Cargo/Materials/Master/M_KB3D_Master_Standard.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Cargo/Materials/Master/M_KB3D_Master_Standard2.uasset
(Stored with Git LFS)
BIN
Hule/Content/Cargo/Materials/Master/M_KB3D_Master_Standard2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Maps/Blueprints_HULE/Rør1_Topp_Blueprint.uasset
(Stored with Git LFS)
BIN
Hule/Content/Maps/Blueprints_HULE/Rør1_Topp_Blueprint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Maps/OVERVANN5_ÅPNING3_Merge.umap
(Stored with Git LFS)
BIN
Hule/Content/Maps/OVERVANN5_ÅPNING3_Merge.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Maps/SIMON_RYDDET.umap
(Stored with Git LFS)
BIN
Hule/Content/Maps/SIMON_RYDDET.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Hule/Content/Maps/UNDERVANN4_MERGE.umap
(Stored with Git LFS)
BIN
Hule/Content/Maps/UNDERVANN4_MERGE.umap
(Stored with Git LFS)
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "5.6",
|
"EngineAssociation": "5.4",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
@ -29,6 +29,10 @@
|
|||||||
{
|
{
|
||||||
"Name": "Buoyancy",
|
"Name": "Buoyancy",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Cargo",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user