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:
Poojawa
2017-03-21 11:44:10 -05:00
committed by GitHub
parent 099a6c8764
commit f67e9f6d87
1476 changed files with 344416 additions and 40694 deletions

View File

@@ -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