Jump to content

Login interface


Recommended Posts

Hi!


Today, I downloaded the following login interface: http://freakgamers.org/threads/release-metin2-epic-logininterface-with-code.2760/

Everything works, the only problem is, that it takes about 8 seconds until the screen turn on from black screen.
I mean, if I start the client, until 8 seconds the screen is black and loading.

Ist here any other way to fix this problem? It's not a huge problem, but it would be nice, if one of you could answer my question! :)

Have a nice day and thank you in advance! :)

Edited by Metin2 Dev
Core X - External 2 Internal
  • Angry 1
  • Confused 1
  • Scream 1
Link to comment
Share on other sites

  • Premium

The client loads all packs from login, that's why you have problems.

Go to class LoginWindow(ui.ScriptWindow):

Change

        #playerSettingModule.LoadGameData("EFFECT")
        #playerSettingModule.LoadGameData("ENEMY")                      
        #playerSettingModule.LoadGameData("SKILL")
        #playerSettingModule.LoadGameData("SHAMAN")
        #playerSettingModule.LoadGameData("SURA")
        #playerSettingModule.LoadGameData("ASSASSIN")
        #playerSettingModule.LoadGameData("WARRIOR")

you can delete also playerSettingModule.LoadGameData("NPC"), but you won't see the mobs after.

 

  • Confused 1
Link to comment
Share on other sites

  • Premium
1 hour ago, Szirikee said:

If I don't want to delete the NPC line, then isn't there any other way to solve it?

Create from launcher something like : monster_interface ( like it is npc, npc2, monster2 etc) , and there you put the mobs from the map you want to show on login interface. This will make the load pretty fast.

 

Open "RaceManager.cpp" (Client-Source, GameLib) and search 

else if (__IsNPCRace(race))

from 

void __GetRaceResourcePathes(unsigned race, std::vector <std::string>& vec_stPathes)

after 

vec_stPathes.push_back ("d:/ymir work/guild/");

put 

vec_stPathes.push_back ("d:/ymir work/monster_interface/");

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 11

      Multi Language System

    2. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    3. 4

      Feeding game source to LLM

    4. 0

      Quest 6/7 Problem

    5. 5

      Effect weapons

    6. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

    7. 3

      Crystal Metinstone

    8. 4

      Feeding game source to LLM

    9. 113

      Ulthar SF V2 (TMP4 Base)

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