29 mesaje
Membru Începător Membru Începător
  • Mesaje: 3
  • Reacții: 1
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Server: Elvero
  • Regat: Jinno
  • Medalii

    How can we get the p24 version? @[HF]White

    🔥 Hai pe Discord! - Chat activ și support direct

    Te așteptăm și pe serverul de Discord - aici ne-am strâns toată comunitatea de Metin2 din România.

    Alătură-te acum!
    Suntem aproape: 
    Robot Discord
    Roboțelu'
    Anunț
    Administrator Administrator
  • Mesaje: 4258
  • Reacții: 85394
  • Mesaje utile: 44
  • Status: Pe aici.. 🤠
  • Server: Saga2 - Soon
  • Regat: Jinno
  • [ID Discord]
  • Contact:
    Avatar utilizator
    Administrator
    Administrator

    Mesaj de [HF]White »

    GoldRogerX scrie: How can we get the p24 version? @[HF]White
    you pay for it :(|)
    Te asteptam si pe serverul de Discord :p - aici ne-am strans toata comunitatea de Metin2 din Romania.
    Link: https://discord.gg/jWxeDSf7HP

    Suntem aproape 2000 membri! - Avem chat activ zilnic, support, cereri, resurse. :D :ymcowboy:





    See full signature
    Membru Începător Membru Începător
  • Mesaje: 1
  • Reacții: 0
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Jinno
  • Medalii

    Avatar utilizator
    Membru Începător
    Membru Începător

    Mesaj de darkgh0st »

    what's the password for S3llMetin2-v24.0.0.0 (r2) in v24-20250216T155154Z-001 file?
    Membru Începător Membru Începător
  • Mesaje: 11
  • Reacții: 5
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Shinsoo
  • Medalii

    Avatar utilizator
    Membru Începător
    Membru Începător

    Mesaj de Melcthor »

    The steps are done on a clean VM running FreeBSD 14.2-RELEASE-p1 GENERIC amd64. The goal is to make it run on my LAN to play it with a friend whenever we feel like it. I'm running the VM on Proxmox.

    Install dependencies with `pkg`:
    Code:
    pkg install mariadb1011-server git python python3 llvm-devel gmake makedepend
    
    MariaDB configuration:
    Code:
    sysrc mysql_enable="YES"
    service mysql-server start
    mysql
    SET PASSWORD FOR root@localhost=PASSWORD('password');
    exit
    sed -i '' -e 's/^bind-address[[:space:]]*=[[:space:]]*127\\\/bind-address = 0.0.0.0/' /usr/local/etc/mysql/conf.d/server.cnf
    service mysql-server restart
    

    `s3ll_svfiles` (running server) and `s3ll_server` (source files) must be in cd /home/

    Code:
    cd /
    mkdir home
    cd /home/
    
    Extract the `ASF_Svfiles-v5-r19` and rename the dir to `s3ll_svfiles`.

    Copy the entire `s3ll_server` dir (such as with WinSCP by drag and drop) to home and the entire `s3ll_svfiles` dir to home.

    Extract and copy the files from the `Extern-v5-server-freebsd-13-clang-mariadb (v2)` to `/home/s3ll_server/Srcs`.

    Extract `32bit-on-64bit-v5.8-freebsd14-clang16-mariadb10` navigate to `/Extern/lib`and copy the `libmysqlclient.a` file. Copy it to `/home/s3ll_server/Srcs/Extern/lib` and overwrite the existing file.

    Execute line by line the following:
    Code:
    cd /home/s3ll_server/Srcs/Extern/cryptopp
    gmake libcryptopp.a -j4
    cd /home/s3ll_server/Srcs/Server
    gmake all -j4
    
    Go to `cd /home/s3ll_svfiles/main/` and edit the `admin_panel.py` file contents from to remove all the `/s3ll-v5-ex/` parts of the path before `s3ll_server` . e.g.:

    Code:
    run_command('ln -s /home/s3ll_server/Srcs/Server/game/game_symlink game')
    
    Go to `cd /home/s3ll_svfiles/main/`  and edit the `gen_settings.py` file contents `v_bindhostname` and `v_proxyHostname`. Type the IP of your VM. In the same file, edit the `PROTO_FROM_DB` from `True` to `False`;

    Go to `cd /home/s3ll_svfiles/main/srv1/share/locale/germany` and make the following changes:
    - Make a copy of `dragon_soul_table_MYTH.txt` named `dragon_soul_table.txt`
    - Pick the language you want and copy the files, and name them without a prefix. e.g. `locale_string_RO` -> `locale_string` and `translate_RO` -> `translate`
    Code:
    cp dragon_soul_table_MYTH.txt dragon_soul_table.txt
    cp locale_string_EN.txt locale_string.txt
    cp translate_EN.lua translate.lua
    
    Go to `cd /home/s3ll_svfiles/main/srv1/share/conf` and copy the `item_proto` and `mob_proto` from `Protos\protos`. For the `item_names` and `mob_names` you will have to grab them from the corresponding locale directory, e.g. `Protos\protos\en` . It will ask you to overwrite the files, but the existing ones were empty 0KB files anyway, so overwrite them.

    Code:
    cd /home/s3ll_svfiles/sql
    bash run.sh
    

    This will execute the script to create the databases, tables and to fill the tables with the default data. In order for this to work the script requires that the correct password for the root user is set. By default it's `password` and if if we look at our MariaDB configuration we did above it matches.

    Code:
    cd /home/s3ll_svfiles/main
    python admin_panel.py gen
    python admin_panel.py symlink
    python admin_panel.py quest
    python admin_panel.py start
    
    ## Troubleshooting

    If you get `connect: Connection refused` repeatedly when starting the server you likely have an error as well. For example:
    Code:
    Assertion failed: (index < row->size()), function AsStringByIndex, file CsvReader.cpp, line 338.
    
    Looking this up I found a post on https://metin2.dev/topic/7261-help-assertion-failed/. This could be an issue in `item_proto.txt` or `mob_proto.txt` To fix this I grabbed the protos from `Martysama 5.8 by mihaimiti30` instead and it worked.
    Moderator Moderator
  • Mesaje: 842
  • Reacții: 16507
  • Mesaje utile: 42
  • Status: 🚀 I'm gonna change the future!
  • Server: Nethis
  • Regat: Chunjo
  • [ID Discord]
  • Contact:

    Medalii

    Avatar utilizator
    Moderator
    Moderator

    Mesaj de Andi »

    [HF]White scrie:
    GoldRogerX scrie: How can we get the p24 version? @[HF]White
    you pay for it :(|)
    Există MartySama 5.8 P24?

    See full signature
    Membru Începător Membru Începător
  • Mesaje: 14
  • Reacții: 10
  • Mesaje utile: 0
  • Status: Ummm ?
  • Regat: Chunjo
  • Medalii

    Avatar utilizator
    Membru Începător
    Membru Începător

    Mesaj de Sparkz »

    please change this upload site, I don't remember ever crying with a nervous breakdown to download a file before X(
    Developer Developer
  • Mesaje: 52
  • Reacții: 1385
  • Mesaje utile: 0
  • Status: Nemurirea sufletului
  • Server: -
  • Regat: Jinno
  • [ID Discord]
  • Contact:

    Medalii

    Avatar utilizator
    Developer
    Developer

    Mesaj de Lugh »

    GoldRogerX scrie: How can we get the p24 version? @[HF]White
    Andi scrie:
    [HF]White scrie:
    GoldRogerX scrie: How can we get the p24 version? @[HF]White
    you pay for it :(|)
    Există MartySama 5.8 P24?
    No, p24 it's no't released yet
    Membru Începător Membru Începător
  • Mesaje: 3
  • Reacții: 1
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Server: Elvero
  • Regat: Jinno
  • Medalii

    Avatar utilizator
    Membru Începător
    Membru Începător

    Mesaj de GoldRogerX »

    @Lugh martysama published the last p24 before stopping the sale and stopped the sale 1 week later we can't find it there were important things
    Membru Ucenic Membru Ucenic
  • Mesaje: 36
  • Reacții: 178
  • Mesaje utile: 2
  • Status: Pierd vremea ^.^
  • Server: Vedem noi.
  • Regat: Shinsoo
  • Contact:

    Medalii

    Avatar utilizator
    Membru Ucenic
    Membru Ucenic

    Mesaj de _SHANII »

    No he didn't p24 it's still in the testing phase. It's not out for the public.
    Developer Developer
  • Mesaje: 52
  • Reacții: 1385
  • Mesaje utile: 0
  • Status: Nemurirea sufletului
  • Server: -
  • Regat: Jinno
  • [ID Discord]
  • Contact:

    Medalii

    Avatar utilizator
    Developer
    Developer

    Mesaj de Lugh »

    GoldRogerX scrie: @Lugh martysama published the last p24 before stopping the sale and stopped the sale 1 week later we can't find it there were important things
    I'm 100% sure he didn't release the p24 version, it's still in test phase and he won't release for the next few monts, he make a release at 4 to 6 month, the p23 was released this year in february so you have to wait :)
    Scrie răspuns

    Creează-ți un cont sau autentifică-te pentru a participa la discuție

    Trebuie să fii membru pentru a răspunde

    Creează-ți un cont

    Membrii pot crea subiecte noi și pot descărca resurse Metin2 Gratuit!


    Te poți înregistra sau conecta rapid utilizând contul tău de Discord, Github sau Google.

    Înregistrare

    Autentifică-te

    Înapoi la “Serverfiles resurse”

    Informații

    Utilizatori ce navighează pe acest forum: csh8, Ivan Villa, munn0904, poldv98, RaKu, zlxprial01 și 2 vizitatori

    Discord ID copiat: