/tg/ Station 13 - Modules - TypesVar Details - Proc Details

preferences

Vars

auto_fit_viewportShould we automatically fit the viewport?
blueberry_inflationBlueberry Inflation
broadcast_login_logoutIf we want to broadcast deadchat connect/disconnect messages
chair_breakageAt what weight will you start to break chairs?
characters_joined_asCharacters they have joined the round under - Lazylist of names
chat_on_mapRunechat preference. If true, certain messages will be displayed on the map, not ust on the chat area. Boolean.
deadminA separate variable for deadmin toggles, only deals with those.
dnr_triggereddid they DNR? used to prevent respawns.
extreme_fatness_vulnerableSimilar to fatness_vulnerable, but with more extreme effects such as transformation/hypno.
fatness_vulnerableAre items that only affect those at high weights able to affect the player?
favorite_outfitsWhat outfit typepaths we've favorited in the SelectEquipment menu
gear_pointsloadout stuff
hardcore_survival_scoreThis var stores the amount of points the owner will get for making it out alive.
heartedSomeone thought we were nice! We get a little heart in OOC until we join the server past the below time (we can keep it until the end of the round otherwise)
hearted_untilIf we have a hearted commendations, we honor it every time the player loads preferences until this time has been passed
helplessness_clothing_backWhat fatness level prevents the user from wearing anything on their back
helplessness_clothing_jumpsuitWhat fatness level prevents the user from wearing jumpsuits
helplessness_clothing_miscWhat fatness level prevents the user from wearing non-jumpsuit clothing
helplessness_clumsyWhat fatness level makes the user clumsy?
helplessness_hidden_faceWhat fatness level makes the user's face unrecognizable.
helplessness_immobile_armsWhat fatness level, makes the user unable to use their arms?
helplessness_muteWhat fatness level makes the user unable to speak?
helplessness_nearsightedWhat fatness level makes the user nearsighted
helplessness_no_buckleWhat fatness level prevents the user from being buckled to anything?
helplessness_no_movementWhat fatness level disables movement?
key_bindingsCustom Keybindings
last_idLast CID the person was seen on
last_ipLast IP the person was seen on
log_clicksDo we log their clicks to disk?
long_strip_menuStrip menu style
max_chat_lengthLimit preference on the size of the message. Requires chat_on_map to have effect.
max_weightWhat is the max weight that the person wishes to be? If set to FALSE, there will be no max weight
medical_recordsMedical record note section
modless_key_bindingsList with a key string associated to a list of keybindings. Unlike key_bindings, this one operates on raw key, allowing for binding a key that triggers regardless of if a modifier is depressed as long as the raw key is sent.
mutedFlags for admin mutes
noncon_weight_gainDoes the person wish to be involved with non-con weight gain events?
object_tfCan the person be transformed into an object?
persistent_scarsIf we have persistent scars enabled
pixel_sizeWhat size should pixels be displayed as? 0 is strech to fit
playtime_reward_cloakThe playtime_reward_cloak variable can be set to TRUE from the prefs menu only once the user has gained over 5K playtime hours. If true, it allows the user to get a cool looking roundstart cloak.
respawn_did_cryodid they cryo on their last ghost?
respawn_restrictions_activeAre we currently subject to respawn restrictions? Usually set by us using the "respawn" verb, but can be lifted by admins.
respawn_time_of_deathtime of death we consider for respawns
scaling_methodWhat scaling method should we use?
scars_indexWhich of the 5 persistent scar slots we randomly roll to load for this round, if enabled. Actually rolled in [/datum/preferences/proc/load_character(slot)]
scars_listWe have 5 slots for persistent scars, if enabled we pick a random one to load (empty by default) and scars at the end of the shift if we survived as our original person
security_recordsSecurity record note section
see_chat_non_mobWhether non-mob messages will be displayed, such as machine vendor announcements. Requires chat_on_map to have effect. Boolean.
see_rc_emotesWhether emotes will be displayed on runechat. Requires chat_on_map to have effect. Boolean.
slots_joined_asSlots they have joined the round under - Lazylist of numbers
stuckageAt what weight will you start to get stuck in airlocks?
trouble_seekerDoes the person want to get into confrontation?
weight_gain_chemsWeight gain from chems
weight_gain_extremeExtreme weight gain
weight_gain_foodWeight gain from food
weight_gain_itemsWeight gain from items
weight_gain_magicWeight gain from magic
weight_gain_nanitesWeight gain from nanites
weight_gain_permanentPermanent weight gain
weight_gain_persistentPersistant fatness
weight_gain_virusesWeight gain from viruses
weight_gain_weaponsWeight gain from weapons
widescreenprefShould we be in the widescreen mode set by the config?

Procs

chose_weightPrompts the user to choose a weight and returns said weight.
force_reset_keybindingsResets the client's keybindings. Asks them for which
force_reset_keybindings_directDoes the actual reset

Var Details

auto_fit_viewport

Should we automatically fit the viewport?

blueberry_inflation

Blueberry Inflation

broadcast_login_logout

If we want to broadcast deadchat connect/disconnect messages

chair_breakage

At what weight will you start to break chairs?

characters_joined_as

Characters they have joined the round under - Lazylist of names

chat_on_map

Runechat preference. If true, certain messages will be displayed on the map, not ust on the chat area. Boolean.

deadmin

A separate variable for deadmin toggles, only deals with those.

dnr_triggered

did they DNR? used to prevent respawns.

extreme_fatness_vulnerable

Similar to fatness_vulnerable, but with more extreme effects such as transformation/hypno.

fatness_vulnerable

Are items that only affect those at high weights able to affect the player?

favorite_outfits

What outfit typepaths we've favorited in the SelectEquipment menu

gear_points

loadout stuff

hardcore_survival_score

This var stores the amount of points the owner will get for making it out alive.

hearted

Someone thought we were nice! We get a little heart in OOC until we join the server past the below time (we can keep it until the end of the round otherwise)

hearted_until

If we have a hearted commendations, we honor it every time the player loads preferences until this time has been passed

helplessness_clothing_back

What fatness level prevents the user from wearing anything on their back

helplessness_clothing_jumpsuit

What fatness level prevents the user from wearing jumpsuits

helplessness_clothing_misc

What fatness level prevents the user from wearing non-jumpsuit clothing

helplessness_clumsy

What fatness level makes the user clumsy?

helplessness_hidden_face

What fatness level makes the user's face unrecognizable.

helplessness_immobile_arms

What fatness level, makes the user unable to use their arms?

helplessness_mute

What fatness level makes the user unable to speak?

helplessness_nearsighted

What fatness level makes the user nearsighted

helplessness_no_buckle

What fatness level prevents the user from being buckled to anything?

helplessness_no_movement

What fatness level disables movement?

key_bindings

Custom Keybindings

last_id

Last CID the person was seen on

last_ip

Last IP the person was seen on

log_clicks

Do we log their clicks to disk?

long_strip_menu

Strip menu style

max_chat_length

Limit preference on the size of the message. Requires chat_on_map to have effect.

max_weight

What is the max weight that the person wishes to be? If set to FALSE, there will be no max weight

medical_records

Medical record note section

modless_key_bindings

List with a key string associated to a list of keybindings. Unlike key_bindings, this one operates on raw key, allowing for binding a key that triggers regardless of if a modifier is depressed as long as the raw key is sent.

muted

Flags for admin mutes

noncon_weight_gain

Does the person wish to be involved with non-con weight gain events?

object_tf

Can the person be transformed into an object?

persistent_scars

If we have persistent scars enabled

pixel_size

What size should pixels be displayed as? 0 is strech to fit

playtime_reward_cloak

The playtime_reward_cloak variable can be set to TRUE from the prefs menu only once the user has gained over 5K playtime hours. If true, it allows the user to get a cool looking roundstart cloak.

respawn_did_cryo

did they cryo on their last ghost?

respawn_restrictions_active

Are we currently subject to respawn restrictions? Usually set by us using the "respawn" verb, but can be lifted by admins.

respawn_time_of_death

time of death we consider for respawns

scaling_method

What scaling method should we use?

scars_index

Which of the 5 persistent scar slots we randomly roll to load for this round, if enabled. Actually rolled in [/datum/preferences/proc/load_character(slot)]

scars_list

We have 5 slots for persistent scars, if enabled we pick a random one to load (empty by default) and scars at the end of the shift if we survived as our original person

security_records

Security record note section

see_chat_non_mob

Whether non-mob messages will be displayed, such as machine vendor announcements. Requires chat_on_map to have effect. Boolean.

see_rc_emotes

Whether emotes will be displayed on runechat. Requires chat_on_map to have effect. Boolean.

slots_joined_as

Slots they have joined the round under - Lazylist of numbers

stuckage

At what weight will you start to get stuck in airlocks?

trouble_seeker

Does the person want to get into confrontation?

weight_gain_chems

Weight gain from chems

weight_gain_extreme

Extreme weight gain

weight_gain_food

Weight gain from food

weight_gain_items

Weight gain from items

weight_gain_magic

Weight gain from magic

weight_gain_nanites

Weight gain from nanites

weight_gain_permanent

Permanent weight gain

weight_gain_persistent

Persistant fatness

weight_gain_viruses

Weight gain from viruses

weight_gain_weapons

Weight gain from weapons

widescreenpref

Should we be in the widescreen mode set by the config?

Proc Details

chose_weight

Prompts the user to choose a weight and returns said weight.

force_reset_keybindings

Resets the client's keybindings. Asks them for which

force_reset_keybindings_direct

Does the actual reset