ZeusWPI/MOZAIC

Send maps to gameserver

Open

#250 opened on Aug 30, 2018

 (0 comments) (0 reactions) (0 assignees)TypeScript (6 forks)auto 404
difficulty:easygame:planetwarsgameservergood first issuepriority:high

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, we read planetwars maps from disk. This is not nice at all. Instead, the map should be put in an configuration event (for example the startgame event). This way the match owner has complete control over the map, the map will be in the log, and we no longer require files to be present on the game server.

Contributor guide