Skip to content

Settings file reference

rumangerst edited this page Jul 8, 2017 · 1 revision

This document contains an explanation of the CSL Music Mod global settings file. Most options can be changed from within the game, but there are some options that are limited or have no user interface. You can find the CSLMusicMod.json file in your game folder.

Setting Has UI Explanation
CreateMixChannels Yes If enabled, the CSLMusicMix is created
CreateChannelsFromLegacyPacks Yes If enabled, radio stations from non-radio station music packs are generated.
EnableMusicPacks Yes If disabled, music packs will not work
AllowContentMusic Yes If disabled, no content of music type will play
AllowContentBlurb Yes If disabled, no blurbs will play
AllowContentTalk Yes If disabled, no talks will play
AllowContentCommercial Yes If disabled, no commercials will play
AllowContentBroadcast Yes If disabled, no broadcasts will play (Note: Might not work)
EnableCustomUI Yes If disabled, additional UI elements like the playlist won't be created
MixContentMusic Yes If disabled, music won't be added to CSLMusicMix channel
MixContentBlurb Yes If disabled, music won't be added to CSLMusicMix channel
MixContentTalk Yes If disabled, music won't be added to CSLMusicMix channel
MixContentCommercial Yes If disabled, music won't be added to CSLMusicMix channel
MixContentBroadcast Yes If disabled, music won't be added to CSLMusicMix channel
EnableShortcuts Yes If disabled, shortcuts won't work
ShortcutNextTrack Yes Contains the shortcut for switching to the next track. They Key attribute is a numeric value in the Unity Scripting API KeyCode enumeration.
ShortcutNextStation Yes Contains the shortcut for switching to the next station. They Key,attribute is a numeric value in the Unity Scripting API KeyCode,enumeration.
ShortcutOpenRadioPanel Yes Contains the shortcut for showing/hiding the radio panel + playlist. They Key,attribute is a numeric value in the Unity Scripting API KeyCode,enumeration.
DisabledContent Yes Contains the song identifiers of songs that should be disabled. This setting is used if a song is disabled by double clicking on it on the playlist.
EnableDisabledContent Yes If disabled, DisabledContent has no effect
EnableContextSensitivity Yes If disabled, radio stations cannot play different songs in different contexts (e.g. night or day).
ContentWatcherInterval No Deprecated. Not used, anymore.
EnableAddingContentToVanillaStations Yes If enabled, putting songs into the respective folders of vanilla stations extends their collection of content.
EnableSmoothTransitions Yes If enabled, all switching of songs (e.g. next song or context switch) smoothly fades the songs out. Otherwise the songs stop abruptly.
DisabledRadioStations Partially Contains the radio station names of stations that should be loaded, but not be visible in the radio station selection. The UI only supports vanilla stations, although this setting allows hiding any radio station.
EnableDebugInfo Yes If enabled, the Cities: Skylines log will contain all debug info of CSLMusicMod.

Clone this wiki locally