If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Crash Tag Team Racing
| Crash Tag Team Racing |
|---|
|
Also known as: Crash Bandicoot: Gacchanko World (JP)
|
Crash Tag Team Racing is a racing and platforming game built on The Simpsons: Hit & Run's engine (as evidenced by a similar file structure and tools to mod that game working with this game).
Being the successor to 2004's Crash Twinsanity, it features character models inspired by that game, and also contains some assets from it. The game was largely coded in Lua, and it's fairly easy to view and edit its scripts.
Contents
Unused Cars
The game contains 5 unused cars:
- "testcar": A yellow jeep.
- "testcar2": A green buggy.
- "testcar3": A blue car with tank-like "wheels".
- "CRster": A 3-wheeled orange painted car, an early version of one of Crash's cars.
- "highend_testcar": Looks the same as "testcar".
Note: "testcar4" is Crash's PSP car that's unlockable via the PSP link.
Unused Cheat Screen
In addition to the already implemented button based cheats, there's an unused cheat screen with a couple cheats that are unavailable in any other way. Unfortunately, the menu was not fully implemented, so it doesn't save your preferences when you exit. Exiting the screen puts you into the extras screen, suggesting that was its original location.
Unused Costume
There's a fully functional "Buckethead" costume for Crash, which gives him a textureless low polygon shape as a hat and appears to use an early version of Crash's model. Its spin model looks identical to the costume-less Crash. It's not obtainable ingame in any way, however the game's coding suggests it being unlockable via cheat code, and belonging in Astro Land:
BeginObject Skin BucketHeadCrash
this.SetCharacterName("Crash")
this.SetSkinName("BucketHeadCrash")
this.SetLevelName("onfoot_solar")
this.SetDrivingSkinFilename("crash_buckethead_onfoot_model")
this.SetOnfootSkinFilename("crash_buckethead_onfoot_model")
this.SetSpinSkinFilename("crash_buckethead_spin_model")
this.SetCheatOnly(true)
EndObject
Unused Features
The controls.god file in the COMMON.RCF cement file can be used to bind a scrapped racing feature called the "scootch" to buttons.
It gives the player a sideways boost that damages cars on impact and maintains drifts. It's split into two directions (L2/R2 on PlayStation 2) and a stick X-axis (Right Stick on PlayStation 2) to replace the two buttons.
Unused Levels
The level list in the startup.god file in the COMMON.RCF cement file contains entries for three unknown levels:
LevelTypes=..
["sandbox"]={"driving","test/sandbox"},
..
["bonus11"]={"driving","bonus/bonus11"},
..
["testbed1"]={"driving","test/testbed1"},
Note: These are not the bonus arenas from the PSP link, those are called bonus1_arena and bonus2_arena.
Unused Mode
There are prop layouts for a scrapped "Cone Attack" race track mode (as a 6th main mode) in the 0.RCF cement file of the NTSC-U XBOX version. They exist only for Tyrannosaurus Wrecks and Astro Land tracks. One version of the demo also contains a layout for Track And The Beanstalk.
BeginObject Script HitCone
MiniGameControl_Get().HitProp()
EndObject
BeginObject DynamicPropMotif DynamicPropMotif1
this.SetMesh( "pylonShape" )
this.SetSimState( "pylon", "pylon" )
this.SetScript( "HitCone" )
this.SetLifetime( 1 )
this.EnableGroundTriggers( false )
this.EnableWeaponTriggers( false )
this.EnableAvatarTriggers( true )
EndObject
BeginObject DynamicProp DynamicProp1
this.SetPosition( -645.89, 22.71, -986.04 )
this.SetQuaternion( -0.28, -0.01, 0.96, 0.00 )
this.Enable( true )
this.SetMotif( "DynamicPropMotif1" )
EndObject
Unused Movie
The MOVIES.RCF cement file contains an unused "weenie_placeholder.bik" FMV. On the PlayStation 2 version, it depicts an early render of a die-o-rama or gem collecting cutscene. Its name suggests that it was a placeholder at some point.
Unused Music
The DEFAULT.RCF cement file contains level music from Crash Twinsanity (Cavern Catastrophe and Rockslide Rumble), with filenames such as temp_race_hth.wav, suggesting temporary placeholder use in races.
Note: The Rooftop Rampage theme also exists as tempba_rooftoprampage.wav, however it is used in the arenas unlocked by linking the PlayStation 2 version to the PSP version.
Unused Powerups/Weapons
The driving_objects.god file in the "levels/common" directory describes an unused Invisibility Shield powerup pickup for the unclashed/single driver and an unused Guided Marble Missile weapon pickup for the gunner. Forcing the Shield ingame crashes upon pickup, while the Marble Missile gets replaced with a Shark Missile on pickup.
this.SetDistributionOneToFour(POWERUPTYPE_INVISIBILITYSHIELD,0.00,0.00,0.00,0.00) this.SetDistributionOneToFour(WEAPONTYPE_GUIDEDMARBLEMISSILE,0.00,0.00,0.00,0.00) this.SetPowerupTextures(5,"hud3Dobjects/hud_pkp_gunner_marblemissile.bmp")
Unused Icons
Hidden in giftshopicons.p3d, Icons for the PSP exclusive battle arenas "The Tragic Kingdom" and "Fight Like An Egyptian" can be found.
While the icon for "Fight Like An Egyptian" goes unused in all the other version except the PSP version, there's no way to purchase "The Tragic Kingdom" in the Gift Shop as it is pretty much the default battle arena for the PSP version of the game and therefore goes unused in every version. It's also worth noting that the icon for "The Tragic Kingdom" showed that at one point the skybox was going to be the same as in the other "Happily Ever Faster" related race track and hub area.
Regional Differences
The Japanese version turns the "Japanese Crash" costume into the default one, as well as feature versions of the other costumes based around that model. While the pre-rendered cutscenes still feature the original Crash, the Gags and Die-O-Ramas were given new versions featuring the Japanese Crash, presumably so as to keep some consistency.
| The Crash Bandicoot series | |
|---|---|
| PlayStation | Crash Bandicoot (Prototypes) • Cortex Strikes Back (Prototypes) • Warped (Prototypes) • Crash Team Racing (Prototypes) • Crash Bash (Prototypes) |
| PlayStation 2 | The Wrath of Cortex (Prototypes) • Crash Nitro Kart (Demos) • Crash Twinsanity (Prototypes) • Crash Tag Team Racing • Crash of the Titans • Mind Over Mutant |
| GameCube | The Wrath of Cortex • Crash Nitro Kart • Crash Tag Team Racing |
| Xbox | The Wrath of Cortex • Crash Nitro Kart • Crash Twinsanity • Crash Tag Team Racing |
| Game Boy Advance | The Huge Adventure • N-Tranced • Crash Bandicoot Purple: Ripto's Rampage • Spyro Orange: The Cortex Conspiracy • Crash of the Titans |
| Nintendo DS | Crash Boom Bang! |
| PlayStation Portable | Mind Over Mutant |
| PlayStation 4, Xbox One, Nintendo Switch | N. Sane Trilogy • Crash Team Racing Nitro-Fueled • It's About Time |
| Windows | N. Sane Trilogy • It's About Time |
| PlayStation 5 | It's About Time |
| Adobe Shockwave | Nitro Mini Golf |
- Games developed by Radical Entertainment
- Games published by Sierra Entertainment
- PlayStation 2 games
- Games released in 2005
- Games with unused areas
- Games with unused code
- Games with unused game types
- Games with unused graphics
- Games with unused models
- Games with unused cinematics
- Games with unused items
- Games with unused abilities
- Games with unused music
- Games with regional differences
- Crash Bandicoot series
Cleanup > To do
Games > Games by content > Games with regional differences
Games > Games by content > Games with unused abilities
Games > Games by content > Games with unused areas
Games > Games by content > Games with unused cinematics
Games > Games by content > Games with unused code
Games > Games by content > Games with unused game types
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused items
Games > Games by content > Games with unused models
Games > Games by content > Games with unused music
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by Radical Entertainment
Games > Games by platform > GameCube games
Games > Games by platform > PlayStation 2 games
Games > Games by platform > PlayStation Portable games
Games > Games by platform > Xbox games
Games > Games by publisher > Games published by Sierra Entertainment
Games > Games by release date > Games released in 2005
Games > Games by series > Crash Bandicoot series

