If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Bloons TD 5 Deluxe/Bloons TD 5 Flash Leftovers

From The Cutting Room Floor
Jump to navigation Jump to search

This is a sub-page of Bloons TD 5 Deluxe.

This cactus is UNDER CONSTRUCTION
This article is a work in progress.
...Well, all the articles here are, in a way. But this one moreso, and the article may contain incomplete information and editor's notes.
Hmmm...
To do:
  • See if daily challenges and other leftover online content can be enabled via hacking.
  • There's a lot more!

This section features files that are from the Flash version of this game, but weren't used due to either being online content or not needed as similar features fulfilled them.

Graphics

News Board

Bloons Deluxe News.png

The newsboard for showcasing events appears off-screen. Was replaced by the advertisement of Ninja Kiwi's now defunct flash website to the right of it.

Daily Challenges

BTD5DeluxeDC.gif

Daily challenges were completely replaced with random challenges, likely because Deluxe only has offline content. Despite this, it and its scripts are fully intact. Interestingly, the close button is updated to Deluxe's close button, likely because the close button uses the same file as the one in the flash version.

28th of September's Challenge

BTD5 - ViewOldChallenges btn.png BTD5 - ViewTodaysChallenge btn.png

Next to the "Play This Random Challenge" screen, there are more leftovers from the screen of the flash game. Every other button was overwritten.

BTD5D - DCVault and DCPopup.png

A preview of the calendar/Daily Challenge Vault alongside the leftover Daily Challenge popup that was moved out of bounds.
Servers for the Daily Challenge are permanently down, so loading today's challenge or the Vault will result in infinite loading.

  • Interestingly, The Vault starts at January 2012 and ends at April 2012.

Login Screen

BTD5 - LoginScreen.png

The login screen is still in the files, nothing changed.

Leaderboard

BTD5D - LeaderboardMenu.png

Next to the leaderboard in the files, the leaderboard from the flash version exists.

Login Pop-ups

BTD5D - ChestLogin.png

Has the Deluxe-styled close button as it takes the same slot as the one in the flash version.

Code

Facebook Messages

Messages that appeared by clicking the "Share" button when a map is beaten, a daily challenge is won, etc. Those don't exist in this version.

public static function postForEasyTrackWin(param1:String) : void
      {
         ExternalInterface.call("postToWall","Bloons TD 5 Win!","","The monkeys defeated the Bloons on the " + param1 + " Track in Bloons TD 5! And there was much rejoicing.","http://ninjakiwi.com/btd5/facebook/icon-1.png");
      }
      
      public static function postForMediumTrackWin(param1:String) : void
      {
         ExternalInterface.call("postToWall","Bloons TD 5 Victory!","","The monkeys achieved glorious victory on the " + param1 + " Track in Bloons TD 5, and are now quite busy basking in said glory.","http://ninjakiwi.com/btd5/facebook/icon-2.png");
      }
      
      public static function postForHardTrackWin(param1:String) : void
      {
         ExternalInterface.call("postToWall","Bloons TD 5 Crushing Victory!","","The monkeys have utterly vanquished the Bloons despite impoppable odds on the " + param1 + " Track in Bloons TD 5. Their chief strategist is undisputably awesome.","http://ninjakiwi.com/btd5/facebook/icon-3.png");
      }
      
      public static function postForDailyChallengeWin() : void
      {
         ExternalInterface.call("postToWall","Daily Challenge Win - Bloons TD 5","","I beat the Daily Challenge in Bloons TD 5! It is well known that this can only be done by people both smart and savagely good looking.","http://ninjakiwi.com/btd5/facebook/icon-4.png");
      }
      
      public static function postForSpecialMissionWin() : void
      {
         ExternalInterface.call("postToWall","Special Mission Victory - Bloons TD 5","","I completed one of the super-tough Special Missions in Bloons TD 5 and officially have even more Awesome than I had before.","http://ninjakiwi.com/btd5/facebook/icon-5.png");
      }
      
      public static function postForPlayerRankUp(param1:int) : void
      {
         ExternalInterface.call("postToWall","Rank Up! - Bloons TD 5","","Where are the bolts of lightning from the sky?! I have reached Rank " + param1.toString() + " in Bloons TD 5 and new awesomeness awaits!","http://ninjakiwi.com/btd5/facebook/icon-6.png");
      }
   }
}

Update Panel Messages

Messages for the update panel. It seems to suggest that this game was built as soon as the first pre-order announcement was made.

override public function init(param1:* = null) : void
      {
         var _loc2_:NewsItemDef = null;
         super.init(param1);
         this.panel = param1.panel;
         this.vectorOfNews = new Vector.<NewsItemDef>();
         _loc2_ = new NewsItemDef();
         _loc2_.id = 13;
         _loc2_.date = "<a href=\"http://newgam.es/btd5deluxepre2\" target=\"_blank\"><font size=\"28\">Bloons TD 5 Deluxe</size></a>";
         _loc2_.title = "<a href=\"http://newgam.es/btd5deluxepre2\" target=\"_blank\">Pre-order NOW for 20% discount</a>";
         _loc2_.description = "<a href=\"http://newgam.es/btd5deluxepre2\" target=\"_blank\">Soon the ultimate Bloons Tower Defense experience will be coming to your Desktop! BTD5 Deluxe features full-screen, high-resolution offline play and includes never before seen content including TWO awesome new towers, tracks, and agents. Pre-order before the 16th of July and in addition to the 20% discount, your Ninja Kiwi account will also be credited with 100NK coins!\n<font size=\"16\" color=\"#FFCC00\"><b>CLICK HERE TO PRE-ORDER NOW!</b></font></a>";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-26-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 12;
         _loc2_.date = "July 5th, 2012";
         _loc2_.title = "Specialty Buildings Complete Set";
         _loc2_.description = "Big fun in this last set of super cool Specialty Buildings. Make your Buccaneers, Glue Gunners, Dartling Guns, Snipers, and Super Monkeys that much more awesomer with their 3 stackable specialty upgrades. Use Monkey Money to buy the buildings and their upgrades, and unlock the cool tier 3 specialties like fixed fire Dartling Guns, Glue Drops, and camo-detecting Super Monkeys. Specialties for the win!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-25-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 11;
         _loc2_.date = "June 28, 2012";
         _loc2_.title = "Power-Up every game! Plus Double Monkey Money!";
         _loc2_.description = "Now everyone can get a taste of BTD5\'s awesome premium Power-Ups! Before each game, you can choose single-use Power-Ups that cost Monkey Money instead of NK Coins. We\'ve given all NK members $200 Monkey Money, and to celebrate Independence Day, get double Monkey Money through July 4th! You can also earn free Monkey Money through offers and incentives - try out the Earn Monkey Money button! Premium prices were updated to balance the free system.";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-24-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 10;
         _loc2_.date = "June 21, 2012";
         _loc2_.title = "Five Awesome New Specialty Buildings";
         _loc2_.description = "With this update, you can have even more fun with Ninjas, Spike Factories, Mortars, Ice Towers, and Monkey Aces! When you buy the specialty building for each of these towers in the Main Menu, you can spend Monkey Money to further specialize them through 3 stacking upgrades. Activate one Specialty Building at a time, and every tower of that type that you build get those specialty bonuses, including awesome tier 3 specialty powers.";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-23-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 9;
         _loc2_.date = "June 14, 2012";
         _loc2_.title = "Specialty Buildings For the Win!";
         _loc2_.description = "For everyone who has a favorite tower or who wants maximum bloon poppage, Specialty Buildings are for you. This update includes Specialty Buildings for Dart, Tack, Boomerang, Bomb, and Apprentice, which let you spend Monkey Money to specialize a single tower at a time and add 3 stacking levels of specialty. Third tier specialties unlock sweet new abilities and powers, and other tower specialties coming soon!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-22-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 8;
         _loc2_.date = "June 7, 2012";
         _loc2_.title = "Summer Bonus - Monkey Money and XP!";
         _loc2_.description = "Start summer right with double bonus Monkey Money and XP. Double Monkey Money from victory rewards and premium MM purchases, and double tower xp and rank xp for a limited time - only through Sunday, June 10th. Level up, cash up, and get ready for a more awesomer summer!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-21-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 7;
         _loc2_.date = "May 31, 2012";
         _loc2_.title = "Limited Time Double XP!";
         _loc2_.description = "Now\'s your chance rank up your towers and your player rank with Double XP through Sunday, June 3rd. Whether you are playing regular games, Daily Challenges, or Special Missions, all pop XP is doubled for a limited time, which means fast tracking your tower upgrade unlocks and the player rank content unlocks, like 4th tier tower upgrades, expert tracks, new game modes, and high-rank Special Missions. Go get some XP!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-20-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 6;
         _loc2_.date = "May 24, 2012";
         _loc2_.title = "Special Mission - Wizard Lord!";
         _loc2_.description = "When we say \"special\" we mean it! The Wizard Lord can simultaneously wield tier 4 powers on both Air and Fire upgrade trees - a 4/4 bundle of badness who can use Dragon Breath, Tempest Tornadoes, and a powered up Summon Phoenix all together. But he\'s so powerful that he must feed on your most expensive towers every other round, and if he can\'t feed it\'s game over. Can you pass 30 custom waves of upgraded bloons? Rank 30 to play.";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-19-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 5;
         _loc2_.date = "May 17, 2012";
         _loc2_.title = "Pontoon and Portable Lake Special Agents";
         _loc2_.description = "Do you love your Buccaneers, or wish you could place more land towers on the Archipelago map? Now you can with the Portable Lake and Pontoon Special Agents - creates water area on land or make room for land towers on water. The Pro version Pontoon grants a range boost, and the Portable Lake Pro has a big surprise lurking in its depths. Go check them out! BONUS: March Daily Challenge Vault is now open!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-18-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 4;
         _loc2_.date = "May 10, 2012";
         _loc2_.title = "Two New Tracks: Lightning Scar and Main Street";
         _loc2_.description = "Tons of new gameplay and Awesome to win with two new tracks. Lightning Scar is a challenging Advanced track, relatively short with a split into two paths. Main Street sounds pleasant enough, but this rank 50 Extreme track will make you earn those medals. Remember Extreme tracks cost Monkey Money for each play and don\'t allow saving, but you can win up to 250 Awesome and 500,000 XP for winning Main Street on Hard. Good luck!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/update-17-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 3;
         _loc2_.date = "May 2, 2012";
         _loc2_.title = "Daily Challenge Vault - Play Past Challenges!";
         _loc2_.description = "Ever hear about an awesome Daily Challenge and wish you could go back? Have a favorite that you want to play again? Now you can play them all with the Daily Challenge Vault. Clicking the \"Previous Challenges\" will bring up calendar months and let you select any day for the months available, which are January and February to start. Rewards are reduced, so you should still play each day\'s Challenge. Complete all Challenges for a given month and earn an Achievement and Awesome. Keep your eyes out for updates with new months!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/vault-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 2;
         _loc2_.date = "April 26, 2012";
         _loc2_.title = "Double Monkey Money Through April 29th";
         _loc2_.description = "Get twice the Monkey Money from victory rewards and premium Monkey Money purchases for a limited time - only through Sunday, April 29th. REMINDER: the previous update added Monkey Money rewards for every time you win a game.";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/double-mm-small.png";
         this.vectorOfNews.push(_loc2_);
         _loc2_ = new NewsItemDef();
         _loc2_.id = 1;
         _loc2_.date = "April 23, 2012";
         _loc2_.title = "Replay Tracks for Monkey Money!";
         _loc2_.description = "Need more Monkey Money? Replay tracks you\'ve already beaten, and earn a percentage of the original reward. The harder the track and difficulty, the more Monkey Money you earn. Monkey Money will buy you Special Agents and unlock the awesome Special Agent Pros!";
         _loc2_.imageUrl = "http://ninjakiwi.com/Games/NewsFeed/btd5/images/replay-mm-small.png";
         this.vectorOfNews.push(_loc2_);