Status cog support
ike709 opened this issue · 2 comments
ike709 commented
Things that the status cog expects but aren't currently reported by world/Topic():
- active_players | int
- revision | str
- revision_date | date
- admins | int
- gamestate | int (PART OF ROUND DURATION)
- security_level | str
- round_duration | int (HANDLED ENTIRELY DIFFERENTLY)
- shuttle_mode | str
- shuttle_timer | str (NAMED DIFFERENTLY (shuttle_time))
francinum commented
revision_date
could likely pull var/global/vcs_revision
revision_date
can just tie the BUILD_TIME_*
defines.