Jump to content

Recommended Posts

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 41
  • Dislove 3
  • Not Good 1
  • Confused 1
  • Good 8
  • Love 3
  • Love 39
Link to comment
https://metin2.dev/topic/2797-intro-logo-client/
Share on other sites

  • 4 months later...
  • 10 months later...
  • 4 years later...
  • Former Staff

 Dead Download Link 

 Moved Topic 

 

If someone has the archive of this topic, can you send it to us? Thank you!

 

Puss In Boots Please GIF by swerk

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/2797-intro-logo-client/#findComment-133114
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • Active Member

This is the hidden content, please
 or 
This is the hidden content, please

Hello there is improved Intro Logo Client video. Is made on define and some parts of tutorial are missing

1. 

UserInterface.cpp copy them
BandiVideoLibrary.cpp
BandiVideoLibrary.h
BandiVideoPlayer.cpp
BandiVideoPlayer.h

Open your sln
Go on Userinterface -> Right click -> (Add existing item) and add all 4.

 

Py part

Don't forget to import app

 

  • Metin2 Dev 14
  • Love 1
  • Love 8
Link to comment
https://metin2.dev/topic/2797-intro-logo-client/#findComment-135576
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.