Skip to main content

Custom Level Setup

ShowcaseMap is a simple level that showcase all the core features of the SaveGameSystem and when it comes to general scenarios, you may able to setup your own level/levels in your project instaed of using the default ShowcaseMap level.

Therefore, First create a New Level and make your to set the GameMode Override at WorldSettings as BP_SaveGameSystem_GM. (Note that, by default the game mode will be BP_SaveGameSystem_GM as well since at the Project Settings > Maps & Modes defines Default GameMode as BP_SaveGameSystem_GM. However, for the safe side we recommend you to manually set the game mode at the level world settings as well.)

GameModeOverride

Also, Make sure to place BP_DayNightSystem in the game level as well. You can find it under Content > SaveGameSystem > Blueprints directory. This is responsible for monitoring and controlling the time of the day.

DayNightSystem