Force packaged game to start in specific level?

Hi there,

How do I force my packaged game to start in the menu, and ignore the command-line option to start in a specific level? I can see how the command-line option makes sense for multi-player games, but it doesn’t really make sense for a single-player game.

Thanks!

go into the project settings then project → maps and modes → default maps. you can set the game default there.

1 Like

Hi there, thanks for the response.
I know that I can make the game start on a map by default, but you can still override it with command-line options like this:

MyGame.exe MyMap

I would like a way to prevent that. Thanks!

We want to have exactly that behavior, but it does not work for us… UE4.23 (shipping build)