Jump to content

GF animation background


Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

I think the most people seen that...

https://metin2.download/picture/y79a46ypk8p75qnygBOp8poEz8DnqKrd/.gif

 

Spoiler

310919log-01.jpg

 

But no everybody knows how to set mp4 background...

In the rar are 50 jpg images.. so u can make animation background via ani_image in python...

 

https://mega.co.nz/#!OlYXXLrT!M8fVkpNhfOHO5RlbA4pGQp1vEATIhTySFAe696ER-HQ

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 86
  • kekw 1
  • Eyes 1
  • Not Good 1
  • Sad 1
  • Think 2
  • Confused 1
  • Good 33
  • Love 4
  • Love 59

plechi-frost-dungeon.gif

Link to comment
Share on other sites

  • 9 months later...
  • 2 weeks later...
  • 5 weeks later...
  • 1 month later...
  • 1 year later...

Code for lazy :)

Insert images into locale_de/locale/de/ui/login/

In loginwindow.py search:

{
            "name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0,
            "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
            "image" : "locale/de/ui/login.sub",
        },

and replace with:

{
			"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,
			"type" : "ani_image",
			"x_scale" : float(SCREEN_WIDTH) / 1920.0, "y_scale" : float(SCREEN_HEIGHT) / 850.0,
			"delay" : 3,
			"images" :
			(
			"locale/de/ui/login/log 01.jpg",
			"locale/de/ui/login/log 02.jpg",
			"locale/de/ui/login/log 03.jpg",
			"locale/de/ui/login/log 04.jpg",
			"locale/de/ui/login/log 05.jpg",
			"locale/de/ui/login/log 06.jpg",
			"locale/de/ui/login/log 07.jpg",
			"locale/de/ui/login/log 08.jpg",
			"locale/de/ui/login/log 09.jpg",
			"locale/de/ui/login/log 10.jpg",
			"locale/de/ui/login/log 11.jpg",
			"locale/de/ui/login/log 12.jpg",
			"locale/de/ui/login/log 13.jpg",
			"locale/de/ui/login/log 14.jpg",
			"locale/de/ui/login/log 15.jpg",
			"locale/de/ui/login/log 16.jpg",
			"locale/de/ui/login/log 17.jpg",
			"locale/de/ui/login/log 18.jpg",
			"locale/de/ui/login/log 19.jpg",
			"locale/de/ui/login/log 20.jpg",
			"locale/de/ui/login/log 21.jpg",
			"locale/de/ui/login/log 22.jpg",
			"locale/de/ui/login/log 23.jpg",
			"locale/de/ui/login/log 24.jpg",
			"locale/de/ui/login/log 25.jpg",
			"locale/de/ui/login/log 26.jpg",
			"locale/de/ui/login/log 27.jpg",
			"locale/de/ui/login/log 28.jpg",
			"locale/de/ui/login/log 29.jpg",
			"locale/de/ui/login/log 30.jpg",
			"locale/de/ui/login/log 31.jpg",
			"locale/de/ui/login/log 32.jpg",
			"locale/de/ui/login/log 33.jpg",
			"locale/de/ui/login/log 34.jpg",
			"locale/de/ui/login/log 35.jpg",
			"locale/de/ui/login/log 36.jpg",
			"locale/de/ui/login/log 37.jpg",
			"locale/de/ui/login/log 38.jpg",
			"locale/de/ui/login/log 39.jpg",
			"locale/de/ui/login/log 40.jpg",
			"locale/de/ui/login/log 41.jpg",
			"locale/de/ui/login/log 42.jpg",
			"locale/de/ui/login/log 43.jpg",
			"locale/de/ui/login/log 44.jpg",
			"locale/de/ui/login/log 45.jpg",
			"locale/de/ui/login/log 46.jpg",
			"locale/de/ui/login/log 47.jpg",
			"locale/de/ui/login/log 48.jpg",
			"locale/de/ui/login/log 49.jpg",
			"locale/de/ui/login/log 50.jpg",
			)
		},

Change "delay" : 3, their choice .

  • Love 2
Link to comment
Share on other sites

  • 3 years later...

Hey guys, im trying to put the same code to the "selectcharacterwindow" too, it runs the login and character together but when i get in game map ( for example the city ) the client closes and give me error to load the client...

 

If i run just 1 of them, the client works finelly, but the problem its with the 2 scripts together.

 

Can anyone tell me if i have to put another script, or tell me what it is? please will be greatful :)

Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...

i added this and i have a problem. I have to wait 10 seconds for the animation to appear. In these 10 seconds the screen is black. I want to mention that this tutorial works. It's just that the black screen appears before and it takes about 10 seconds for the background to appear.

https://metin2.download/picture/V4OIccT9KY216bK0D6WWyd24zc459ZAn/.gif 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 1 year later...

Announcements



  • Similar Content

  • Activity

    1. 0

      Quest 6/7 Problem

    2. 5

      Effect weapons

    3. 3

      Crystal Metinstone

    4. 3

      Feeding game source to LLM

    5. 113

      Ulthar SF V2 (TMP4 Base)

    6. 3

      Feeding game source to LLM

    7. 0

      Target Information System

    8. 3

      Feeding game source to LLM

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.