Jump to content

Volkan

Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Volkan

  1. On 4/19/2024 at 12:50 PM, Volkan said:

    Soon I want to release another version of myslq8 and directx9 files with fixes and additions. Should I add some systems too?

     

    I'm mainly thinking about the now rather basic systems such as mounts, cheque, etc.

     

    I'm thinking about talismans and the elemental system, but for now I just fixed type 33 and use these slots for experience rings, etc.

     

    For now, I can share files with fixes, but they are not finished, almost without systems. I don't have much time now, so I'd have to wait quite a long time to finish it. Share these? But there are 100+ fixes added

  2. On 1/3/2024 at 11:11 PM, Volkan said:

    Little update - the belt inventory button looked weird, now it's fine

    This is the hidden content, please

    Soon I want to release another version of myslq8 and directx9 files with fixes and additions. Should I add some systems too?

     

    I'm mainly thinking about the now rather basic systems such as mounts, cheque, etc.

     

    I'm thinking about talismans and the elemental system, but for now I just fixed type 33 and use these slots for experience rings, etc.

    • Metin2 Dev 4
    • Flame 1
    • Good 5
    • Love 2
  3. 2 hours ago, Ulas said:

    HUH zLib not good then zstd But Why ve using double compress I dont understand still

    https://metin2.download/picture/RUfzAvn78jEujScm59jg7nD28MUy7QJH/.png

    you can remove -

    LIBS += -lmysqlclient -lz -lzstd

    LIBS += /usr/local/lib/mysql/libmysqlclient.a /usr/lib/libz.a /usr/local/lib/libzstd.a

    # OpenSSL
    INCDIR += -I/usr/include

    # Boost
    INCDIR += -I../../../extern/include/boost

    # DevIL
    INCDIR += -I../../../extern/include/devil/IL

    libzstd.a from extern

    and i will change libIL later

    link updated

  4. 4 minutes ago, ugm2 said:

    I'm sorry, but I have no idea what you mean by that.

    in src/game - desc_client.cpp find

    memcpy(p.szIP, g_szPublicIP, 16); and change to memcpy(p.szIP, "hamahi IP", 16);

    strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP)); change to strlcpy(p.szPublicIP, "hamahi IP", sizeof(p.szPublicIP));

    in serverinfo.py you need normal hamachi ip, without .100

    and check in ch1/config e.t.c. whether you have all ports open

  5. 1 hour ago, ugm2 said:

    Hey, thanks for the quick reply 🙂
    I understand about opening the ports and it's not a problem, but what exactly do you mean by "change ip router port" ?

    But wouldn't this only be a temporary solution? If I understand you correctly, should I connect to the server without Hamachi ? So in the sense of Homeroot ? 
    Wouldn't the problem be that as soon as my router reboots, I would have to change the root.eix etc. every time ?

    The server should actually be permanently accessible, but maybe I misunderstood you 😉

    in freebsd use the command

    ee /etc/rc.conf

    change

    ifconfig_em0="DHCP"

    to

    #ifconfig_em0="DHCP"

    and add

    ifconfig_em0="inet hamachi ip.100 netmask 255.0.0.0"

    defaultrouter="hamachi ip"

    • Metin2 Dev 1
×
×
  • 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.