run.sh 818 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. # Run the game server in a detached screen
  3. echo ""
  4. echo "Launching the game server in a new screen."
  5. echo ""
  6. echo "Type 'screen -r' followed by the name of the server to access the game server console."
  7. echo "Press 'CTRL + C' to shut down the server from that screen or"
  8. echo "Use 'CTRL + A, D' to detach the live server screen so it runs in the background."
  9. echo ""
  10. cd server
  11. # runs server with the configuration found in "server/local.conf"
  12. bash ./ant_launcher.sh local g1gc
  13. # uncomment to run additional servers with different configurations. Prod use: uncomment all below
  14. #bash ./ant_launcher.sh openrsc && \
  15. #bash ./ant_launcher.sh rsccabbage && \
  16. #bash ./ant_launcher.sh uranium && \
  17. #bash ./ant_launcher.sh rsccoleslaw && \
  18. #bash ./ant_launcher.sh 2001scape && \
  19. ##bash ./ant_launcher.sh openpk