Jump to content

Press F10 to close the client immediately


Recommended Posts

And where u wanna close game? Because is possible more ways.. For example in game.py

Search:

onPressKeyDict[app.DIK_F4]	= lambda : self.__PressQuickSlot(7)

Add under:

onPressKeyDict[app.DIK_F10]	= lambda : app.Exit()


After u press F10 client will close.. (ONLY INGAME not in login, introselect, createchar, introempire etc.. JUST ONLY IN GAME)

  • Love 1
Link to comment
Share on other sites

  • Contributor
On 12/5/2022 at 10:28 AM, Olimpion2 said:

Thank you very much friend, it has already helped me 50%, I would like to put the option in the login and selection part too, if you can help me, I really appreciate it.

Don't push it, the dude already gave you everything you asked for/needed. Read the root files, use your brain(if you have any), and do it yourself.

 

If you can't read/write code at a basic level, you shouldn't be here, and that's a fact.

Start here: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

  • Not Good 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.