Files
Paradise/datum/configuration_section/gamemode_configuration.html
T

1 line
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/configuration_section/gamemode_configuration - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/configuration_section/gamemode_configuration.html#var">Var Details</a></header><main><h1>gamemode_configuration <aside>/<a href="datum.html">datum</a>/<a href="datum/configuration_section.html">configuration_section</a>/<a href="datum/configuration_section/gamemode_configuration.html">gamemode_configuration</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L2"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 2"></a></h1><p>Config holder for everything regarding gamemodes</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/add_random_station_traits">add_random_station_traits</a></th><td>Should we generate random station traits at game start?</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/antag_account_age_restriction">antag_account_age_restriction</a></th><td>Should antags be restricted based on account age?</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/disable_certain_round_early_end">disable_certain_round_early_end</a></th><td>Rounds such as rev, wizard and malf end instantly when the antag has won. Enable the setting below to not do that.</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/enable_gamemode_player_limit">enable_gamemode_player_limit</a></th><td>Enable player limits on gamemodes? Disabling can be useful for testing</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/gamemode_names">gamemode_names</a></th><td>Assoc list of gamemode names (key: config-tag | value: mode name)</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/gamemodes">gamemodes</a></th><td>List of all gamemodes (value: config-tag)</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/min_players_hijack_midround">min_players_hijack_midround</a></th><td>Minimum alive crew required for midround hijack objectives</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/min_players_hijack_roundstart">min_players_hijack_roundstart</a></th><td>Minimum readied up players required for roundstart hijack objectives</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/min_security_hijack_midround">min_security_hijack_midround</a></th><td>Minimum living security required for midround hijack objectives</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/prevent_mindshield_antags">prevent_mindshield_antags</a></th><td>Prevent mindshield roles getting antagonist status</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/probabilities">probabilities</a></th><td>Assoc list of gamemode probabilities (key: config-tag | value: probability)</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/traitor_objectives_amount">traitor_objectives_amount</a></th><td>Amount of objectives traitors should get. Does not include escape or hijack.</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/traitor_scaling">traitor_scaling</a></th><td>Scale amount of traitors with population</td></tr><tr><th><a href="datum/configuration_section/gamemode_configuration.html#var/votable_modes">votable_modes</a></th><td>List of all gamemodes that can be voted for, (value: config-tag)</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/add_random_station_traits"><aside class="declaration">var </aside>add_random_station_traits <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L24"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 24"></a></h3><p>Should we generate random station traits at game start?</p><h3 id="var/antag_account_age_restriction"><aside class="declaration">var </aside>antag_account_age_restriction <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L12"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 12"></a></h3><p>Should antags be restricted based on account age?</p><h3 id="var/disable_certain_round_early_end"><aside class="declaration">var </aside>disable_certain_round_early_end <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L18"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 18"></a></h3><p>Rounds such as rev, wizard and malf end instantly when the antag has won. Enable the setting below to not do that.</p><h3 id="var/enable_gamemode_player_limit"><aside class="declaration">var </aside>enable_gamemode_player_limit <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L22"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 22"></a></h3><p>Enable player limits on gamemodes? Disabling can be useful for testing</p><h3 id="var/gamemode_names"><aside class="declaration">var </aside>gamemode_names <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L6"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 6"></a></h3><p>Assoc list of gamemode names (key: config-tag | value: mode name)</p><h3 id="var/gamemodes"><aside class="declaration">var </aside>gamemodes <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L4"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 4"></a></h3><p>List of all gamemodes (value: config-tag)</p><h3 id="var/min_players_hijack_midround"><aside class="declaration">var </aside>min_players_hijack_midround <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L28"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 28"></a></h3><p>Minimum alive crew required for midround hijack objectives</p><h3 id="var/min_players_hijack_roundstart"><aside class="declaration">var </aside>min_players_hijack_roundstart <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L26"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 26"></a></h3><p>Minimum readied up players required for roundstart hijack objectives</p><h3 id="var/min_security_hijack_midround"><aside class="declaration">var </aside>min_security_hijack_midround <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L30"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 30"></a></h3><p>Minimum living security required for midround hijack objectives</p><h3 id="var/prevent_mindshield_antags"><aside class="declaration">var </aside>prevent_mindshield_antags <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L16"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 16"></a></h3><p>Prevent mindshield roles getting antagonist status</p><h3 id="var/probabilities"><aside class="declaration">var </aside>probabilities <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L8"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 8"></a></h3><p>Assoc list of gamemode probabilities (key: config-tag | value: probability)</p><h3 id="var/traitor_objectives_amount"><aside class="declaration">var </aside>traitor_objectives_amount <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L20"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 20"></a></h3><p>Amount of objectives traitors should get. Does not include escape or hijack.</p><h3 id="var/traitor_scaling"><aside class="declaration">var </aside>traitor_scaling <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L14"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 14"></a></h3><p>Scale amount of traitors with population</p><h3 id="var/votable_modes"><aside class="declaration">var </aside>votable_modes <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/configuration/sections/gamemode_configuration.dm#L10"><img src="git.png" width="16" height="16" title="code/controllers/configuration/sections/gamemode_configuration.dm 10"></a></h3><p>List of all gamemodes that can be voted for, (value: config-tag)</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>