This repo houses the maps and acts as a FastDL for CS:GO Modded Server.
# cd to "csgo" parent directory so you are in the same folder as srcds
cd /home/steam/csgo/
curl --silent --output "automate.sh" "https://raw.githubusercontent.com/kus/csgo-modded-server-assets/master/automate.sh" && chmod +x automate.sh && bash automate.sh
Install 7-Zip
Download this repo and extract it
Run decompress.bat
and cut the folders in csgo/ (maps, sounds etc) to your server csgo/csgo/ folder and overwrite.
- Search Steam Workshop for a map
- Copy the URL of the map you want to add i.e.
https://steamcommunity.com/sharedfiles/filedetails/?id=125995702
- Paste it in Steam Workshop Downloader
- Click Download
- Click Download: aim_redline [Counter-Strike: Global Offensive]
- Rename
.bsp
to.zip
on the file - Extract it and you should have a new
.bsp
file, this is the map file
- Clone this repo
- Add your map(s) to the
csgo/maps
folder - Run
./compress.sh
in the root folder - The map MUST be compressed (.bz2) and CANNOT be 100MB or larger
- Commit
- Push
- Do a pull request
See LICENSE
for more details.