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

CART Fury (Arcade)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

CART Fury

Developer: Midway Games
Publisher: Midway Games
Platform: Arcade (Midway Vegas)
Released in US: July 2000[1]


CopyrightIcon.png This game has hidden developer credits.
GraphicsIcon.png This game has unused graphics.
DebugIcon.png This game has debugging material.


CART Fury is the game where it does the infamous racing scenes from Driven (the movie based on CART, widely regarded as the loser of the American open-wheel racing wars) better than the movie itself.

Debug Features

Link Status

CartFuryArcade-linkstatus.png

Add the following code to cartfury.xml to enable a linking status display at the bottom right.

  <cheat desc="Enable Show Link Status">
    <script state="run">
      <action>maincpu.pb@807A22DC=31</action>
    </script>
  </cheat>

FPS Display

CartFuryArcade-fps.png

Add the following code to cartfury.xml to enable an FPS display at the bottom left.

  <cheat desc="Enable Show Frame Rate">
    <script state="run">
      <action>maincpu.pb@807A22EF=31</action>
    </script>
  </cheat>

Version Display

CartFuryArcade-version.png

Add the following code to cartfury.xml and the game will now display the version number in the attract mode.

  <cheat desc="Enable Show Version">
    <script state="run">
      <action>maincpu.pb@807A22FF=31</action>
    </script>
  </cheat>

Attract Tracks Only

Add the following code to cartfury.xml and the attract mode will only show gameplay.

  <cheat desc="Enable Attract Tracks Only">
    <script state="run">
      <action>maincpu.pb@807A233D=31</action>
    </script>
  </cheat>

Play Win Cinema

Add the following code to cartfury.xml and the game will boot up to the winning cutscene.

  <cheat desc="Enable Play Win Cinema">
    <script state="run">
      <action>maincpu.pb@807A23C8=31</action>
    </script>
  </cheat>

Start Monkey

Add the following code to cartfury.xml and all countdown timers will now start at 0 seconds.

  <cheat desc="Enable Start Monkey">
    <script state="run">
      <action>maincpu.pb@807A2435=31</action>
    </script>
  </cheat>
(Source: Ferrox)

Unused Graphics

CartFuryArcade-demoloadscreen.png
An initializing screen from a proof of concept version of the game which was known as CART Racing, possibly as a pitch; note the 1999 copyright year.

CartFuryArcade-flintstones.png
Present among the textures for the Skyway track is an unused image of Fred Flintstone sliding off of a dinosaur. This was likely included as a joke given the construction theme of the track.

Four placeholder graphics for the credits, with visible tobacco advertisements on some of the cars. One of the placeholder graphics also includes a Team Penske and Newman-Haas car each; neither teams were featured in the game.

CartFuryArcade-e.png
An unused development-related texture.

CartFuryArcade-earlyroad.png
An early road texture.

(Source: Ferrox)

Hidden Credit

At the beginning of the sound program is a hidden composer credit which reveals that the game was also known as CART Champions at some point.

DCS 3.0G CART Champions (c) 2000 Midway Games - DWF.


(Source: Ferrox)

References