. . . Posted March 15, 2024 Share Posted March 15, 2024 (edited) Pop-up when logging into the game with data collection disabled Pop-up when resuming an offline world I've had to click these two pop-ups probably over several thousand times throughout thousands of hours of gameplay, it's really damn annoying especially when Klei doesn't give a little box then I can have them never pop-up again. Edited March 15, 2024 by . . . Link to comment https://forums.kleientertainment.com/forums/topic/154946-solved-can-someone-make-a-mod-removing-these-two-pop-ups-if-its-not-too-much-trouble/ Share on other sites More sharing options...
Rickzzs Posted March 15, 2024 Share Posted March 15, 2024 Yes it is annoying. I have something like this. AddClassPostConstruct("screens/redux/popupdialog",function(self,title) if title==GLOBAL.STRINGS.UI.SERVERCREATIONSCREEN.OFFLINEMODETITLE or title==GLOBAL.STRINGS.UI.DATACOLLECTION_LOGIN.TITLE then self.inst:DoStaticTaskInTime(0, self.buttons[1].cb ) end end) 1 Link to comment https://forums.kleientertainment.com/forums/topic/154946-solved-can-someone-make-a-mod-removing-these-two-pop-ups-if-its-not-too-much-trouble/#findComment-1704847 Share on other sites More sharing options...
. . . Posted March 15, 2024 Author Share Posted March 15, 2024 12 hours ago, Rickzzs said: Yes it is annoying. I have something like this. Bro, thank you SO MUCH!! You saved me so much future frustration now when I'm testing mod and it crashes a hundred times I don't have to keep clicking on these two things which just add to the annoyance Link to comment https://forums.kleientertainment.com/forums/topic/154946-solved-can-someone-make-a-mod-removing-these-two-pop-ups-if-its-not-too-much-trouble/#findComment-1705016 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now