Forged Alliance Forever Forged Alliance Forever Forums 2016-12-27T17:38:03+02:00 /feed.php?f=3&t=13730 2016-12-27T17:38:03+02:00 2016-12-27T17:38:03+02:00 /viewtopic.php?t=13730&p=141313#p141313 <![CDATA[Re: Quitting to Desktop from stats screen]]>
lextoc wrote:
Posted at 3:34am. Something tells me that LAN party just ended haha

:P

Statistics: Posted by ColonelSheppard — 27 Dec 2016, 17:38


]]>
2016-12-27T11:53:36+02:00 2016-12-27T11:53:36+02:00 /viewtopic.php?t=13730&p=141296#p141296 <![CDATA[Re: Quitting to Desktop from stats screen]]>
Code:
lua.nx2\lua\ui\dialogs\score.lua

this part: https://github.com/FAForever/fa/blob/de ... #L426-L460
If you want to change just the functionality then you need to change line 458
From:
Code:
EscapeHandler.SafeQuit()

To:
Code:
ExitGame()

If you want to change the button label and tooltip as well you need to change also line 426
From:
Code:
bg.continueBtn = UIUtil.CreateButtonStd(bg, '/scx_menu/large-no-bracket-btn/large', "<LOC _Exit_to_Windows>", 22, 2, 0, "UI_Menu_MouseDown", "UI_Opt_Affirm_Over")

To:
Code:
bg.continueBtn = UIUtil.CreateButtonStd(bg, '/scx_menu/large-no-bracket-btn/large', "<LOC _Continue>", 22, 2, 0, "UI_Menu_MouseDown", "UI_Opt_Affirm_Over")

and line 460
From:
Code:
Tooltip.AddButtonTooltip(bg.continueBtn, 'esc_exit')

To:
Code:
Tooltip.AddButtonTooltip(bg.continueBtn, 'PostScore_Quit')

Statistics: Posted by speed2 — 27 Dec 2016, 11:53


]]>
2016-12-27T10:09:52+02:00 2016-12-27T10:09:52+02:00 /viewtopic.php?t=13730&p=141293#p141293 <![CDATA[Re: Quitting to Desktop from stats screen]]> Statistics: Posted by lextoc — 27 Dec 2016, 10:09


]]>
2016-12-27T04:34:17+02:00 2016-12-27T04:34:17+02:00 /viewtopic.php?t=13730&p=141289#p141289 <![CDATA[Quitting to Desktop from stats screen]]>
I would like the game to NOT quit to system after a game is finished, it's anoying. This however is the default behavior of the FA.exe in FAF/bin, any idea how I can change that?

I am well aware of the general policy about "use the FAF Client", however previous Lan Parties have shown that people don't want to start creating accounts to play with the FAFClient (some did after the last one where I offered my "offline version") and internet connection is also no certainty.

Merry Chistmas everybody

Statistics: Posted by ColonelSheppard — 27 Dec 2016, 04:34


]]>