Jump to content

[QUESTION]introLogo.py, the mistery of run videos before serverInfo


Go to solution Solved by Syreldar,

Recommended Posts

  • Premium

Title says all, this is my IntroLogo interested part.

def __init__(self, stream):
print "NEW LOGO WINDOW  ----------------------------------------------------------------------------"
ui.ScriptWindow.__init__(self)
net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, self)
self.stream = stream
self.playingVideo = 0
self.bNeedUpdate = TRUE
self.nextLogoIndex = 0
self.videoList = ["gf.wmv", "ymir.wmv"]
 
def __del__(self):
ui.ScriptWindow.__del__(self)
net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, 0)
print "---------------------------------------------------------------------------- DELETE LOGO WINDOW"

Prototype.py

 

#mainStream.SetLoadingPhase()
 
mainStream.SetLogoPhase()
#mainStream.SetLoginPhase()
#mainStream.SetSelectCharacterPhase()
#mainStream.SetCreateCharacterPhase()
#mainStream.SetSelectEmpirePhase()
#mainStream.SetGamePhase()
app.Loop()
  • Love 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

To run Videos you need this in your prototype.py:

#mainStream.SetLoadingPhase()
 
mainStream.SetLogoPhase()
#mainStream.SetLoginPhase() ## This is the Logophase.
#mainStream.SetSelectCharacterPhase()
#mainStream.SetCreateCharacterPhase()
#mainStream.SetSelectEmpirePhase()
#mainStream.SetGamePhase()
app.Loop()
  • Love 1
Link to comment
Share on other sites

  • Premium

 

To run Videos you need this in your prototype.py:

#mainStream.SetLoadingPhase()
 
mainStream.SetLogoPhase()
#mainStream.SetLoginPhase() ## This is the Logophase.
#mainStream.SetSelectCharacterPhase()
#mainStream.SetCreateCharacterPhase()
#mainStream.SetSelectEmpirePhase()
#mainStream.SetGamePhase()
app.Loop()

Still have this, and if i remove "#" from mainStream.SetLoginphase nothing changes.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

This is the hidden content, please

 

If you don't have this .dll in your metin2 files, put it after test it again.

 

Kind Regards

HaveBeen

Added it in the client, but it not seems to exist some connection between the dll and the launcher.

 

It not work if i just put it inside the client folder.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

Bump, please, i need this.

 

There could be another file that belongs to the video-running system?

I've edited IntroLogo.py and Prototype.py, what file did i miss?

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

This is the hidden content, please

 

If you don't have this .dll in your metin2 files, put it after test it again.

 

Kind Regards

HaveBeen

I try and work but... Why this dll is needed? and why if i put , the windows resolution change automatic to default windows 7? 

 

(Aero System Windows7)

Link to comment
Share on other sites

  • Premium

For me it doesn't work.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

Bump, please, i need this.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

up.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

Did you ever use the original video files? 

 

If you still have same problem, take screenshot after paste it.

 

Kind Regards

HaveBeen

Screen of what? it just starts the ch window, not the vids before it.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • 4 weeks later...
  • Premium
  • Solution

Solved with a self-compiled binary and the source-intrologo.py, with some changes.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • 1 year later...
  • 2 years later...

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.