TagTeam-Gamemode?

05/05/2014 19:36 KazuyaX93#1
Hey Guys,

I found something new in the code of League of Legends.
It's called "Tag Team".
Anyone a Idea what could it be?
I know thats will be a new Gamemode.

Code:
      private static function setTagTeamOverrides(param1:PracticeGameParameters) : void {
         param1.gameMutators = [GameMutator.TAG_TEAM];
         param1.overriddenGamePickIds = new ArrayCollection([GameTypeConfig.PICK_ID_BLIND_PICK]);
         param1.overriddenGameTitle = RiotResourceLoader.getString("custom_tagteam_game_mode_title");
         param1.overriddenGameDescription = RiotResourceLoader.getString("custom_tagteam_game_mode_description");
      }
Code:
      public function isCustomGame(param1:String) : Boolean {
         switch(param1)
         {
            case CUSTOM_MODE_ONE_FOR_ALL_X:
            case CUSTOM_MODE_ONE_FOR_ALL:
            case CUSTOM_MODE_FIRST_BLOOD:
            case CUSTOM_MODE_SIX_V_SIX:
            case CUSTOM_MODE_URF:
            case CUSTOM_MODE_TAG_TEAM:
            case CUSTOM_MODE_NORMAL:
               return true;
         }
      }
05/05/2014 19:45 yaWTF#2
i guess tag team is 2 vs 2 on aram map.
05/05/2014 19:48 KazuyaX93#3
Quote:
Originally Posted by yaWTF View Post
i guess tag team is 2 vs 2 on aram map.
hmm... possible.
This mode seems to be new. A month ago, this code was not in the files^^
05/06/2014 16:42 .Tanooki#4
Quote:
Originally Posted by KazuyaX93 View Post
hmm... possible.
This mode seems to be new. A month ago, this code was not in the files^^
if its tagteam and as i remember means if someone dies 1 time (in other games) then he is out of the team, so it is snowdown showdown 2vs2 :)

case CUSTOM_MODE_ONE_FOR_ALL_X:
case CUSTOM_MODE_ONE_FOR_ALL:
case CUSTOM_MODE_FIRST_BLOOD:
case CUSTOM_MODE_SIX_V_SIX:
case CUSTOM_MODE_URF:
case CUSTOM_MODE_TAG_TEAM:
case CUSTOM_MODE_NORMAL:

best seen here, since every gamemode is in (one for all, urf, hexakill etc) and snowdown not (or maybe first blood is snowdown 1vs1) then snowdown 2vs2 is tagteam
05/06/2014 20:41 xCoolerTyp#5
Quote:
Originally Posted by .Tanooki View Post
if its tagteam and as i remember means if someone dies 1 time (in other games) then he is out of the team, so it is snowdown showdown 2vs2 :)

case CUSTOM_MODE_ONE_FOR_ALL_X:
case CUSTOM_MODE_ONE_FOR_ALL:
case CUSTOM_MODE_FIRST_BLOOD:
case CUSTOM_MODE_SIX_V_SIX:
case CUSTOM_MODE_URF:
case CUSTOM_MODE_TAG_TEAM:
case CUSTOM_MODE_NORMAL:

best seen here, since every gamemode is in (one for all, urf, hexakill etc) and snowdown not (or maybe first blood is snowdown 1vs1) then snowdown 2vs2 is tagteam
u are right. riot is testing some other modes and then the community can vote which mode will come permanent in lol.
05/06/2014 21:41 .Tanooki#6
Quote:
Originally Posted by xCoolerTyp View Post
u are right. riot is testing some other modes and then the community can vote which mode will come permanent in lol.
and you have no clue what we are talking about at all