Jump to content

Shenzo

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Shenzo

  1. Path: locale_xx\locale\xx\ui

    Change: loginwindow.py

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

    1024x768 to whatever you want. (e.g. 1920x1080)

    And edit login.sub too.

    title subImage
    version 2.0
    image "login.jpg"
    left 0
    top 0
    right 1024
    bottom 768

     

    • Love 1
  2. hi

     

    since yesterday I have a problem that when I use metin2distribute.exe my client crash and the .exe file deletes itself. Now I use metin2release.exe and it works fine again. But I have an issue with an system and I wanted to debug it with the metin2debug.exe but this also deletes itself after crashing. No syserr. Seems like some other people got that problem too. I dont have an anti-virus programm also windows defender isnt activated. Any idea to fix it?

     

    Video:

     

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

     

     

  3. On 4/14/2020 at 11:14 PM, Mali61 said:
    
    		if (dwDistance < dwCloseItemDistance
    			&& (pInstance->stOwnership.empty()
    			|| pInstance->stOwnership == myName
    			|| CPythonPlayer::Instance().IsPartyMemberByName(pInstance->stOwnership.c_str())))
    
    #include "PythonPlayer.h"

     

     

    Thanks for this update! Could you maybe share code by which i can set in game option between single pickup (player.PickCloseItem()) and vector pickup (player.PickCloseItemVector())?

  4. 7 minutes ago, Gurgarath said:

    One thing I think that's important to mention is that the client doesn't need a lot of dll to run, and this number can be reduced if the libs and game are compiled and linked as static. However, your client executable will be heavier in size.

     

    The second thing worth mentionning is that you will often see clients with d3d9, or d3dx8 or whatever dll regarding DirectX. Some players doesn't have the proper dll from DirectX redistribuable in their computer and the game won't start because of this, so most owners prefers to unpack the dll directly at the root of their client to avoid problems with some players that doesn't always know what's up with it, even though they are not needed for the most part of the player base.

     

     

    Isn't there a similar problem with the different types of windows OS? Ive seen some private servers which added some dll files to their client which helps to run the client on older systems.

  5. I already noticed your topic about python3 and it seems to be a mess and too much work. Also I noticed that e.g. devil make some issue with the guild icons so I will not update it. But what about the other files? Do I or the players have any disadvantage if I do not update the dll files? To be honest I dont have the knowledge to upgrade those stuff by myself but I would pay a developer to help me out if its necessary.

  6. hi

     

    I am trying to figure out which dll files in my client arent needed to start the client.

     

    spacer.png

     

    I am not sure which dll files are needed and also doesnt know how to compile/upgrade them. Also I am not sure if its required to upgrade/recompile the files. Some of those dll files are from 2014 etc. Some informations would be nice!

     

    thanks

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