Add Main Level Map for Decorating
This commit is contained in:
parent
72b982a56e
commit
8bd5ae84fc
@ -5,4 +5,7 @@ SimpleMapName=/Game/FirstPerson/Maps/FirstPersonExampleMap
|
||||
bAllowClassAndBlueprintPinMatching=true
|
||||
bReplaceBlueprintWithClass= true
|
||||
bDontLoadBlueprintOutsideEditor= true
|
||||
bBlueprintIsNotBlueprintType= true
|
||||
bBlueprintIsNotBlueprintType= true
|
||||
|
||||
[/Script/AdvancedPreviewScene.SharedProfiles]
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
||||
EditorStartupMap=/Game/Levels/Main.Main
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=True
|
||||
@ -14,7 +14,7 @@ FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Script/CorruptedMemory.CMGameInstance
|
||||
GameDefaultMap=/Game/Levels/ClientEntry.ClientEntry
|
||||
ServerDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
||||
ServerDefaultMap=/Game/Levels/Main.Main
|
||||
GlobalDefaultGameMode=/Script/CorruptedMemory.CorruptedMemoryGameMode
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
@ -87,3 +87,6 @@ ConnectionType=USBOnly
|
||||
bUseManualIPAddress=False
|
||||
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
|
||||
oid sha256:237937226f0528cf5b214af84fca969814ebd5a9bb0ace21f9619ae505084f7e
|
||||
size 42837
|
||||
oid sha256:5f6c6e0886757d190aee596c8b3bfdc789c64442389e4e0a94094c6907cb8c5f
|
||||
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
|
||||
oid sha256:89d525aa3d9c4633b4dfe12cf01e928844cbb8a21dcd92f7b008adecd7521828
|
||||
size 140796
|
||||
oid sha256:3cd67ba0d4d021a53f8d61f3ca9181077a2bdde40f1e5f99eb37cc04522bfece
|
||||
size 140765
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0491201aa4b6932b98346053838a9deaa3528721bca1426dedc257b831dff0f
|
||||
size 1303573
|
||||
oid sha256:a2bde5222acbd5acef720647e13d258f4e428e4a9ec81908e8c91d85f9d49f48
|
||||
size 1296470
|
||||
|
@ -17,10 +17,19 @@
|
||||
"TargetAllowList": [
|
||||
"Editor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "HDRIBackdrop",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Text3D",
|
||||
"Enabled": true
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
"LinuxArm64",
|
||||
"Windows"
|
||||
"Windows",
|
||||
"HoloLens"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user