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

Feeding Frenzy (Windows, Mac OS X)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Feeding Frenzy

Developers: Sprout Games, PopCap Games
Publishers: PopCap Games (previously by GameHouse)
Platforms: Windows, Mac OS X
Released internationally: February 11, 2004


AreasIcon.png This game has unused areas.
CharacterIcon.png This game has unused playable characters.


Hmmm...
To do:
CVS leftovers in Mac version's SAF file because reasons.

You're out to eat a shark. Not a very big plot line here. Honestly, the real-life plot line that this game was one of the victims of EA trying to retcon entire PopCap games from existence (with the other notable victim being the entire Bookworm series) is more notable than anything else we could write here.

Unused Level

With the data for the other levels, there is an unused level in the folder "edtest". This level appears to have been used during development, as Stun, Shield and Feeding Fury are power-ups in the final game.

Stage 0: A Demo Level
XXX\n

It's crazy out there!
		
This demo level includes the most recent power-up
additions to the game.  These include 'Stun', 'Shield'
and 'Feeding Fury'.

Since these power-ups appear later in the game, we
decided to stick a little demo level in the front of
this build of the game.

The hidden level 0 is accessed by downloading a version of the game with the "resource" and "config" folders, then to copy the "stage," "startscreen" and "completestage" into another level's folder and overwrite the files, preferrably "SmallFishSmallPond".

Feeding Frenzy Level 0.png

This is the unused level. It has the Big Ridge scene, and is flooded with orcas, angelfish, minnows and pufferfish. It also contains an abundance of poison minnows and mines that rarely remain on-screen due to the swarms of fish. The only powerup seen during this gameplay was the Fury Bubble, the other bubbles were only starfish and extra lives--and yes, that means that the Stun and Shield power ups mentioned in the description are totally absent. The food bank also fills very slowly, but you can be killed very often.

The level is probably this crowded to test the limit of the "Feeding Fury" power-up, and it seems it was set up to be deliberately easy to tweak so it could be used to test other power-ups, like the aforementioned Stun and Shield powerups.

Unused Playable Characters

Hidden in the "fish" subfolder of the "config" folder are two unused .xml files for player fish, named "pufferplayer.xml" and "sharkplayer.xml". As shown in the names, they are for a pufferfish player and a shark player--and in fact, these player characters have actual names, despite going unused! The Shark is named "Max", and the Pufferfish is named "Spike".

.xml file Description In-game result
<playerFish 
	name="Max" 
	maxSpeedX="450" 
	maxSpeedY="450" 
	accelRate="500" 
	fluidDrag="0.0001" 
	drag="5"
	collision="0,29,188,83"
	animPath="resources/Shark/"
	class="JohnDoryPlayer" 
	hotSpot="0,-9,75,38"
/>
An unused player .xml file for Max the Shark Feeding-Frenzy-Unused-Shark-Player.png
<playerFish 
	name="Spike" 
	maxSpeedX="300" 
	maxSpeedY="300" 
	accelRate="400" 
	fluidDrag="0.0001" 
	drag="5"
	hotSpot="-5,-20,43,41"
	collision="12,26,135,106"
	animPath="resources/PufferFish/"
	class="JohnDoryPlayer" 
/>
An unused player .xml file for Spike the Pufferfish Feeding-Frenzy-Unused-Puffer-Player.png

It seems that they were initial players in place of JD the John Dory, or were otherwise meant to appear in the late-game places that he shows up in, due to their "class" parameter being set to "JohnDoryPlayer".

Unused Animations

FeedingFrenzy-Spikeidle.gif

An unused idle animation for the pufferfish.
While technically not unused, it's normally unseen as idle animations only ever play when a fish is controlled by a player and the playerfish is idle. Due to the unused player XML of "Spike the Pufferfish" being found it was likely a leftover of when it was considered playable as it's the only fish in the final game that has an idle that isn't playable at any point.

CVS Leftovers

The resources folder and all other subfolders have directories from CVS version control.

entries:

D/FX////
D/HUD////
D/JohnDory////
D/Lion////
D/Oyster////
D/angelFish////
D/angler////
D/backdrops////
D/barracuda////
D/bonus////
D/brineShrimp////
D/jellyFish////
D/marlin////
D/menus////
D/mermaid////
D/mine////
D/music////
D/orca////
D/parrot////
D/pufferFish////
D/shark////
D/sounds////
D/splash////
D/surgeonFish////
D/tuna////

repository:

MacSrc/FeedingFrenzy/FeedingFrenzy/resources

root:

:pserver:joe@vulcan:/home/cvs