Skip to content

Configuration

mabako edited this page Apr 3, 2015 · 7 revisions

Location

After you've started either a new game or loaded an existing game once with the mod loaded, you'll be able to edit your config file at

  • Windows: %LocalAppData%\Colossal Order\Cities_Skylines\ModConfig\reddit-for-chirpy.txt
  • OS X: ~/Library/Application Support/Colossal Order/Cities_Skylines/ModConfig/reddit-for-chirpy.txt
  • Linux: ~/.local/share/Colossal Order/Cities_Skylines/ModConfig/reddit-for-chirpy.txt

Default configuration

# Reddit for Chirpy
# https://github.com/mabako/reddit-for-city-skylines/wiki/Configuration

# How often should new messages be displayed?
# Default: 300 (which is 5 minutes)
updateFrequency=300

# How should names be handled?
# Default: 0 (disabled)
# Set this to '1' to use CIM names instead of reddit usernames.
# Set this to '2' to permanently rename CIMs to reddit users.
associationMode=0

# One subreddit per line
/r/ShowerThoughts/rising/
/r/CrazyIdeas/new/
/r/ChirpIt/new/

# Multireddit example (remove the '#' to use)
# /user/ccaatt/m/chirps/new

# Filters some or all chirps made by your citizen if enabled
# Default: 0 (disabled)
# Set this to '1' to hide useless chirps
# Set this to '2' to hide all chirps
# This may break mod compatibility.
filterMessages=0

# Enable automated hashtags?
hashtags=1

# What should happen when you click on reddit chirps?
# Default: 0 (open Steam Overlay)
# Set this to '1' to copy to clipboard
# Set this to '2' to open your system browser
# Set this to '3' for nothing to happen
clickBehaviour=0
Clone this wiki locally