/datum/config_entry/flag/log_ooc | log messages sent in OOC |
---|
/datum/config_entry/flag/log_access | log login/logout |
---|
/datum/config_entry/flag/log_say | log client say |
---|
/datum/config_entry/flag/log_admin | log admin actions |
---|
/datum/config_entry/flag/log_debug | log debugging |
---|
/datum/config_entry/flag/log_game | log game events |
---|
/datum/config_entry/flag/log_mapmanip | log map manipulations |
---|
/datum/config_entry/flag/log_vote | log voting |
---|
/datum/config_entry/flag/log_whisper | log client whisper |
---|
/datum/config_entry/flag/log_emote | log emotes |
---|
/datum/config_entry/flag/log_attack | log attack messages |
---|
/datum/config_entry/flag/log_conversion | log conversion messages |
---|
/datum/config_entry/flag/log_adminchat | log admin chat messages |
---|
/datum/config_entry/flag/log_adminwarn | log admin warns |
---|
/datum/config_entry/flag/log_pda | log pda messages |
---|
/datum/config_entry/flag/log_world_output | log world.log << messages |
---|
/datum/config_entry/flag/log_runtime | logs world.log to a file |
---|
/datum/config_entry/flag/disable_root_log | disable writing world.log to log panel / root logger of DreamDaemon |
---|
/datum/config_entry/flag/log_hrefs | logs all links clicked in-game. Could be used for debugging and tracking down exploits |
---|
/datum/config_entry/flag/log_timers_on_bucket_reset | logs all timers in buckets on automatic bucket reset (Useful for timer debugging) |
---|
/datum/config_entry/flag/report_active_turfs | Reports roundstart active turfs. Super needful and useful for mappers for optimization sanity. |
---|
/datum/config_entry/flag/allow_admin_ooccolor | allows admins with relevant permissions to have their own ooc colour |
---|
/datum/config_entry/number/pregame_timestart | Time it takes for the server to start the game |
---|
/datum/config_entry/flag/allow_vote_mode | allow votes to change mode |
---|
/datum/config_entry/number/vote_delay | minimum time between voting sessions (deciseconds, 10 minute default) |
---|
/datum/config_entry/number/vote_autotransfer_initial | Length of time before the first autotransfer vote is called |
---|
/datum/config_entry/number/vote_autotransfer_interval | length of time before next sequential autotransfer vote |
---|
/datum/config_entry/flag/vote_no_dead | dead people can't vote (tbi) |
---|
/datum/config_entry/flag/default_no_vote | vote does not default to nochange/norestart (tbi) |
---|
/datum/config_entry/flag/del_new_on_log | qdel's new players if they log before they spawn in |
---|
/datum/config_entry/flag/feature_object_spell_system | spawns a spellbook which gives object-type spells instead of verb-type spells for the wizard |
---|
/datum/config_entry/number/traitor_scaling | if amount of traitors scales based on amount of players |
---|
/datum/config_entry/flag/protect_roles_from_antagonist | If security and such can be traitor/cult/other |
---|
/datum/config_entry/flag/continuous_rounds | Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke. |
---|
/datum/config_entry/flag/allow_metadata | Metadata is supported. |
---|
/datum/config_entry/flag/popup_admin_pm | Gives the ability to send players a maptext popup. |
---|
/datum/config_entry/number/clientfps | Default fps for clients with "0" in prefs. -1 for synced with server. |
---|
/datum/config_entry/number/socket_talk | use socket_talk to communicate with other processes |
---|
/datum/config_entry/flag/allow_antag_hud | Ghosts can turn on Antagovision to see a HUD of who is the bad guys this round. |
---|
/datum/config_entry/flag/antag_hud_restricted | Ghosts that turn on Antagovision cannot rejoin the round. |
---|
/datum/config_entry/number/panic_bunker_threshold | above this player count threshold, never-before-seen players are blocked from connecting |
---|
/datum/config_entry/flag/automute_on | enables automuting/spam prevention |
---|
/datum/config_entry/flag/jobs_have_minimal_access | determines whether jobs use minimal access or expanded access. |
---|
/datum/config_entry/number/round_abandon_penalty_period | Time from round start during which ghosting out is penalized |
---|
/datum/config_entry/flag/assistant_limit | enables assistant limiting |
---|
/datum/config_entry/number/assistant_ratio | how many assistants to security members |
---|
/datum/config_entry/number/warn_afk_minimum | How long till you get a warning while being AFK |
---|
/datum/config_entry/number/auto_cryo_afk | How long till you get put into cryo when you're AFK |
---|
/datum/config_entry/number/auto_despawn_afk | How long till you actually despawn in cryo when you're AFK (Not ssd so not automatic) |
---|
/datum/config_entry/flag/admin_legacy_system | Defines whether the server uses the legacy admin system with admins.txt or the SQL system |
---|
/datum/config_entry/flag/ban_legacy_system | Defines 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_jobs | Do jobs use account age restrictions? --requires database |
---|
/datum/config_entry/flag/use_age_restriction_for_antags | Do antags use account age restrictions? --requires database |
---|
/datum/config_entry/number/gateway_delay | How long the gateway takes before it activates. Default is 10 minutes. Only matters if roundstart_away is enabled. |
---|
/datum/config_entry/flag/starlight | Whether space turfs have ambient light or not |
---|
/datum/config_entry/number/player_reroute_cap | number of players before the server starts rerouting |
---|
/datum/config_entry/str_list/discord_mentor_webhook_urls | Webhook URLs for the mentor webhook |
---|
/datum/config_entry/str_list/discord_admin_webhook_urls | Webhook URLs for the admin webhook |
---|
/datum/config_entry/str_list/discord_requests_webhook_urls | Webhook URLs for the requests webhook |
---|
/datum/config_entry/flag/discord_forward_all_ahelps | Do 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_enabled | Whether demos are written, if not set demo SS never initializes |
---|
/datum/config_entry/string/ffmpeg_cpuaffinity | CPU Affinity for FFmpeg. Check out taskset man page. |
---|
/datum/config_entry/number/tgui_max_chunk_count | Tgui 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. |
---|