Category: Game
-
Rise of the Tomb Raider coming to Linux and MacOS
Feral Interactive have announced they will be porting Rise of the Tomb Raider, an action adventure game published by Square Enix to Linux and MacOS.
Rise of the Tomb Rider was released on XBox in 10 November 2015. Windows version made available via Steam in 8 January 2016. PlayStation 4 had to wait until October 2016. Finally it is trun of Linux and Mac.
You can find more details at
https://www.feralinteractive.com/en/games/riseofthetombraider/
-
Pterodactyl
Create CS:GO Server in Pterodactyl
Pterodactyl File Manager increase 250 file limitPterodactyl is an Open Source Game server control panel created in PHP Laravel framework.
https://github.com/Pterodactyl/Panel
Game Server Install Logs
/srv/daemon/config/servers/0d75760c-d091-4835-8895-1e80b0f16032/install.log
Here “0d75760c-d091-4835-8895-1e80b0f16032” is a random name for each servers. You can determine exact folder by checking the creation date.
-
Create CS:GO Server in Pterodactyl
Go to Admin > Servers
Click “Create New” button. On next screen
Most of the settings are self explanatory, here are some of the important settings.
Server Owner = select a existing user from drop down.
Default Allocation = this is server IP:Port combination. If nothing shows for you, you need to add allocation under your Node settings. Admin > Nodes > Allocation
Memory = 4000 MB
Swap = 4000 MB
Disk Space = 20000 MB (game use 16 GB disk space, so give it 20 GB to be safe, if you don’t give enough disk space, game won’t start).
CPU Limit = 0Service Configuration
Service = Source Engine
Option = Custom Source Engine GameStartup Configuration
Game ID = 740
Game Name = csgoClick “Create Server”
This take sever minutes depending on your internet speed as it need to download 16 GB of files. You can see logs for download in folder.
/srv/daemon/config/servers/RANDOM_FOLDER_NAME/install.log
You can determine RANDOM_FOLDER_NAME by checking the date, so you know correct folder name for the newly created server.
One game server is started, it won’t allow you to join as it is in LAN mode. Before anyone can join, you need to create Token at
https://steamcommunity.com/dev/managegameservers
Add it to your csgo/cfg/game.cfg file, this can be done in file manager.
This need to be done as user (not admin, click exit admin button on right-top menu). Now restart game sever, you will be able to connect.
Back to Pterodactyl