Adding KZ Maps
Maps could be added manually into the files as well, but FastDL does not exist in CS2, so you want to use Workshop instead.
Open up Steam Workshop and look for a map or Collection of maps
Edit the
start.batfile and add either+host_workshop_mapor+host_workshop_collectioncommand along with theIDof the map/collection to the 2nd row on the file like so:
txt
cd ".\steamcmd\steamapps\common\Counter-Strike Global Offensive\game\bin\win64\"
start cs2.exe -dedicated +map de_dust2 +host_workshop_map 3121168339or
txt
cd ".\steamcmd\steamapps\common\Counter-Strike Global Offensive\game\bin\win64\"
start cs2.exe -dedicated +map de_dust2 +host_workshop_collection 3210526079(Replace 3210526079/3210526079 with what you want.)
WARNING
Currently the CS2 Workshop doesn't require you to use a GSLT token for maps, but this could change in the future.