seeh Posted September 8, 2022 Report Share Posted September 8, 2022 (edited) we/i really need the feature that a game automatically is set to pause when in 1v1 player exits the game for the first time. this is really very very very upsetting. (==>Reason: SOMETHING WRONG WITH MY CONFIG<==) That happens every third game maybe (maybe I'm exaggerating a bit :_O ). I'm so focused that I don't see the player name on the bottom right that is already shown in red. that's really no fun. Edited September 8, 2022 by seeh Quote Link to comment Share on other sites More sharing options...
seeh Posted September 8, 2022 Author Report Share Posted September 8, 2022 quick fix. seems working (send many messages , the pause not works but its ok for me) in StarGui Mod at File: gui/session/chat/ChatMessageFormatNetwork.js ChatMessageFormatNetwork.disconnect = class { parse(msg) { error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); error(translate("%(player)s has left the game.")); Engine.SetPaused(true,true); return { "text": sprintf(translate("%(player)s has left the game."), { "player": colorizePlayernameByGUID(msg.guid) }) }; } }; 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted September 8, 2022 Author Report Share Posted September 8, 2022 (edited) but nevertheless, it seems that i have problems with my config, and this will maybe the real reason, whey error happens if somebody join and start my game. error is this message: "loading map data, please wait - this window hangs forever" so maybe nobody could join my games maybe :-O ... i net check that Edited September 8, 2022 by seeh Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.