sellmerfud / awakening

A scala implementation of the solo Bots for Labyrinth: The Awakening, 2010 - ?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable "Exit game after victory" Bug

GameTime14 opened this issue · comments

Hi Curt,

Today I attempted a Grand Campaign with both expansions using the latest v4.12

Unfortunately the program crashes/quits as soon as my first Victory condition was met.

I checked the save game folder and the following description file is generated; "Game Over - US automatic victory!"

In previous versions you could continue to play through this as to experience the entire complete game.
(I first used your app 3 years ago and this was not a problem)

Searching the Save Game Files I found this;

"Options:",
"----------------------------------------------------",
"Exit game after victory: yes",
""
I tried changing the "yes" to "no" on all files, and even removed the line entirely, but the game continues to exit out after the first victory condition is met.

I would love to be able to play the entire grand campaign using your app.

Thanks Curt, much appreciated!

Hi GameTime14,

You can use the command: adjust exit after win
This will toggle the value to false and the program will no longer exit after on side has reached its victory condition.

Thank you Curt.