Jump to content

Search the Community

Showing results for tags 'implement'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forum
    • Anuncios
  • Metin2
    • Anuncios servidores
    • Geral
    • Serverfiles
    • Software
    • Armas e Armaduras
    • Mapas
    • Interface & Design
    • NPC e Mobs
    • Clientes
    • Quests
    • Download
    • Tutoriais
    • Duvidas e Pedidos
  • Classificados
    • Trocas e Vendas
  • Software
    • Download
    • Duvidas
  • Sistemas Operativos
    • FreeBSD
    • Windows
  • Scripts / Coding
    • PHP
    • C / C++ / C#
    • SQL
    • Python
  • Websites
    • Download
  • Off-topic
    • Geral

Categories

  • Metin2
    • Quest
    • Clientes
    • Serverfiles
    • Tools
    • Weapon / Armor / NPC / Monster
    • Outros
  • Software
  • Operating systems
    • Windows
  • Honor Room

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 1 result

  1. This was made to answer a question. In this tutorial the serverfiles location used was /usr/home/ This uses full paths, you could and should edit it yourself into relative paths. Some notes: Correct start script order: start db start channels start auth Correct stop script order: stop auth (prevent login atempts to closing server) stop channels stop db __ Place the file vrunner at this location: /usr/home/game/share/ So that the full path is the following: /usr/home/game/share/vrunner Place 1_setup.sh at /usr/home Give it 777 permissions and run it. It will create symlinks and according vrunner.sh and stop_vrunner.sh Place 2_start_vrunner.sh at /usr/home/ To start server use the 2_start_vrunner.sh. To stop server i didnt made it because im going to sleep atm, but just duplicate the 2_start_vrunner.sh script and instead of invoking vrunner.sh call stop_vrunner.sh and change the order, like described above. Password: implement_vrunner.7z
×
×
  • Create New...