Convars - GmodRaMTeam/research_and_manufacturing GitHub Wiki

Convars

Here's a list of currently used convars on the v0.2a build


These are the defaults (Since WIP turned some default values down)
-- Convars --
CreateConVar("ram_map_time_limit_minutes", "30", FCVAR_NOTIFY + FCVAR_REPLICATED) -- Map time limit
CreateConVar("ram_prep_time_limit_seconds", "30", FCVAR_NOTIFY + FCVAR_REPLICATED) -- Prep time
CreateConVar("ram_vote_time_limit_seconds", "30", FCVAR_NOTIFY + FCVAR_REPLICATED) -- How long you have to vote
CreateConVar("ram_player_death_cost", "250", FCVAR_NOTIFY + FCVAR_REPLICATED) -- How much money to lose on player death
CreateConVar("ram_research_time_seconds", "35", FCVAR_NOTIFY + FCVAR_REPLICATED) -- Research time in seconds. Do not go lower than 35

Defaults:

ram_map_time_limit_minutes: 30

ram_prep_time_limit_seconds: 60

ram_vote_time_limit_seconds: 30

ram_player_death_cost: 250

ram_research_time_seconds: 60