Jump to content

HellCap

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HellCap's Achievements

0

Reputation

  1. Out of Sector Production and resourcerespawn mod has been added to the Server.
  2. In this Script Installation, we’ll be using Ubuntu 12.04, but outside of the installation process, everything should be the same on every modern distribution. To get the Script running you need the Screen Console installed. Use “apt-get” to install on Ubuntu: sudo apt-get update sudo apt-get install screen Next Step, go to your Installation path of your Avorion Server (there should be your server.sh etc. too) and create with your favorite editor a new file called "restart.sh" ( I´ll be using VI Editor for this Tutorial ) vi restart.sh Use "I" to get in insert mode and copy paste this script and edit the HOMEPATH #!/bin/sh screen -S avorion -X eval 'stuff "/say Next Restart in 15Min..."\015' sleep 300 screen -S avorion -X eval 'stuff "/say Next Restart in 10Min..."\015' sleep 300 screen -S avorion -X eval 'stuff "/say Next Restart in 5Min..."\015' sleep 240 screen -S avorion -X eval 'stuff "/say Next Restart in 1Min..."\015' sleep 50 screen -S avorion -X eval 'stuff "/say Restart in 10Sek..."\015' sleep 5 screen -S avorion -X eval 'stuff "/say Restart in 5..."\015' sleep 1 screen -S avorion -X eval 'stuff "/say Restart in 4..."\015' sleep 1 screen -S avorion -X eval 'stuff "/say Restart in 3..."\015' sleep 1 screen -S avorion -X eval 'stuff "/say Restart in 2..."\015' sleep 1 screen -S avorion -X eval 'stuff "/say Restart in 1..."\015' sleep 1 screen -S avorion -X eval 'stuff "/stop"\015' sleep 30 cd /home/gameservers/SteamCMD/avorion ./start.sh Exit the Insert Mode by using the ESC-Button and type ":wq" to save and quit the editor. This Script will now announce a Restart Countdown and will stop the server. Make the restart.sh executable chmod +x restart.sh Now we need another file called start.sh to start the server again. vi start.sh Use "I" again for insert mode and copy paste this script #/bin/bash screen -dmS avorion sh server.sh Exit the Insert Mode by using the ESC-Button and type ":wq" to save and quit the editor. The "-dmS" for screen will run the session in "daemon" mode which starts the session detached To attach the session again you can use "screen -r avorion" Make the start.sh executable chmod +x start.sh To get this automatic running we use a simple cron job crontab -e *may you get asked what kind of editor you want to use, Select number 3, it should be the VI Basic Editor* and add to the last line (dont forget to edit the HOMEPATH) 0 */3 * * * sh /home/gameservers/SteamCMD/avorion/restart.sh This crontab is now a schedule, it will start the restart.sh (15min countdown) every 3 hours.
  3. great design! awesome work dude ;)
  4. Join us and maybe find some new friends, we are looking for friendly players to play with! Use as Server IP ► thor-force.de We also play a multitude of other games, which include: Avorion 7DaysToDie Feed The Beast Mods Diablo3 Battlefield 1 and many more... GAMESERVER SETTING Seed ► Hasenheide Difficulity ► Normal Collision Damage ► 100% Drop Chance ► 1x Spawn ► Same Start Sector GAMESERVER MODS Set Home ► Use in Chat /sethome to set a new Spawn Point Out of Sector Production ► This mod emulates the productioncycles of Factories while you are not in the same sector Resourcerespawn ► Respawns random asteroid with resources to the Sector GAMESERVER RULES PvE ► Yes PvP ► No Appointment to PvP ► Yes Clan Wars ► Yes, declaration of war must be posted on our Steam Group Page Trading ► Use Admins as Intermediary Trader STAFF TEAM Admins HellCap, Blaukopf, Xyyr Moderators Unimatrix, Snik3ersik, Ziplogg HARDWERE We are running our own private Server Cloud, called the THoR-Network ;) max. CPU: 32 Cores 2,30 GHz max. RAM: 256 GB additional we are running a high quality Dedicated Server Intel Xeon E3-1225v3 64 GB RAM 256 GB SSD Location Strasbourg ADDITIONAL INFORMATIONS Server IP ► thor-force.de Port ► 27000 Slots ► 30 TS-IP ► thor-force.de Website ► thor-force.de STEAM GROUP http://steamcommunity.com/groups/THoR-force
×
×
  • Create New...