Skip to content

Files

Latest commit

May 22, 2022
0dff12e · May 22, 2022

History

History
18 lines (11 loc) · 1.17 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.17 KB

CS:GO Server Scripts

A collection of useful scripts when running tournaments and/or CS:GO servers.

csgo-server.sh

A simple version of csgo-server-launcher.sh.
With this script you can manage your CS:GO server (install, update, start, restart and stop).

For running the script, you will need to edit some of the variables at the top of the script, once you have done that it's all ready to run!

generate_avatar.sh

Very simple script for generating avatars (to overwrite steam profile pictures) from 64x64 PNG files to RGB (used by CS:GO).
You create a folder where you place all PNG files that are named <steamID64>.png, then you generate RGB versions by running the script (./generate_avatars.sh).
Once the files are generated you should create a folder called avatars in the csgo/ folder of your server and copy the *.rgb files there.

Good to know: You can create a generic avatar with your tournament's logo for instance and call that default.png, that way if a client connects which does not match a file in the avatars/ folder it will be assigned the default avatar.