Jump to content

.Eugen

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by .Eugen

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Spoiler

    25581114.jpg

     

    Hello,


    I decided make public the IntroLogo sistem of Metin2DR. 
    This system allows put images when you start the client.

    First you need download the resources.
    Please, be carrefully with the "TABS".
     

    Video Tutorial: https://www.youtube.com/watch?feature=player_embedded&v=XHStlbKA6JU

     

    Tutorial

    Spoiler

     

    In the resources folder you wil find root/intrologo.py ,and you need to copy it in your root 


    Search in networkmodule.py

    
    def SetLoginPhase(self):

    Add above : 

    
    def SetLogoPhase(self):
    		net.Disconnect()
    		
    		import introLogo
    		self.LogoWindowDlg = introLogo.LogoWindow(self)
    		self.LogoWindowDlg.Show()

    Open prototype.py and search : 

    
    mainStream.SetLoginPhase()

    Then add it "#" in front and above add it :

    
    	mainStream.SetLogoPhase()

     

    Now copy the intrologowindow.py , Intro.jpg and intrologo from locale(resources) in locale/de/ui of your client.
    Open intrologowindow.py and modify /de/ with your config client , for example : /en/ , /it/ , /es/ ...etc

     

    The images you can make it with After Effects,and save it like video image sequences

     

     

    • Metin2 Dev 35
    • Dislove 3
    • Not Good 1
    • Confused 1
    • Good 8
    • Love 2
    • Love 25
  2. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Spoiler

    171641FWISfcE.png.2ab3b1101cf900e51d1a8c

     

     

    Hello , i decided to posted multilanguage system (maded for metin2dr)The system allow to change the language of your client,this system was created in 20-30 min .You only need a locale for each language.The implementation of this system is very simple, but i have made a videotutorial also .

    • Metin2 Dev 31
    • Not Good 1
    • Think 2
    • Scream 1
    • Good 14
    • Love 2
    • Love 35
×
×
  • 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.