mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Bleeding edgy refresh (#303)
* not code stuff * other things * global vars, defines, helpers * onclick hud stuff, orphans, world.dm * controllers and datums * game folder * everything not client/mobs in modules * client folder * stage 1 mob stuff * simple animal things * silicons * carbon things * ayylmaos and monkeys * hyoomahn * icons n shit * sprite fixes * compile fixes * some fixes I cherrypicked. * qdel fixes * forgot brain refractors
This commit is contained in:
@@ -5,8 +5,7 @@ Lines not inside map blocks are also ignored
|
||||
Duplicated entries use the latter one.
|
||||
All whitespace at the start and end of lines is ignored. (including indentation, thats just for show)
|
||||
Format:
|
||||
#map [map name] (name of .dm file in _maps folder without the .dm part)
|
||||
friendlyname [name] (name shown to players)
|
||||
#map [map name] (name of .json file in _maps folder without the .json part)
|
||||
minplayers [number] (0 or less disables this requirement)
|
||||
maxplayers [number] (0 or less disables this requirement)
|
||||
default (The last map with this defined will get all votes of players who have not explicitly voted for a map)
|
||||
@@ -14,27 +13,22 @@ Format:
|
||||
endmap
|
||||
|
||||
map tgstation2
|
||||
friendlyname Box Station
|
||||
default
|
||||
#voteweight 1.5
|
||||
endmap
|
||||
|
||||
map metastation
|
||||
friendlyname Meta Station
|
||||
minplayers 25
|
||||
#voteweight 0.5
|
||||
endmap
|
||||
|
||||
map deltastation
|
||||
friendlyname Delta Station
|
||||
maxplayers 15
|
||||
endmap
|
||||
|
||||
map pubbystation
|
||||
friendlyname Pubby Station
|
||||
endmap
|
||||
|
||||
map omegastation
|
||||
friendlyname Omega Station
|
||||
maxplayers 35
|
||||
endmap
|
||||
|
||||
map deltastation
|
||||
minplayers 50
|
||||
endmap
|
||||
Reference in New Issue
Block a user