Jump to content

Implement vrunner


tierrilopes
 Share

Recommended Posts

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:

  1. start db
  2. start channels
  3. start auth

Correct stop script order:

  1. stop auth (prevent login atempts to closing server)
  2. stop channels
  3. 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:

Spoiler


tlthings.net

 

 

implement_vrunner.7z

  • Like 1
Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...