Space Station 13 - Modules - TypesVar Details - Proc Details

configuration

Vars

act_intervalInterval for spam prevention.
admin_legacy_systemDefines whether the server uses the legacy admin system with admins.txt or the SQL system. Config option in config.txt
allow_admin_jumpallows admin jumping
allow_admin_ooccolorAllows admins with relevant permissions to have their own ooc colour
allow_admin_revallows admin revives
allow_admin_spawningallows admin item spawning
allow_drone_spawnassuming the admin allow them to.
allow_ic_printingWhether players should be allowed to print IC circuits from scripts.
allow_map_switchingWhether map switching is allowed
allow_random_eventsenables random events mid-round when set to 1
allow_unsafe_narratesWhether admins can use unsanitized narration; when true, allows HTML etc.
allow_vote_modeallow votes to change mode
allow_vote_restartallow votes to restart
antag_hud_allowedGhosts can turn on Antagovision to see a HUD of who is the bad guys this round.
antag_hud_restrictedGhosts that turn on Antagovision cannot rejoin the round.
auto_map_voteAutomatically call a map vote at end of round and switch to the selected map
autostealthStaff get automatic stealth after this many minutes
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
character_slotsThe number of available character slots
continous_roundsGamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke.
creep_delayModifier for ticks between moves while creeping
cult_ghostwriterAllows ghosts to write in blood in cult rounds...
cult_ghostwriter_req_cultists...so long as this many cultists are active.
disallowed_modesmodes disallowed from the vote list
do_not_prevent_spamIf this is true, skips spam prevention for user actions; inputs, verbs, macros, etc.
drone_build_timeA drone will become available every X ticks since last drone spawn. Default is 2 minutes.
empty_round_check_intervalTime in minutes between checks for ending empty rounds
error_cooldownThe "cooldown" time for each occurrence of a unique error
error_limitHow many occurrences before the next will silence them
error_msg_delayHow long to wait between messaging admins about occurrences of a unique error
error_silence_timeHow long a unique error will be silenced for
event_delay_lowerThe lowest delay until next event
event_delay_upperThe upper delay until next event
event_first_runWhether the first delay per level has a custom start time
forbidden_versionsClients with these byond versions will be banned. "512.1234;513.2345" etc.
game_versionfor topic status requests
kick_inactiveforce disconnect for inactive players after this many minutes, if non-0
loadout_slotsThe number of loadout slots per character
log_accesslog login/logout
log_adminlog admin actions
log_adminchatlog admin chat messages
log_adminwarnlog warnings admins get about bomb construction and such
log_attacklog attack messages
log_debuglog debug output
log_emotelog emotes
log_gamelog game events
log_hrefslogs all links clicked in-game. Could be used for debugging and tracking down exploits
log_ooclog OOC channel
log_runtimelogs world.log to a file
log_saylog client say
log_timers_on_bucket_resetLogs all timers in buckets on automatic bucket reset
log_votelog voting
log_whisperlog client whisper
log_world_outputlog world.log to game log
max_acts_per_intervalNumber of actions per interval permitted for spam protection.
max_gear_costUsed in chargen for accessory loadout limit. 0 disables loadout, negative allows infinite points.
max_maint_dronesThis many drones can spawn,
maximum_mushroomsAfter this amount alive, mushrooms will not boom boom
maximum_round_lengthThe maximum amount of time a round can last before it is forcefully ended.
maximum_stamina_recoveryModifier for maximum rate mobs can regain stamina
minimum_sprint_costModifier for base stamina cost while sprinting
minimum_stamina_recoveryModifier for minimum rate mobs can regain stamina
objectives_disabledif objectives are disabled or not
organ_damage_spillover_multiplierModifier for shock stage contribution from organ damage amount
pre_game_timeLength of time before round start (in seconds)
probabilitiesrelative probability of each mode
radiation_decay_rateHow much radiation is reduced by each tick
radiation_lower_limitIf the radiation level for a turf would be below this, ignore it.
radiation_material_resistance_divisorA turf's possible radiation resistance is divided by this number, to get the real value.
respawn_delayAn observer must wait this many minutes before being able to return to the main menu
respawn_menu_delayAn observer that has returned to the main menu must wait this many minutes before rejoining
run_delayModifier for ticks between moves while running
secret_disabledWhether or not secret - a hidden random pick from available modes - can be voted for
secret_hide_possibilitiesWhether or not secret modes show list of possible round types
server_nameserver name (for world name / status)
server_suffixgenerate numeric suffix based on server port
skill_sprint_cost_rangeModifier for amount hauling skill can reduce stamina cost
starlightWhether space turfs and some exterior turfs have ambient light or not default, 0.5, values over 1 may overpower dynamic lights
stat_delayThe delay in deciseconds between stat() updates.
traitor_scalingif amount of traitors scales based on amount of players
transfer_vote_block_antag_timeTime in minutes before transfer votes where antagonists cannot be added
uneducated_miceSet to 1 to prevent newly-spawned mice from understanding human speech
use_age_restriction_for_antagsDo antags use account age restrictions? --requires database
use_age_restriction_for_jobsDo jobs use account age restrictions? --requires database
vote_autogamemode_timeleftLength of time before round start when autogamemode vote is called (in seconds, default 100).
vote_autotransfer_initialTime in minutes before the first autotransfer vote
vote_autotransfer_intervalTime in minutes before each following autotransfer vote
vote_delayminimum time between voting sessions (deciseconds, 10 minute default)
vote_no_deaddead people can't vote (tbi)
vote_no_dead_crew_transferdead people can't vote on crew transfer votes
vote_no_defaultvote does not default to nochange/norestart (tbi)
vote_periodlength of voting period (deciseconds, default 1 minute)
wait_for_sigusr1_rebootDon't allow reboot unless it was caused by SIGUSR1
walk_delayModifier for ticks between moves while walking
warn_autoban_durationThe length in minutes of an automatic ban created by passing the warning threshold
warn_autoban_thresholdThe maximum number of times someone can be warned in a round before they are automatically banned

Procs

read_commentableRead 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.

empty_round_check_interval

Time in minutes between checks for ending empty rounds

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

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

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 and some exterior turfs have ambient light or not default, 0.5, values over 1 may overpower dynamic lights

stat_delay

The delay in deciseconds between stat() updates.

traitor_scaling

if amount of traitors scales based on amount of players

transfer_vote_block_antag_time

Time in minutes before transfer votes where antagonists cannot be added

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

vote_autogamemode_timeleft

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

vote_autotransfer_initial

Time in minutes before the first autotransfer vote

vote_autotransfer_interval

Time in minutes before each following 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