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:
/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.
https://mega.nz/#!NlURzQCC!G74F4NhhBvCkpz0abPhzcnfFkcXdSor_WHyF3YTkRIk
PW: OnForum.com
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
- stop auth (prevent login atempts to closing server)
- stop channels
- stop db
/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.
https://mega.nz/#!NlURzQCC!G74F4NhhBvCkpz0abPhzcnfFkcXdSor_WHyF3YTkRIk
PW: OnForum.com


