Jump to content

(Solved) Can someone make a mod removing these two pop-ups if it's not too much trouble?


Recommended Posts

Pop-up when logging into the game with data collection disabledannoying1.jpg.a8a1027776a244728bc55e76702c2d16.jpg

 

Pop-up when resuming an offline worldannoying2.jpg.2ad23fbc6e9951bbc6eed98edcedb290.jpg

 

 

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 by . . .
Link to comment
Share on other sites

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)

 

  • Thanks 1
Link to comment
Share on other sites

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:wilson_ecstatic:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...