Jump to content

SgtFatality

Inactive Member
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by SgtFatality

  1. Hi guys,

     

    I'm looking for all the different languages/locales of the file "locale_string.txt" for the enhanceMT project.

    We want to put all the locale_string in the database and then using the strings in the core by ID and not by the original language.

     

    So no more encoding problems !

     

    If you have one for your language, please just specify the "locale code" (de, en, fr, us, etc.) and attach the file :)

     

    Thanks a lot,

    Sgt

    • Good 1
  2. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Hi guys,

    Today I'm gonna show you how to build enhanceMT server sources on FreeBSD (using FreeBSD 10)
    Please note that at the moment with only support compiling using CLang (we have to fix a few things to use GCC any help is appreciated).


    1. Softwares needed

    • PKG: Check if installed using this command :
      pkg -vv
    • GIT:
      pkg install git
    • CMake:
      pkg search cmake # To see the last package version
      pkg install cmake<version # The one you find with the command below
    • Boost libs:
      pkg install boost-all-1.55.0 # Or more, check with pkg search boost
    • CryptoPP:

      pkg install cryptopp-5.6.2_2
    • MySQL:
      pkg install mysql55-server-5.5.41 mysql55-client-5.5.41
    • DevIL:
      pkg install devil

     

    2. Get the sources

    First, create a new folder where you want to checkout the sources and go in that folder with the "cd" command.
    Then write the following command to checkout the sources from our repo (you need to register here : http://tyron.ovh😞

     

    git clone http://tyron.ovh:81/enhanceMT/Server.git

    Wait until the download is finished then go into the sources folder "Server" :

    cd Server

    3. Configure the solution with CMake

    Go into the "build" folder :

    cd build

    And run the CMake command :

    cmake ../

    4. Let's build it !

    Here you go ! Run the make command:

    make
    

    And that's it ! It wasn't to hard right ? https://metin2.dev/uploads/custom-emoji/emoticons/default_happy.png

    I just want you to remember that enhanceMT is an open source and community project, everyone can work on it.
    So if you have any suggestions, bugs, fix, etc. just open an issue on GitHub here : http://tyron.ovh/enhanceMT/Server/issues).

     

    Thanks @Kuzuri for testing and writing tutorial on FE.


    Sgt Fatality

    • Metin2 Dev 11
    • Smile Tear 1
    • Good 2
    • Love 9
  3. Nice i like it... But when i trying to log in...

    I0ZhhVY.png

     

    How can i fix this?

     

    Hi, what's the problem ? Which client do you use to login ?

     

    Bana kaynak kodlarını gönderebilir misin ? bende böyle hatalar veriyor.

     

    D8Rmjl.jpgKanynak kodları yollarsan o hatanın çözümü söyleyebilirim :)

     

    Hey, it's now fixed. You must git pull the latest revision and then run CMake again ;)

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