Jump to content

sakincali58k9

Inactive Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by sakincali58k9

  1. thanks

    On 8/19/2021 at 3:15 PM, TMP4 said:

    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. Somebody will surely comment that it's make the client opening slower. Yes it does, but as you can see in the video that's minimal. Also if you use a client with intro video logo then it doesn't matter because that's longer than it's 1-1,5 second loading time. But if you think it's not acceptable then either optimize it somehow or stay with image background 🙃

     

    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.

     (

    Hidden Content

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

    )

     

    Original idea by DaRealFreak in 2012.

    Sincerly,
    TMP4

    thanks

    • Metin2 Dev 4
    • Love 1
  2. 2 hours ago, VegaS™ said:

    You use a dictionary since you don't save anything, in this case you should use a list.

    
    #WARNING_WHISPER_GM = {}
    WARNING_WHISPER_GM = []
    
    #constInfo.WARNING_WHISPER_GM.update({targetName : {}})
    constInfo.WARNING_WHISPER_GM.append(targetName)

     

    I corrected them but I forgot to add them to the topic.

×
×
  • 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.