Skip to content

Commit

Permalink
Merge pull request #62 from yavl/bamboo3
Browse files Browse the repository at this point in the history
created bamboo3 map
  • Loading branch information
Boris Bobrov authored Jan 29, 2019
2 parents debc0aa + e6377d2 commit e0eca10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added bin/data/maps/infc_bamboo3.map
Binary file not shown.
2 changes: 2 additions & 0 deletions bin/data/maps/infc_bamboo3.mapinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timelimit 3
minplayers 4
2 changes: 1 addition & 1 deletion src/game/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// server
MACRO_CONFIG_INT(SvWarmup, sv_warmup, 0, 0, 0, CFGFLAG_SERVER, "Number of seconds to do warmup before round starts")
MACRO_CONFIG_STR(SvMotd, sv_motd, 900, "", CFGFLAG_SERVER, "Message of the day to display for the clients")
MACRO_CONFIG_STR(SvMaprotation, sv_maprotation, 768, "infc_lunaroutpost infc_skull infc_warehouse infc_damascus infc_eidalfitr infc_newdust infc_hardcorepit infc_normandie infc_deathdealer", CFGFLAG_SERVER, "Maps to rotate between")
MACRO_CONFIG_STR(SvMaprotation, sv_maprotation, 768, "infc_lunaroutpost infc_skull infc_warehouse infc_damascus infc_eidalfitr infc_newdust infc_hardcorepit infc_normandie infc_deathdealer infc_bamboo3 infc_halfdust", CFGFLAG_SERVER, "Maps to rotate between")
MACRO_CONFIG_INT(SvRoundsPerMap, sv_rounds_per_map, 8, 1, 100, CFGFLAG_SERVER, "Number of rounds on each map before rotating")
MACRO_CONFIG_INT(SvScorelimit, sv_scorelimit, 0, 0, 1000, CFGFLAG_SERVER, "Score limit (0 disables)")
MACRO_CONFIG_INT(SvTimelimit, sv_timelimit, 0, 0, 1000, CFGFLAG_SERVER, "Time limit in minutes (0 disables)")
Expand Down

0 comments on commit e0eca10

Please sign in to comment.