[Release] Original season 2 login screen for season 6

Results 1 to 5 of 5
  1. #1
    0x4D696E68 myheart is offline
    MemberRank
    Jun 2017 Join Date
    354Posts

    [Release] Original season 2 login screen for season 6

    Hello !

    this is a library used for bring back the season 2 login screen to the season 6!

    - working on main 1.04D and 1.04E

    Download: https://mega.nz/#!WVs1wATC!IBYcvgrgp...WaJRlupbQ0JGrg
    how to use:

    - Extract Map 55 and map 56 (Season2) or Map 95 (Ex700) to Data folder
    - paste this code to your dll
    Code:
    void InitLoginTheme()
    {
        HMODULE hModule = LoadLibraryA("logintheme.dll");
    
        void (*EntryProc)(char*) = ((void(*)(char*))GetProcAddress(hModule, "EntryProc"));
    
        if (EntryProc)
        {
      //choose one
      //EntryProc("EX700");
      //EntryProc("SS2");
        }
    }
    Enjoy !





    Last edited by myheart; 07-07-19 at 08:40 AM.


  2. #2
    0x4D696E68 myheart is offline
    MemberRank
    Jun 2017 Join Date
    354Posts

    Re: [Release] Original season 2 login screen for season 6

    added Ex700 login scene!

  3. #3
    Member dasgrid is offline
    MemberRank
    Dec 2014 Join Date
    InsideLocation
    86Posts

    Re: [Release] Original season 2 login screen for season 6

    Does it come with the effects of the new horse?

  4. #4
    0x4D696E68 myheart is offline
    MemberRank
    Jun 2017 Join Date
    354Posts

    Re: [Release] Original season 2 login screen for season 6

    added season 2 select character scene!

  5. #5
    Account Upgraded | Title Enabled! walter29 is offline
    MemberRank
    Dec 2007 Join Date
    316Posts

    Re: [Release] Original season 2 login screen for season 6

    Quote Originally Posted by myheart View Post
    added season 2 select character scene!
    can post dll only with season2 selectserver? Because the selectchar part I have already coded in my source



Advertisement