Changing what maps show up - Foohy/jazztronauts GitHub Wiki
You can change what maps will show up on the TV!
There are four relevant server convars to change:
Name | Args | Default | Description | Cheat? |
---|---|---|---|---|
jazz_debug_snatch_allups | 0/1 |
0 | Give everyone a fully upgraded prop snatcher. (Requires respawn) | No |
jazz_include_external | 0/1 |
1 | Include random maps from an external URL source. (URL Source is set in jazz_include_external_host) | No |
jazz_include_localaddon | 0/1 |
0 | Include random maps from locally installed workshop addons | No |
jazz_include_localmap | 0/1 |
0 | Include random maps from local maps folder (not in any workshop addons) | No |
jazz_include_external_host | url |
host.foohy.net/... | Specify the external source of random maps to pull from. File must plain-text, with each line being a valid workshopid to pull from. | No |
If you want to install all your addons up-front and have it so ONLY those installed addons show up on the TV, you would have the following setup:
jazz_include_external 0
jazz_include_localaddon 1
jazz_include_localmap 0
Note, you can optionally include maps the server has loosely installed, (as in, they aren't part of a workshop addon, it is just in the server's maps/ folder.
jazz_include_localmap 1
. This can be combined with any of the other options.
This however is not reccommended as the client will almost certainly not have the map installed, and will not download it unless you have fastdl set up.
If you know what you're doing though, go ahead!!
jazz_include_external
toggles whether to download an external list of 16,000 workshop addons, and pull from there.
Currently, this list is updated semi-often, and just links to http://host.foohy.net/public/Documents/Jazz/addons.txt
If you want to completely override this list with your own, you can specify which url to query with
jazz_include_external_host <url>
On startup, it will query this url and add its defined list of addons to pull from, allowing you to have your own curated random map selection.
The file must be formatted plaintext with one workshop addon id per line. See the above link for an example.