Jump to content

Sebastian

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sebastian

  1. On 3/19/2021 at 8:49 PM, ASIKOO said:
    Spoiler
    On 3/19/2021 at 8:49 PM, ASIKOO said:

    metin2.png

    How to create a Metin2 private server with Metin2 Project - Français

     

    Introduction

    I want to offer Metin2 Project as an alternative to stable and functional server files. Metin2 Project is shaped according to my ideas and my desires, my only limit is my imagination. All changes and fixes to Metin2 Project are made with defines. You can suggest ideas to me but I am free to refuse them without any justification.

     

    Summary

    Important information to know about Metin2 Project.

    • Initial working base => @ Mali & @ TMP4 => TMP4's Project
    • DB & GAME Ready for FreeBSD 32 Bit & 64 Bit
    • Ready for MySQL Server 8
    • Ready for Microsoft Visual Studio 2022
    • EN DE HU FR CZ DK ES GR IT NL PL PT RO RU TR Avalable languages

     

    Test Environment

    When developing the project, the following configuration was used.

    • FreeBSD 13.1 64 Bit
    • MySQL Server 8.0.29
    • LLVM-Devel 15.0.D20220328_1
    • GDB 11.2
    • Makedepend 1.0.6,1
    • GMake 4.3_2
    • Python 2.7.18_1
    • Microsoft Visual Studio 2022

     

    Access Credentials

    No database login credentials are provided. You must set up your own user to administer and manage your Metin2 Project server. The associated tutorial, allows you to create your login credentials to the database, you should be able to get there... Finally, I hope for you.

     

    Metin2 Accounts

    • User: playerone
    • User: playertwo
    • User: playerthree
    • User: playerfour
    • User: playefive
    • User: playersix
    • User: playerseven
    • User: playereight
    • User: playernine
    • User: playerten
    • Password: player

     

    Changelogs
    2022.XX.XX.0001

      Hide contents

    XXX

     

    Downloads

    Download the project and enjoy! No virtual machine is provided, you can create it yourself using the associated tutorial.

    • 2022.XX.XX.0001 => Server + Client

     

     

    Made With ☕ and ❤️
    Metin2 Project

     

    Why I can not see download file? I want to download metin 2 project but there is no link. I react to post and there are only XXX

    • Metin2 Dev 2
    • Love 1
  2. I tried to change loading images in my client so I change introloading.py file and add my images to "pack/ETC/ymir work/ui/loadings"

    This is how my introloading file looks like:

    spacer.png

     

    I deleted few lines from 84 - 124 and add 86-89 lines. 

    I can open my client. I can log in, I can choose character, but when it comes to "loading" I can see only my new loading image for a few seconds and my client turn off. I don't know why. There are my new images but client can't load game...

    Do anyone know what is going on? ;>

     

  3. TPM4 I dont have this lines in my "inventorywindow.py" file... So I can only remove every related part from root/uiinventory.py what contains "DSSButton" but it didn't work...

     

    This is what I have in my inventorywindow.py:

     

    import uiScriptLocale

    EQUIPMENT_START_INDEX = 90

    window = {
        "name" : "InventoryWindow",

        ## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
        "x" : SCREEN_WIDTH - 176 - 200,
        "y" : SCREEN_HEIGHT - 37 - 565,

        "style" : ("movable", "float",),

        "width" : 176,
        "height" : 565,

        "children" :
        (
            {
                "name" : "board",
                "type" : "board",
                "style" : ("attach",),

                "x" : 0,
                "y" : 0,

                "width" : 176,
                "height" : 565,

                "children" :
                (
                    ## Title
                    {
                        "name" : "TitleBar",
                        "type" : "titlebar",
                        "style" : ("attach",),

                        "x" : 8,
                        "y" : 7,

                        "width" : 161,
                        "color" : "yellow",

                        "children" :
                        (
                            { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, "text_horizontal_align":"center" },
                        ),
                    },

                    ## Equipment Slot
                    {
                        "name" : "Equipment_Base",
                        "type" : "image",

                        "x" : 10,
                        "y" : 33,

                        "image" : "d:/ymir work/ui/game/windows/equipment_base.sub",

                        "children" :
                        (

                            {
                                "name" : "EquipmentSlot",
                                "type" : "slot",

                                "x" : 3,
                                "y" : 3,

                                "width" : 150,
                                "height" : 182,

                                "slot" : (
                                            {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
                                            {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
                                            {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":84, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":52, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":113, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":113, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":1, "width":32, "height":32},
                                            {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
                                        ),
                            },

                            {
                                "name" : "Equipment_Tab_01",
                                "type" : "radio_button",

                                "x" : 86,
                                "y" : 161,

                                "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
                                "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
                                "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

                                "children" :
                                (
                                    {
                                        "name" : "Equipment_Tab_01_Print",
                                        "type" : "text",

                                        "x" : 0,
                                        "y" : 0,

                                        "all_align" : "center",

                                        "text" : "I",
                                    },
                                ),
                            },
                            {
                                "name" : "Equipment_Tab_02",
                                "type" : "radio_button",

                                "x" : 86 + 32,
                                "y" : 161,

                                "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
                                "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
                                "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

                                "children" :
                                (
                                    {
                                        "name" : "Equipment_Tab_02_Print",
                                        "type" : "text",

                                        "x" : 0,
                                        "y" : 0,

                                        "all_align" : "center",

                                        "text" : "II",
                                    },
                                ),
                            },

                        ),
                    },

                    {
                        "name" : "Inventory_Tab_01",
                        "type" : "radio_button",

                        "x" : 10,
                        "y" : 33 + 191,

                        "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                        "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                        "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                        "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,

                        "children" :
                        (
                            {
                                "name" : "Inventory_Tab_01_Print",
                                "type" : "text",

                                "x" : 0,
                                "y" : 0,

                                "all_align" : "center",

                                "text" : "I",
                            },
                        ),
                    },
                    {
                        "name" : "Inventory_Tab_02",
                        "type" : "radio_button",

                        "x" : 10 + 78,
                        "y" : 33 + 191,

                        "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                        "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                        "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                        "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

                        "children" :
                        (
                            {
                                "name" : "Inventory_Tab_02_Print",
                                "type" : "text",

                                "x" : 0,
                                "y" : 0,

                                "all_align" : "center",

                                "text" : "II",
                            },
                        ),
                    },

                    ## Item Slot
                    {
                        "name" : "ItemSlot",
                        "type" : "grid_table",

                        "x" : 8,
                        "y" : 246,

                        "start_index" : 0,
                        "x_count" : 5,
                        "y_count" : 9,
                        "x_step" : 32,
                        "y_step" : 32,

                        "image" : "d:/ymir work/ui/public/Slot_Base.sub"
                    },

                    ## Print
                    {
                        "name":"Money_Slot",
                        "type":"button",

                        "x":8,
                        "y":28,

                        "horizontal_align":"center",
                        "vertical_align":"bottom",

                        "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
                        "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
                        "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",

                        "children" :
                        (
                            {
                                "name":"Money_Icon",
                                "type":"image",

                                "x":-18,
                                "y":20,

                                "image":"d:/ymir work/ui/game/windows/money_icon.sub",
                            },

                            {
                                "name" : "Money",
                                "type" : "text",

                                "x" : 3,
                                "y" : 3,

                                "horizontal_align" : "right",
                                "text_horizontal_align" : "right",

                                "text" : "123456789",
                            },
                        ),
                    },

                ),
            },
        ),
    }

  4. I don't want alchemy on my server so I turned off this option but I have DSS button in equipment anyway...

    I tried add this: 

     if self.DSSButton and not app.ENABLE_DRAGON_SOUL_SYSTEM:

     self.DSSButton.Hide()

     self.DSSButton.Destroy()

     self.DSSButton = 0

    in uiinventory.py file but it didn't work. When I add this- my client didn't open... Please help me...

     

    spacer.png

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