MikuAuahDark:
DC was to lazy to implement multi-colored text in console.
General
CS2D Bug Reports
MikuAuahDark:
DC was to lazy to implement multi-colored text in console.
Pagyra: Yes, the size is limited. I guess to 75x75 or something but exceeding the limit should throw an error. Maybe the file format you are using is malformed. Try saving with another program.
brofist: I assume that you modified the default tiles (you shouldn't do that). Either on your server or on your client. Replace them with the original tiles and you won't have to download them all the time.
DC, you need to find 10 or 11, it's depends on condition (<width-10 or <= width-11).
Pagyra: Which other modes did you try? Not all of the game modes actually do have a regular round start. So it's intended and makes perfect sense that this hook is not executed in each game mode.
spawn might also be the right alternative (attention: hook is executed for each player which is spawned).
restart /
restartround will trigger the
startround anyway (with mode 5). Being a bit inconsistently there... (it's happening because the start round function is used to reset the game in all game modes)