Default project map set
This commit is contained in:
parent
67af75b53c
commit
6b59f5a2b6
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
[Audio]
|
[Audio]
|
||||||
UseAudioMixer=True
|
UseAudioMixer=True
|
||||||
|
|
||||||
|
|
@ -174,7 +175,7 @@ bOffsetPlayerGamepadIds=False
|
||||||
GameInstanceClass=/Script/Engine.GameInstance
|
GameInstanceClass=/Script/Engine.GameInstance
|
||||||
GameDefaultMap=/Game/Levels/Main.Main
|
GameDefaultMap=/Game/Levels/Main.Main
|
||||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
GlobalDefaultGameMode=/Script/Engine.GameModeBase
|
GlobalDefaultGameMode=/Script/minicook.minicookGameModeBase
|
||||||
GlobalDefaultServerGameMode=None
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
[/Script/Slate.SlateSettings]
|
[/Script/Slate.SlateSettings]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,10 @@
|
||||||
{
|
{
|
||||||
"Name": "minicook",
|
"Name": "minicook",
|
||||||
"Type": "Runtime",
|
"Type": "Runtime",
|
||||||
"LoadingPhase": "Default"
|
"LoadingPhase": "Default",
|
||||||
|
"AdditionalDependencies": [
|
||||||
|
"Engine"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue