Dialog:simpleLongPopup("Upgrade to 1.0.5",[[The way the engine manages saving has been reworked for v1.0.5.
Dialog:simpleLongPopup(_t"Upgrade to 1.0.5",_t[[The way the engine manages saving has been reworked for v1.0.5.
The background saves should no longer lag horribly and as such it is highly recommended that you use the option. The upgrade turned it on for you.
...
...
@@ -213,7 +213,7 @@ For the same reason the save per level option should not be used unless you have
util.removeForceSafeBoot()
ifcore.display.safeMode()then
Dialog:simpleLongPopup("Safe Mode",[[Oops! Either you activated safe mode manually or the game detected it did not start correctly last time and thus you are in #LIGHT_GREEN#safe mode#WHITE#.
Dialog:simpleLongPopup(_t"Safe Mode",_t[[Oops! Either you activated safe mode manually or the game detected it did not start correctly last time and thus you are in #LIGHT_GREEN#safe mode#WHITE#.
Safe Mode disabled all graphical options and sets a low FPS. It is not advisable to play this way (as it will be very painful and ugly).
Please go to the Video Options and try enabling/disabling options and then restarting until you do not get this message.
...
...
@@ -228,7 +228,7 @@ A usual problem is shaders and thus should be your first target to disable.]], 7
self:checkBootLoginRegister()
if__module_extra_info.duplicate_addonthen
Dialog:simpleLongPopup("Duplicate Addon",([[Oops! It seems like you have the same addon/dlc installed twice.
Dialog:simpleLongPopup(_t"Duplicate Addon",(_t[[Oops! It seems like you have the same addon/dlc installed twice.
This is unsupported and would make many things explode. Please remove one of the copies.
Addon name: #YELLOW#%s#LAST#
...
...
@@ -569,13 +569,13 @@ end
--- Ask if we really want to close, if so, save the game first