You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,12 @@ A collection of useful scripts when running tournaments and/or CS:GO servers.
7
7
A simple version of [csgo-server-launcher.sh](https://github.com/crazy-max/csgo-server-launcher/blob/master/csgo-server-launcher.sh).
8
8
With this script you can manage your CS:GO server (install, update, start, restart and stop).
9
9
10
-
For running the script, you will need to edit some of the variables in the top of the script, once you have done that it's all ready to run!
10
+
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!
11
11
12
12
## generate_avatar.sh
13
13
14
-
Very simple script for generating avatars (in order to overwrite steam profile pictures) from 64x64 PNG files to RGB (used by CS:GO).
14
+
Very simple script for generating avatars (to overwrite steam profile pictures) from 64x64 PNG files to RGB (used by CS:GO).
15
15
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`).
16
-
Once the files are generated you should create a older called `avatars` in the csgo/ folder of your server and copy the `*.rgb` files there.
16
+
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.
17
17
18
-
Good to know: You can create a generic avatar with your tournaments 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.
19
-
20
-
18
+
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.
0 commit comments