I like the Iron Banner and what it brings but I really hate playing Control every time! Why couldn't Iron Banner just replace the normal Crucible Playlists so you can get a little bit of diversity? And say if you play the daily playlists you get +5 standing or something?
Also, can there not be a simply if function in the program that goes like:
{
File shoresOfTime;
File rustedLands;
File firebase;
File etc;
Float time;
File map;
If(time>=0 && time <= 5)
{
Map= shoresOfTime;
}
Else If(time>5 && time <= 10)
{
Map= rustedLands;
}
Else If(time>10 && time <= 15)
{
Map= firebase;
}
}
So being based on minutes, within the hour, if it is a certain time frame that's how next map would be picked in the playlist.
Just a little annoying playing Rusted Lands five times in a row...
Just an idea.