07-08-2015, 06:04 PM
(This post was last modified: 07-08-2015, 06:06 PM by RaptorParkowsky.)
Quote:I. Code battle gamemodeFirst of all, you should rename this new option into "Level type=". This is the same situation like with MissionController VS LevelController. Missions are plot context. Just like Free games or Exercises etc., they're in game content, not in engine. Technically they are all levels.
Enabled in scene file like so:
Code:Mission type=CODE_BATTLE
Moreover, in future we will probably need more level types, so this is good feature to start.
Quote:e) TeamName team=X name="YYYYY"Some time ago I was thinking about grouping the objects in usual levels, not only for code battles in teams. Something more universal that determines "this is Winged Grabber from Green team" or "this is Ruines from previous expedition" in tooltips. Or simply alternative names for every objects separately. I don't know, I feel that must be something more universal, not only for teams.
This sets the name of the team that is displayed in the tooltip. Example:
Code:TeamName team=1 name="Red"
TeamName team=2 name="Blue"
I like the whole idea for Code Battles. If this will work flawlessly in the end of this year, we should propose some extra exercises for next Diversity contest.