Atlantianwraith / GZDoom-Modloader

This is a modloader for GZDoom on Windows
2 stars 1 forks source link

Remove blank profiles #5

Closed Atlantianwraith closed 4 years ago

Atlantianwraith commented 4 years ago

By starting a game without a profile will save the game within the saves area. Will need to implement it as such that you cannot start the game without a profile

Atlantianwraith commented 4 years ago

I have started working on this. By adding an if statement saying

If the input for the profile is blank, do not add a profile If the profile is blank, do not load the game

Info box now appears telling you that you require a profile to play the game

Atlantianwraith commented 4 years ago

Currently 2 messages boxes appear, one for add profile and one for load game. Will need to change this some how

Atlantianwraith commented 4 years ago

As I have implemented a way to set a profile right from the get go, this can be closed. I will open a new incident for the double message box