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

Butt-Ugly Martians: Martian Boot Camp

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Butt-Ugly Martians: Martian Boot Camp

Developer: Funnybone Interactive[1]
Publisher: Vivendi Universal Games[1]
Platforms: Windows, Mac OS Classic
Released in US: 2002[1]


DevTextIcon.png This game has hidden development-related text.
GraphicsIcon.png This game has unused graphics.


A collection of mini-games based on the short-lived cartoon.

Unused Graphics

bum_sha_art.cxt

BUMBootcamp bum sha art 27.ng.png

bum_sha_art

BUMBootcamp bum sha art temp backdrop.png

temp backdrop is an image of one of the minigames.

Development Text

In bum_sha_lin.cxt is a log of the sound manager versions.

Sound Manager Versions

Version 0.3.8 b - 6/13/02
Added forgetIdle to the sound manager (a la Dirk Diggler)

Version 0.3.7 b - 5/7/02
Modified dlg in the sound manager so that a list of symbols can be passed (a la Rebecca Lovelace).

Version 0.3.6 b - 5/3/02
Added queueDlg to the sound manager.

Version 0.3.5 b - 5/2/02
Updated the Lip synch manager to work with the FBI LipSyncher.

Version 0.3.4 b - 4/17/02
Changed setIdle to default to 10 seconds if no delay is passed in.

Version 0.3.3 b - 4/11/02
Added getIdle to the sound manager (a la Paul Colby).

Version 0.3.2 b - 4/11/02
Changed idle prompt to use the milliseconds instead of the timer because of the performance problems with the timer on PCs (a la Mike Nannini).  The lip synch manager, however, must still the timer because of the way that the KA Lipsynch program produces data.

Version 0.3.1 b - 4/9/02
Added forgetDlg and forgetMsc to the sound manager

Version 0.3.0 b - 3/29/02
Made the sound manager self updatable (a la Shane Wheeler).  The sound manager will now update itself every frame so there is no need to call update.
Added InitSndMgr() call to SndMgrUtils.  Call this to initialize the sound manager.
Added FreeSndMgr() call to SndMgrUtils to free any previous versions of the sound manager.
Changed the way the SndMgr is initialized.  See documentation for new initialization code.

Version 0.2.8 b - 3/27/02
Changed getMsc to getMscName

Version 0.2.7 b - 3/20/02
Added killSfx to the sound manager

Version 0.2.6 b - 2/27/02
Added  priority, id and callback to music
Added getMscId to sound manager

Version 0.2.5 b - 2/27/02
Fixed the sound manager so the MscMgr updates.

Version 0.2.4 b - 1/24/02
Added unlist to the SndMgr utilities
Fixed sound list bug so you can use symbols inside of symbol lists

Version 0.2.3 b - 1/7/02
Added checkLip to the sound manager

Version 0.2.2 b - 1/4/02
Added killLip and forgetLip to the sound manager

Version 0.2.1 b - 1/4/02
Fixed bug so you can call the lip syncher from a lip synch callback
Fixed bug so you can call dialogue in a dialogue callback

Version 0.2.0 b - 12/14/01
Added lip synch manager.
Added sfx channel reserving.
Cleaned up code and fixed small bugs.

Version 0.1.1 b - 12/10/01
Added error checking to the load functions.
Fixed music loading bugs.

Version 0.1.0 b - 12/10/01
Sound Manager added to the FBI global cast.

References