Space Station 13 - Modules - Types

code/controllers/configuration/entries/config.dm

/datum/config_entry/flag/log_ooclog messages sent in OOC
/datum/config_entry/flag/log_accesslog login/logout
/datum/config_entry/flag/log_saylog client say
/datum/config_entry/flag/log_adminlog admin actions
/datum/config_entry/flag/log_debuglog debugging
/datum/config_entry/flag/log_gamelog game events
/datum/config_entry/flag/log_mapmaniplog map manipulations
/datum/config_entry/flag/log_votelog voting
/datum/config_entry/flag/log_whisperlog client whisper
/datum/config_entry/flag/log_emotelog emotes
/datum/config_entry/flag/log_attacklog attack messages
/datum/config_entry/flag/log_conversionlog conversion messages
/datum/config_entry/flag/log_adminchatlog admin chat messages
/datum/config_entry/flag/log_adminwarnlog admin warns
/datum/config_entry/flag/log_pdalog pda messages
/datum/config_entry/flag/log_world_outputlog world.log << messages
/datum/config_entry/flag/log_runtimelogs world.log to a file
/datum/config_entry/flag/disable_root_logdisable writing world.log to log panel / root logger of DreamDaemon
/datum/config_entry/flag/log_hrefslogs all links clicked in-game. Could be used for debugging and tracking down exploits
/datum/config_entry/flag/log_timers_on_bucket_resetlogs all timers in buckets on automatic bucket reset (Useful for timer debugging)
/datum/config_entry/flag/report_active_turfsReports roundstart active turfs. Super needful and useful for mappers for optimization sanity.
/datum/config_entry/flag/allow_admin_ooccolorallows admins with relevant permissions to have their own ooc colour
/datum/config_entry/number/pregame_timestartTime it takes for the server to start the game
/datum/config_entry/flag/allow_vote_modeallow votes to change mode
/datum/config_entry/number/vote_delayminimum time between voting sessions (deciseconds, 10 minute default)
/datum/config_entry/number/vote_autotransfer_initialLength of time before the first autotransfer vote is called
/datum/config_entry/number/vote_autotransfer_intervallength of time before next sequential autotransfer vote
/datum/config_entry/flag/vote_no_deaddead people can't vote (tbi)
/datum/config_entry/flag/default_no_votevote does not default to nochange/norestart (tbi)
/datum/config_entry/flag/del_new_on_logqdel's new players if they log before they spawn in
/datum/config_entry/flag/feature_object_spell_systemspawns a spellbook which gives object-type spells instead of verb-type spells for the wizard
/datum/config_entry/number/traitor_scalingif amount of traitors scales based on amount of players
/datum/config_entry/flag/protect_roles_from_antagonistIf security and such can be traitor/cult/other
/datum/config_entry/flag/continuous_roundsGamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke.
/datum/config_entry/flag/allow_metadataMetadata is supported.
/datum/config_entry/flag/popup_admin_pmGives the ability to send players a maptext popup.
/datum/config_entry/number/clientfpsDefault fps for clients with "0" in prefs. -1 for synced with server.
/datum/config_entry/number/socket_talkuse socket_talk to communicate with other processes
/datum/config_entry/flag/allow_antag_hudGhosts can turn on Antagovision to see a HUD of who is the bad guys this round.
/datum/config_entry/flag/antag_hud_restrictedGhosts that turn on Antagovision cannot rejoin the round.
/datum/config_entry/number/panic_bunker_thresholdabove this player count threshold, never-before-seen players are blocked from connecting
/datum/config_entry/flag/automute_onenables automuting/spam prevention
/datum/config_entry/flag/jobs_have_minimal_accessdetermines whether jobs use minimal access or expanded access.
/datum/config_entry/number/round_abandon_penalty_periodTime from round start during which ghosting out is penalized
/datum/config_entry/flag/assistant_limitenables assistant limiting
/datum/config_entry/number/assistant_ratiohow many assistants to security members
/datum/config_entry/number/warn_afk_minimumHow long till you get a warning while being AFK
/datum/config_entry/number/auto_cryo_afkHow long till you get put into cryo when you're AFK
/datum/config_entry/number/auto_despawn_afkHow long till you actually despawn in cryo when you're AFK (Not ssd so not automatic)
/datum/config_entry/flag/admin_legacy_systemDefines whether the server uses the legacy admin system with admins.txt or the SQL system
/datum/config_entry/flag/ban_legacy_systemDefines whether the server uses the legacy banning system with the files in /data or the SQL system. Config option in config.txt
/datum/config_entry/flag/use_age_restriction_for_jobsDo jobs use account age restrictions? --requires database
/datum/config_entry/flag/use_age_restriction_for_antagsDo antags use account age restrictions? --requires database
/datum/config_entry/number/gateway_delayHow long the gateway takes before it activates. Default is 10 minutes. Only matters if roundstart_away is enabled.
/datum/config_entry/flag/starlightWhether space turfs have ambient light or not
/datum/config_entry/number/player_reroute_capnumber of players before the server starts rerouting
/datum/config_entry/str_list/discord_mentor_webhook_urlsWebhook URLs for the mentor webhook
/datum/config_entry/str_list/discord_admin_webhook_urlsWebhook URLs for the admin webhook
/datum/config_entry/str_list/discord_requests_webhook_urlsWebhook URLs for the requests webhook
/datum/config_entry/flag/discord_forward_all_ahelpsDo we want to forward all adminhelps to the discord or just ahelps when admins are offline. (This does not mean all ahelps are pinged, only ahelps sent when staff are offline get the ping, regardless of this setting)
/datum/config_entry/flag/demos_enabledWhether demos are written, if not set demo SS never initializes
/datum/config_entry/string/ffmpeg_cpuaffinityCPU Affinity for FFmpeg. Check out taskset man page.
/datum/config_entry/number/tgui_max_chunk_countTgui ui_act payloads larger than 2kb are split into chunks a maximum of 1kb in size. This flag represents the maximum chunk count the server is willing to receive.