/gists

Since organizations can not have gists.

Primary LanguageShell

Gists

Since organizations can not have gists.
Deutsche Squad Gemeinschaft

Table of Contents

Data

This repository contains various data related to server configuration that is being extracted from the squad dedicated server files. These files will be updated automatically once the squad dedicated server steam depot is being updated, in other terms these files will/should always be up to date.

The repository contains the following data:

Tools

Checkport

Just a small helper to check if a port is open and something is listening.

bash <(curl -s https://raw.githubusercontent.com/Deutsche-Squad-Gemeinschaft/gists/master/checkport.sh) IP PORT

ValidateMapRotation

Bash only helper script to validate a LayerRotation. Will check against the cleaned LayerRotation.cfg in the data folder of this repository and can be extended with custom layers/maps.

bash <(curl -s https://raw.githubusercontent.com/Deutsche-Squad-Gemeinschaft/gists/master/validateMapRotation.sh) ./LayerRotation.cfg

Guides