1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// List additional files for your server here (one file per line)
// These files will be sent to the clients automatically (if they allow it + don't have the files already)
// All paths are relative to the CS2D folder (e.g.: gfx/blood.bmp)
// Only images (bmp,jpg,jpeg,png) and sounds (wav,ogg) are allowed! Other files will be ignored!
// Please don't add many/large files here because otherwise joining your server will take forever!
//
// New since 0.1.1.8: HTTP Downloads
// You can also host your files on HTTP webservers instead of your game server.
// Use the following scheme to add HTTP file transfers:
// scheme: http://www.url.tld/myfile (web URL) > folder/file (local relative path)
// example: http://www.unrealsoftware.de/img/icons/cs2d.png > gfx/cs2dicon.png
//
// Warning: HTTP downloads might freeze the client for a few seconds if the webserver is slow!
gfx/hats/urso_hat.png
gfx/hats/swat_hat.png
gfx/hats/sonic_hat.png
gfx/hats/pheonix_hat.png
gfx/hats/skull_hat.png
gfx/hats/headcrab_hat.png