Jump to content

Metin2 Environmental Login Background


Recommended Posts

With this guide you can render map(s) to your login screen. Some server back in 2012 used this kinda login (DaRealFreak) and I found it pretty cool, so I did this tutorial maybe people will use it again. At def LoadMap(self): there is a list called environments where I set 17 location for you. You can edit/extend it as you wish. The client choose a random location from that list. 

  • Open root/intrologin.py

    Search for:  "import uiScriptLocale" and add after:

  • Hidden Content

      Give reaction to this post to see the hidden content.

    Search for: "app.ShowCursor()" and add before:

  • Hidden Content

      Give reaction to this post to see the hidden content.

    Search for: "def Close(self):" and add before:

  • Hidden Content

      Give reaction to this post to see the hidden content.

    Search for: "ServerStateChecker.Update()" and add after:

  • Hidden Content

      Give reaction to this post to see the hidden content.

    Search for: "app.HideCursor()" and add afer:

  • Hidden Content

      Give reaction to this post to see the hidden content.

    You can disable the environmental background by editing INTERACTIVE_LOGIN = 1 at the top to INTERACTIVE_LOGIN = 0.

Here's a basic intrologin.py with this environmental background if you want to compare: 

Hidden Content

    Give reaction to this post to see the hidden content.
.

Original idea by DaRealFreak in 2012.

Sincerly,
TMP4

  • Like 14
  • Thanks 10
Link to post
Share on other sites
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...