Skip to content

asch3ron/ark

Repository files navigation

ARK - server management [WIP]

Todo

How to install

Run

composer install

Create the database

mysql -u root -e "create database ark;" -proot

Copy & Edit your .env:

cp .env.example .env
php artisan ark:install

Cron configurations:

php artisan ark:cron

Recap of all commands:

composer install
mysql -u root -e "create database ark;" -proot
cp .env.example .env && nano .env
php artisan ark:install
php artisan ark:cron

Todo

FFA Example:

Launch Commandline:

ShooterGame/Binaries/Win64/ShooterGameServer.exe TheIsland?SessionName=YourFFAServerName?MaxPlayers=85?listen?MaxTribeSizeAllowed=1?RingStartTime=6300.0?EvoEventInterval=0.3?StartTimeOfDay=540?StructureResistanceMult=5.0?KillXPMult=1.0 -server -UseBattlEye -culture=en -log -KickDeadTribes -EnableDeathTeamSpectator -nobosses -giveengrams -NoSuperCrates -Crates1P -UseSmallRing -PauseTimeOfDay -DisableDeathSpectator

Game.ini:
http://pastebin.com/VpK5L3H9

GameUserSettings.ini:
http://pastebin.com/ShrJurTs
  • Get players informations
  • Get tribes informations
  • Manage multiple servers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages