Add Main Level Map for Decorating
This commit is contained in:
parent
72b982a56e
commit
8bd5ae84fc
@ -6,3 +6,6 @@ bAllowClassAndBlueprintPinMatching=true
|
|||||||
bReplaceBlueprintWithClass= true
|
bReplaceBlueprintWithClass= true
|
||||||
bDontLoadBlueprintOutsideEditor= true
|
bDontLoadBlueprintOutsideEditor= true
|
||||||
bBlueprintIsNotBlueprintType= true
|
bBlueprintIsNotBlueprintType= true
|
||||||
|
|
||||||
|
[/Script/AdvancedPreviewScene.SharedProfiles]
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
EditorStartupMap=/Game/Levels/Main.Main
|
||||||
LocalMapOptions=
|
LocalMapOptions=
|
||||||
TransitionMap=None
|
TransitionMap=None
|
||||||
bUseSplitscreen=True
|
bUseSplitscreen=True
|
||||||
@ -14,7 +14,7 @@ FourPlayerSplitscreenLayout=Grid
|
|||||||
bOffsetPlayerGamepadIds=False
|
bOffsetPlayerGamepadIds=False
|
||||||
GameInstanceClass=/Script/CorruptedMemory.CMGameInstance
|
GameInstanceClass=/Script/CorruptedMemory.CMGameInstance
|
||||||
GameDefaultMap=/Game/Levels/ClientEntry.ClientEntry
|
GameDefaultMap=/Game/Levels/ClientEntry.ClientEntry
|
||||||
ServerDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
ServerDefaultMap=/Game/Levels/Main.Main
|
||||||
GlobalDefaultGameMode=/Script/CorruptedMemory.CorruptedMemoryGameMode
|
GlobalDefaultGameMode=/Script/CorruptedMemory.CorruptedMemoryGameMode
|
||||||
GlobalDefaultServerGameMode=None
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
@ -87,3 +87,6 @@ ConnectionType=USBOnly
|
|||||||
bUseManualIPAddress=False
|
bUseManualIPAddress=False
|
||||||
ManualIPAddress=
|
ManualIPAddress=
|
||||||
|
|
||||||
|
[/Script/Engine.PhysicsSettings]
|
||||||
|
DefaultShapeComplexity=CTF_UseComplexAsSimple
|
||||||
|
|
||||||
|
BIN
CorruptedMemory/Content/HDRI/HDRI-II.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/HDRI/HDRI-II.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:237937226f0528cf5b214af84fca969814ebd5a9bb0ace21f9619ae505084f7e
|
oid sha256:5f6c6e0886757d190aee596c8b3bfdc789c64442389e4e0a94094c6907cb8c5f
|
||||||
size 42837
|
size 42197
|
||||||
|
3
CorruptedMemory/Content/Levels/Main.umap
Normal file
3
CorruptedMemory/Content/Levels/Main.umap
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6d0f45cb998a0fc46044257fb35c9dace517a7639f07ec6ebdbd5d556901028
|
||||||
|
size 1305406
|
BIN
CorruptedMemory/Content/Material/NeonSign.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Material/NeonSign.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:89d525aa3d9c4633b4dfe12cf01e928844cbb8a21dcd92f7b008adecd7521828
|
oid sha256:3cd67ba0d4d021a53f8d61f3ca9181077a2bdde40f1e5f99eb37cc04522bfece
|
||||||
size 140796
|
size 140765
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d0491201aa4b6932b98346053838a9deaa3528721bca1426dedc257b831dff0f
|
oid sha256:a2bde5222acbd5acef720647e13d258f4e428e4a9ec81908e8c91d85f9d49f48
|
||||||
size 1303573
|
size 1296470
|
||||||
|
@ -17,10 +17,19 @@
|
|||||||
"TargetAllowList": [
|
"TargetAllowList": [
|
||||||
"Editor"
|
"Editor"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "HDRIBackdrop",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Text3D",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"TargetPlatforms": [
|
"TargetPlatforms": [
|
||||||
"LinuxArm64",
|
"LinuxArm64",
|
||||||
"Windows"
|
"Windows",
|
||||||
|
"HoloLens"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user