configuration

Vars | |
act_interval | Interval for spam prevention. |
---|---|
admin_legacy_system | Defines whether the server uses the legacy admin system with admins.txt or the SQL system. Config option in config.txt |
allow_admin_jump | allows admin jumping |
allow_admin_ooccolor | Allows admins with relevant permissions to have their own ooc colour |
allow_admin_rev | allows admin revives |
allow_admin_spawning | allows admin item spawning |
allow_drone_spawn | assuming the admin allow them to. |
allow_ic_printing | Whether players should be allowed to print IC circuits from scripts. |
allow_map_switching | Whether map switching is allowed |
allow_random_events | enables random events mid-round when set to 1 |
allow_unsafe_narrates | Whether admins can use unsanitized narration; when true, allows HTML etc. |
allow_vote_mode | allow votes to change mode |
allow_vote_restart | allow votes to restart |
antag_hud_allowed | Ghosts can turn on Antagovision to see a HUD of who is the bad guys this round. |
antag_hud_restricted | Ghosts that turn on Antagovision cannot rejoin the round. |
auto_map_vote | Automatically call a map vote at end of round and switch to the selected map |
autostealth | Staff get automatic stealth after this many minutes |
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 |
character_slots | The number of available character slots |
continous_rounds | Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke. |
creep_delay | Modifier for ticks between moves while creeping |
cult_ghostwriter | Allows ghosts to write in blood in cult rounds... |
cult_ghostwriter_req_cultists | ...so long as this many cultists are active. |
disallowed_modes | modes disallowed from the vote list |
do_not_prevent_spam | If this is true, skips spam prevention for user actions; inputs, verbs, macros, etc. |
drone_build_time | A drone will become available every X ticks since last drone spawn. Default is 2 minutes. |
error_cooldown | The "cooldown" time for each occurrence of a unique error |
error_limit | How many occurrences before the next will silence them |
error_msg_delay | How long to wait between messaging admins about occurrences of a unique error |
error_silence_time | How long a unique error will be silenced for |
event_delay_lower | The lowest delay until next event |
event_delay_upper | The upper delay until next event |
event_first_run | Whether the first delay per level has a custom start time |
forbidden_versions | Clients with these byond versions will be banned. "512.1234;513.2345" etc. |
game_version | for topic status requests |
glide_size | optional runtime configuration of http://www.byond.com/docs/ref/#/atom/movable/var/glide_size |
kick_inactive | force disconnect for inactive players after this many minutes, if non-0 |
loadout_slots | The number of loadout slots per character |
log_access | log login/logout |
log_admin | log admin actions |
log_adminchat | log admin chat messages |
log_adminwarn | log warnings admins get about bomb construction and such |
log_attack | log attack messages |
log_debug | log debug output |
log_emote | log emotes |
log_game | log game events |
log_hrefs | logs all links clicked in-game. Could be used for debugging and tracking down exploits |
log_ooc | log OOC channel |
log_runtime | logs world.log to a file |
log_say | log client say |
log_timers_on_bucket_reset | Logs all timers in buckets on automatic bucket reset |
log_vote | log voting |
log_whisper | log client whisper |
log_world_output | log world.log to game log |
max_acts_per_interval | Number of actions per interval permitted for spam protection. |
max_gear_cost | Used in chargen for accessory loadout limit. 0 disables loadout, negative allows infinite points. |
max_maint_drones | This many drones can spawn, |
maximum_mushrooms | After this amount alive, mushrooms will not boom boom |
maximum_round_length | The maximum amount of time a round can last before it is forcefully ended. |
maximum_stamina_recovery | Modifier for maximum rate mobs can regain stamina |
minimum_sprint_cost | Modifier for base stamina cost while sprinting |
minimum_stamina_recovery | Modifier for minimum rate mobs can regain stamina |
objectives_disabled | if objectives are disabled or not |
organ_damage_spillover_multiplier | Modifier for shock stage contribution from organ damage amount |
pre_game_time | Length of time before round start (in seconds) |
probabilities | relative probability of each mode |
protect_roles_from_antagonist | If security and such can be traitor/cult/other |
radiation_decay_rate | How much radiation is reduced by each tick |
radiation_lower_limit | If the radiation level for a turf would be below this, ignore it. |
radiation_material_resistance_divisor | A turf's possible radiation resistance is divided by this number, to get the real value. |
respawn_delay | An observer must wait this many minutes before being able to return to the main menu |
respawn_menu_delay | An observer that has returned to the main menu must wait this many minutes before rejoining |
run_delay | Modifier for ticks between moves while running |
secret_disabled | Whether or not secret - a hidden random pick from available modes - can be voted for |
secret_hide_possibilities | Whether or not secret modes show list of possible round types |
server_name | server name (for world name / status) |
server_suffix | generate numeric suffix based on server port |
skill_sprint_cost_range | Modifier for amount hauling skill can reduce stamina cost |
starlight | Whether space turfs have ambient light or not |
stat_delay | The delay in deciseconds between stat() updates. |
traitor_scaling | if amount of traitors scales based on amount of players |
uneducated_mice | Set to 1 to prevent newly-spawned mice from understanding human speech |
use_age_restriction_for_antags | Do antags use account age restrictions? --requires database |
use_age_restriction_for_jobs | Do jobs use account age restrictions? --requires database |
use_recursive_explosions | Whether the server uses recursive or circular explosions. |
vote_autogamemode_timeleft | Length of time before round start when autogamemode vote is called (in seconds, default 100). |
vote_autotransfer_initial | Length of time before the first autotransfer vote is called |
vote_autotransfer_interval | length of time before next sequential autotransfer vote |
vote_delay | minimum time between voting sessions (deciseconds, 10 minute default) |
vote_no_dead | dead people can't vote (tbi) |
vote_no_dead_crew_transfer | dead people can't vote on crew transfer votes |
vote_no_default | vote does not default to nochange/norestart (tbi) |
vote_period | length of voting period (deciseconds, default 1 minute) |
wait_for_sigusr1_reboot | Don't allow reboot unless it was caused by SIGUSR1 |
walk_delay | Modifier for ticks between moves while walking |
warn_autoban_duration | The length in minutes of an automatic ban created by passing the warning threshold |
warn_autoban_threshold | The maximum number of times someone can be warned in a round before they are automatically banned |
Procs | |
read_commentable | Read a text file, stripping lines starting with # and empties |
Var Details
act_interval

Interval for spam prevention.
admin_legacy_system

Defines whether the server uses the legacy admin system with admins.txt or the SQL system. Config option in config.txt
allow_admin_jump

allows admin jumping
allow_admin_ooccolor

Allows admins with relevant permissions to have their own ooc colour
allow_admin_rev

allows admin revives
allow_admin_spawning

allows admin item spawning
allow_drone_spawn

assuming the admin allow them to.
allow_ic_printing

Whether players should be allowed to print IC circuits from scripts.
allow_map_switching

Whether map switching is allowed
allow_random_events

enables random events mid-round when set to 1
allow_unsafe_narrates

Whether admins can use unsanitized narration; when true, allows HTML etc.
allow_vote_mode

allow votes to change mode
allow_vote_restart

allow votes to restart
antag_hud_allowed

Ghosts can turn on Antagovision to see a HUD of who is the bad guys this round.
antag_hud_restricted

Ghosts that turn on Antagovision cannot rejoin the round.
auto_map_vote

Automatically call a map vote at end of round and switch to the selected map
autostealth

Staff get automatic stealth after this many minutes
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
character_slots

The number of available character slots
continous_rounds

Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke.
creep_delay

Modifier for ticks between moves while creeping
cult_ghostwriter

Allows ghosts to write in blood in cult rounds...
cult_ghostwriter_req_cultists

...so long as this many cultists are active.
disallowed_modes

modes disallowed from the vote list
do_not_prevent_spam

If this is true, skips spam prevention for user actions; inputs, verbs, macros, etc.
drone_build_time

A drone will become available every X ticks since last drone spawn. Default is 2 minutes.
error_cooldown

The "cooldown" time for each occurrence of a unique error
error_limit

How many occurrences before the next will silence them
error_msg_delay

How long to wait between messaging admins about occurrences of a unique error
error_silence_time

How long a unique error will be silenced for
event_delay_lower

The lowest delay until next event
event_delay_upper

The upper delay until next event
event_first_run

Whether the first delay per level has a custom start time
forbidden_versions

Clients with these byond versions will be banned. "512.1234;513.2345" etc.
game_version

for topic status requests
glide_size

optional runtime configuration of http://www.byond.com/docs/ref/#/atom/movable/var/glide_size
kick_inactive

force disconnect for inactive players after this many minutes, if non-0
loadout_slots

The number of loadout slots per character
log_access

log login/logout
log_admin

log admin actions
log_adminchat

log admin chat messages
log_adminwarn

log warnings admins get about bomb construction and such
log_attack

log attack messages
log_debug

log debug output
log_emote

log emotes
log_game

log game events
log_hrefs

logs all links clicked in-game. Could be used for debugging and tracking down exploits
log_ooc

log OOC channel
log_runtime

logs world.log to a file
log_say

log client say
log_timers_on_bucket_reset

Logs all timers in buckets on automatic bucket reset
log_vote

log voting
log_whisper

log client whisper
log_world_output

log world.log to game log
max_acts_per_interval

Number of actions per interval permitted for spam protection.
max_gear_cost

Used in chargen for accessory loadout limit. 0 disables loadout, negative allows infinite points.
max_maint_drones

This many drones can spawn,
maximum_mushrooms

After this amount alive, mushrooms will not boom boom
maximum_round_length

The maximum amount of time a round can last before it is forcefully ended.
maximum_stamina_recovery

Modifier for maximum rate mobs can regain stamina
minimum_sprint_cost

Modifier for base stamina cost while sprinting
minimum_stamina_recovery

Modifier for minimum rate mobs can regain stamina
objectives_disabled

if objectives are disabled or not
organ_damage_spillover_multiplier

Modifier for shock stage contribution from organ damage amount
pre_game_time

Length of time before round start (in seconds)
probabilities

relative probability of each mode
protect_roles_from_antagonist

If security and such can be traitor/cult/other
radiation_decay_rate

How much radiation is reduced by each tick
radiation_lower_limit

If the radiation level for a turf would be below this, ignore it.
radiation_material_resistance_divisor

A turf's possible radiation resistance is divided by this number, to get the real value.
respawn_delay

An observer must wait this many minutes before being able to return to the main menu
respawn_menu_delay

An observer that has returned to the main menu must wait this many minutes before rejoining
run_delay

Modifier for ticks between moves while running
secret_disabled

Whether or not secret - a hidden random pick from available modes - can be voted for
secret_hide_possibilities

Whether or not secret modes show list of possible round types
server_name

server name (for world name / status)
server_suffix

generate numeric suffix based on server port
skill_sprint_cost_range

Modifier for amount hauling skill can reduce stamina cost
starlight

Whether space turfs have ambient light or not
stat_delay

The delay in deciseconds between stat() updates.
traitor_scaling

if amount of traitors scales based on amount of players
uneducated_mice

Set to 1 to prevent newly-spawned mice from understanding human speech
use_age_restriction_for_antags

Do antags use account age restrictions? --requires database
use_age_restriction_for_jobs

Do jobs use account age restrictions? --requires database
use_recursive_explosions

Whether the server uses recursive or circular explosions.
vote_autogamemode_timeleft

Length of time before round start when autogamemode vote is called (in seconds, default 100).
vote_autotransfer_initial

Length of time before the first autotransfer vote is called
vote_autotransfer_interval

length of time before next sequential autotransfer vote
vote_delay

minimum time between voting sessions (deciseconds, 10 minute default)
vote_no_dead

dead people can't vote (tbi)
vote_no_dead_crew_transfer

dead people can't vote on crew transfer votes
vote_no_default

vote does not default to nochange/norestart (tbi)
vote_period

length of voting period (deciseconds, default 1 minute)
wait_for_sigusr1_reboot

Don't allow reboot unless it was caused by SIGUSR1
walk_delay

Modifier for ticks between moves while walking
warn_autoban_duration

The length in minutes of an automatic ban created by passing the warning threshold
warn_autoban_threshold

The maximum number of times someone can be warned in a round before they are automatically banned
Proc Details
read_commentable
Read a text file, stripping lines starting with # and empties