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

Bicycle Casino

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Bicycle Casino

Developer: Leaping Lizard Software
Publisher: Activision
Platform: Xbox
Released in US: October 26, 2004
Released in EU: March 24, 2005


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


The authentic casino experience, from the comfort of your Xbox.

Unused Graphics

images

xboxlive.dds

BC2005 xboxlive.png

A placeholder texture for the Xbox Live menu.

Skybox

There are five images of what appears to be a placeholder skybox.

ersb.dds

BC2005 esrb.png

An ESRB rating, likely leftover from a demo version.

slotsyms/treachst.dds

BC2005 treachst.png

A placeholder graphic for the treasure chest in the slot machine.

charactr

menuopt.dds

BC2005 menuopt.png

A placeholder texture.

Unused Sounds

Placeholders

The sounds folder has many placeholder sounds recorded by someone who worked on the game.

Blackjack

bust.mp3
"Player busts".
dbldwn.mp3
"Double down".
dealerbj.mp3
"Dealer has blackjack".
hit.mp3
"Hit".
insurance.mp3
"Insurance".
split.mp3
"Player splits".
stand.mp3
"Player stands".
surrender.mp3
"Player surrenders".

Intros

bjintro.mp3
It appears that there was going to be an intro for most of the casino games.
razzintro.mp3
5crdintro.mp3
7crdintro.mp3
omahaintro.mp3
paigowintro.mp3
texasintro.mp3

Miscellaneous

bgnoise.mp3
A placeholder for some kind of ambiance. The placeholder is just someone blowing into the microphone.

Poker

hilo.mp3
"High-low".
fold.mp3
"Player folds".
push.mp3
"Push".

Slots

idle.mp3
A placeholder that was probably used when the player is idle.
payout1.mp3
"Payout placeholder".

Texas Hold 'Em

flop.mp3
"Here comes a flop".

Tournament

denyentry.mp3
"Tournament".

Unused Text

CVS Revision Logs

Most of the configuration files from configs.zip have revision logs from the game's internal CVS repository. A few examples of this have been provided below.

cascfg.h

// $Id: cascfg.h,v 1.18 2004/08/11 19:00:53 outlaw Exp $
// $Log: cascfg.h,v $
// Revision 1.18  2004/08/11 19:00:53  outlaw
// leaderboard msg
//
// Revision 1.17  2004/08/04 13:56:40  jeffs
// added settings menus and fixed slot machines
//
// Revision 1.16  2004/07/22 15:15:07  jeffs
// added appear online/offline options to xboxlive menu
//
// Revision 1.15  2004/07/15 14:11:32  jeffs
// added cheat code menu  - can easily be turned off by setting variable "AllowCheatingMode" to zero
//
// Revision 1.14  2004/07/09 21:17:23  jeffs
// added tournaments to multiplay for texas holdem
//
// Revision 1.13  2004/07/09 20:03:27  jeffs
// cleaned up the code for menu's changed LoadMenu to HandleMenuMessage..loadmenu still exists but actually loads menus...
// This code makes it much easier to pass messages through to control what happens when you click on a menu...
//
// Revision 1.12  2004/07/01 18:01:06  outlaw
// menu req flags
//
// Revision 1.11  2004/06/30 22:30:16  outlaw
// xui menu msgs
//
// Revision 1.10  2004/06/30 14:42:33  jeffs
// fixed problem with going back to cheap-casino from xbox live and medium casino menus
//
// Revision 1.9  2004/06/29 22:30:08  jeffs
// small #define fix
//
// Revision 1.8  2004/06/15 19:37:39  jdarby
// moneywheel
//
// Revision 1.7  2004/06/14 23:14:45  jeffs
// updated animation code - menu system in place - will eventually use animations and menu-tree
//
// Revision 1.6  2004/05/05 13:51:00  jeffs
// added craps table #define object
//

cheapcas.cfg

// $Id: cheapcas.cfg,v 1.111 2004/08/05 18:48:00 jeffs Exp $
// $Log: cheapcas.cfg,v $
// Revision 1.111  2004/08/05 18:48:00  jeffs
// commented out old code not being used anymore (or should not be used anymore)
//
// Revision 1.110  2004/08/04 20:17:58  outlaw
// change wavs to mps
//
// Revision 1.109  2004/07/22 19:31:56  jeffs
// added jokers wild video poker game
//
// Revision 1.108  2004/07/22 17:36:49  jeffs
// added initial multi-payline slot machine "fruit-nation" and changed the way the menus worked to use dropdowns..more organized
//
// Revision 1.107  2004/07/19 16:13:21  sergey
// renamed paigow to "Pai Gow Poker"
//
// Revision 1.106  2004/07/16 22:29:39  jeffs
// added the LOVE MACHINE - oh yeah baby
//
// Revision 1.105  2004/07/16 17:43:40  jeffs
// took out code that hides menu items when you dont have enough money - better to see whats available
//
// Revision 1.104  2004/07/16 14:27:21  jeffs
// changed "TextMenu" to "Submenu" - making it clearer to understand what it is...also reset submenu when you select an item in it
//
// Revision 1.103  2004/07/15 14:11:32  jeffs
// added cheat code menu  - can easily be turned off by setting variable "AllowCheatingMode" to zero
//
// Revision 1.102  2004/07/14 14:51:35  jeffs
// slots logstats now uses multi-payline and updated fivereel placeholder to hunting party
//
// Revision 1.101  2004/07/13 21:49:22  jeffs
// added placeholder for 5-reel slot
//
// Revision 1.100  2004/07/13 21:27:00  jdarby
// two new video poker machines
//
// Revision 1.99  2004/07/09 20:03:27  jeffs
// cleaned up the code for menu's changed LoadMenu to HandleMenuMessage..loadmenu still exists but actually loads menus...
// This code makes it much easier to pass messages through to control what happens when you click on a menu...
//
// Revision 1.98  2004/07/02 15:36:52  jdarby
// preload textures and sounds from cfg file
//
// Revision 1.97  2004/07/01 19:12:45  jeffs
// fixed bug in casino menus with keno also commented out unused menus in cheapcas
//
// Revision 1.96  2004/07/01 19:00:34  jeffs
// small fix for going to other casino's
//
// Revision 1.95  2004/07/01 18:38:28  jeffs
// game cfg name passed with xbox live code now
//
// Revision 1.94  2004/07/01 18:17:58  jeffs
// added to drop-down menu's the ability to pass a message when loading the menu for different purposes
//
// Revision 1.93  2004/07/01 17:39:42  jeffs
// updated surrounding hotspot locations
//
// Revision 1.92  2004/07/01 17:04:54  jeffs
// fixed the money wheel tournament problem
//
// Revision 1.91  2004/07/01 14:47:44  jeffs
// small change for surrounding hotspots
//
// Revision 1.90  2004/07/01 14:46:25  jeffs
// updated menu screen and character creation
//
// Revision 1.89  2004/06/30 21:53:10  jeffs
// added the rich/expensive casino config file to the mix
//
// Revision 1.88  2004/06/30 21:40:09  jeffs
// added ability to have a minimum cash amount before a menu item will be displayed
// also can not enter certain casino's without a min cash amount
//
// Revision 1.87  2004/06/30 15:47:08  jeffs
// switching casinos is now a drop down menu that includes the different casinos you can go to
//
// Revision 1.86  2004/06/30 14:42:33  jeffs
// fixed problem with going back to cheap-casino from xbox live and medium casino menus
//
// Revision 1.85  2004/06/30 13:33:39  jeffs
// fixed hotspots for xbox live update
//
// Revision 1.84  2004/06/29 22:30:08  jeffs
// small #define fix
//
// Revision 1.83  2004/06/29 22:26:21  jeffs
// changed CasinoWin to CurrentActiveCasino and now have a Casino List which will hold the
// different casino config file info in them
//
// Revision 1.82  2004/06/29 21:23:57  jeffs
// small fix for going back in drop-down menus
//
// Revision 1.81  2004/06/29 21:15:10  jeffs
// cleaned up the menu code a lot by having handle key call a message based function LoadMenu()
//
// Revision 1.80  2004/06/25 20:40:34  jeffs
// small fix for surrounding hotspots
//
// Revision 1.79  2004/06/25 17:34:53  jeffs
// fixed poker tournaments menu text to be easier to read
//
// Revision 1.78  2004/06/25 15:43:42  jeffs
// fixed moving around poker tables
//
// Revision 1.77  2004/06/25 15:38:13  jeffs
// fixed moving around the casino floor
//
// Revision 1.76  2004/06/25 15:09:17  jeffs
// cleaning up the config file and menu code
//
// Revision 1.75  2004/06/25 14:34:24  jeffs
// fixed blackjack tourn problem
//
// Revision 1.74  2004/06/25 14:27:35  jeffs
// took out repetitive casino objects
//
// Revision 1.73  2004/06/25 13:31:27  jeffs
// small fix for craps limits - was playing paigow
//
// Revision 1.72  2004/06/25 02:41:13  jeffs
// small fixes for text menus having trailing newline and craps positions
//
// Revision 1.71  2004/06/24 22:50:44  jeffs
// fix for money wheel tournament
//
// Revision 1.70  2004/06/24 22:46:39  jeffs
// small hotspot fix
//
// Revision 1.69  2004/06/24 22:44:28  jeffs
// poker tournaments limits menu in
//
// Revision 1.68  2004/06/24 22:28:44  jeffs
// added poker table limits and removed xbox live menu
//
// Revision 1.67  2004/06/24 22:08:08  jdarby
// added moneywheel tournament
//
// Revision 1.66  2004/06/24 22:04:51  jeffs
// added craps limits menu
//
// Revision 1.65  2004/06/24 22:01:30  jeffs
// added paigow game limits
//
// Revision 1.64  2004/06/24 21:49:28  jeffs
// updates to menus
//
// Revision 1.63  2004/06/24 21:33:46  jeffs
// hotspot text menu fix / update
//
// Revision 1.62  2004/06/24 21:30:53  jeffs
// added roulette games
//
// Revision 1.61  2004/06/24 21:23:29  jeffs
// fixed drawing the text menu offscreen
//
// Revision 1.60  2004/06/24 20:59:44  jeffs
// text menus implemented for selecting games
//

craps.cfg

// $Id: craps.cfg,v 1.102 2004/09/21 22:00:04 sergey Exp $
// $Log: craps.cfg,v $
// Revision 1.102  2004/09/21 22:00:04  sergey
// using done.tga instead of donebet.tga
//
// Revision 1.101  2004/09/18 20:20:30  jdarby
// minor text change
//
// Revision 1.100  2004/09/16 20:02:01  jeffs
// fixed titles in help text and added some yellow text to help
//
// Revision 1.99  2004/09/16 19:09:20  grant
// Split page 9
//
// Revision 1.98  2004/09/16 17:36:39  grant
// Removed ALL CAPS headings
//
// Revision 1.97  2004/09/15 16:53:26  sergey
// changed names back from all caps
//
// Revision 1.96  2004/09/13 23:20:57  sergey
// *** empty log message ***
//
// Revision 1.95  2004/09/13 23:03:08  sergey
// controls picture
//
// Revision 1.94  2004/09/13 22:35:56  grant
// Updated hints -n- tips
//
// Revision 1.93  2004/09/13 21:57:43  grant
// Updated help text
//
// Revision 1.92  2004/09/10 15:28:48  jeffs
// took out reference to ayellow.tga which is not being used anymore
//
// Revision 1.91  2004/09/09 00:44:43  jeffs
// small config fixes for craps betting highlights
//
// Revision 1.90  2004/09/08 17:36:19  jeffs
// fixed payout amount for come line bets - was totally wrong before - should only payout 1 to 1
//
// Revision 1.89  2004/09/08 17:19:15  jeffs
// fixed many bugs in craps and added free odds bets for dont pass and dont come bets
//
// Revision 1.88  2004/09/03 00:26:02  jeffs
// fixed bug 387
//
// Revision 1.87  2004/09/02 22:35:41  jeffs
// small player location fix for new buttons
//
// Revision 1.86  2004/08/27 21:39:56  jeffs
// added playeroutcomes messages in roulette
//
// Revision 1.85  2004/08/27 21:05:13  jeffs
// added game messages for placechip games to show how much a player won
//
// Revision 1.84  2004/08/25 21:39:57  sergey
// changed tournaments to have separate configs that are not games
//
// Revision 1.83  2004/08/17 20:15:29  djens
// updated
//
// Revision 1.82  2004/08/12 22:33:24  grant
// Removed ENTRY_FEES from *.cfg to *_t, *_l, *_nl .cfg's
//
// Revision 1.81  2004/08/12 22:17:30  grant
// First attempt at normalizing the mins/maxes among the games.  We're targeting roughly a $20,000 maximum possible win per game, per bet/hand/play, with a higher payout for the pure chance games.
//
// Revision 1.80  2004/08/10 15:59:27  jeffs
// fixed Poker Marker locations so they are not off screen - fixed plaque locations so they are not off screen -
// fixed min/max for keno to accept correct amount...
//
// Revision 1.79  2004/08/09 18:06:02  jeffs
// fixed settings window to correcly display settings in host game and in optimatch -
// fixed some coord's in config files for poker games
//
// Revision 1.78  2004/08/09 18:03:53  jdarby
// lost weird table limit value
//
// Revision 1.77  2004/08/06 15:20:10  jeffs
// added any to the list of table limits in settings window
//
// Revision 1.76  2004/08/06 14:36:22  jeffs
// updated opti-match settings window - with tournament entry fees - fixed small bug in xsignin.cpp with no return value.
//
// Revision 1.75  2004/08/04 22:37:45  jeffs
// update fixes to settings window - uses game-config info now - from config files
//
// Revision 1.74  2004/07/30 15:34:15  jeffs
// changed plaques back to old ones - took out the 3 pixel height change basically
//
// Revision 1.73  2004/07/30 14:50:21  jeffs
// increased plaqbots height by 3 pixels to make room for larger font in top message box of the plaq - so its readable
// fixed every game up so that players were not being drawn over buttons or vice versa - and over critical game info
//
// Revision 1.72  2004/07/27 20:24:58  sergey
// fixed a typo that was crashing the game
//
// Revision 1.71  2004/07/27 18:51:38  sergey
// preloading newgame.tga
//
// Revision 1.70  2004/07/16 15:49:10  jdarby
// craps help
//
// Revision 1.69  2004/06/30 17:35:57  jeffs
// took out helpboxl.tga and helpboxu.tga and replaced with helpbox.tga
//
// Revision 1.68  2004/06/29 20:55:01  jeffs
// small fix for image filename too long
//
// Revision 1.67  2004/06/22 20:55:09  jeffs
// fixed free odds payoffs - were way wrong before - should be paying more
//
// Revision 1.66  2004/06/16 21:19:22  jeffs
// fix preloading of helpbox images
//
// Revision 1.65  2004/06/14 23:15:47  jeffs
// fixed 3d-poly hotspots ..  was in wrong order
//
// Revision 1.64  2004/06/03 15:00:03  jeffs
// small player location change in craps
//
// Revision 1.63  2004/06/02 22:07:31  jeffs
// true odds added
//
// Revision 1.62  2004/06/01 20:39:46  jeffs
// fix up for preloading of textures - not using .inc files for now -
//
// Revision 1.61  2004/06/01 19:07:49  jeffs
// using crapsbg.tga instead of craps.tga
//
// Revision 1.60  2004/06/01 18:22:30  jeffs
// added preloaded textures to config files for roulette/craps
//
// Revision 1.59  2004/06/01 18:18:59  jeffs
// fixed the problem with pre-loading textures - should now work ok
//
// Revision 1.58  2004/06/01 18:35:39  jeffs
// took out preload for now--not working
//
// Revision 1.57  2004/06/01 18:22:27  jeffs
// preload textures added for craps
//
// Revision 1.56  2004/06/01 17:46:04  jeffs
// added house-advantages
//
// Revision 1.55  2004/05/27 20:48:39  outlaw
// adjust layouts for xbox
//
// Revision 1.54  2004/05/27 19:59:07  jeffs
// house advantages update
//
// Revision 1.53  2004/05/24 19:41:51  jeffs
// added dont come bets and payoffs
//
// Revision 1.52  2004/05/21 16:20:45  jeffs
// small hotspot fix
//
// Revision 1.51  2004/05/21 15:41:32  jeffs
// moved the OFF marker location slightly so it does not cover anything
//
// Revision 1.50  2004/05/21 15:37:08  jeffs
// updated hotspots
//
// Revision 1.49  2004/05/20 20:55:11  jeffs
// small fix - one too many -1's in hotspot line
//
// Revision 1.48  2004/05/20 20:28:00  jeffs
// added house advantages to config file - will be used for AI stuff eventually.
// added payoffs in descriptions of bets
//
// Revision 1.47  2004/05/20 17:24:04  jeffs
// small fix for payoffs
//
// Revision 1.46  2004/05/20 17:13:37  jeffs
// added eleven / any craps bets
//
// Revision 1.45  2004/05/19 22:16:46  jeffs
// shortened #defines by taking off the BET_AREA_ from each #define..
// updated hotspot areas
//
// Revision 1.44  2004/05/19 19:13:16  jeffs
// updated config files surrounding hotspots and such
//
// Revision 1.43  2004/05/19 17:31:55  jeffs
// small updates in moving around the craps board with up/down arrows
//
// Revision 1.42  2004/05/18 21:05:32  jeffs
// tableminmaxoffset included
//
// Revision 1.41  2004/05/18 20:37:27  jeffs
// updated betarea descriptions
//
// Revision 1.40  2004/05/17 21:32:12  jeffs
// playerseat set for closest to you
//
// Revision 1.39  2004/05/17 18:09:11  jeffs
// fixed up multiple dont-pass bet -
//
// Revision 1.38  2004/05/14 22:10:14  jeffs
// update for dont pass line
//
// Revision 1.37  2004/05/14 15:04:28  jeffs
// small fix for one rectangle poly hotspot
//
// Revision 1.36  2004/05/14 14:41:57  jeffs
// took out a ton of hotspots in craps - using rectangular polys instead to solve many hotspots for other players
// no more start/end stuff
//
// Revision 1.35  2004/05/13 18:09:21  jeffs
// updated rectangle poly positions
//
// Revision 1.34  2004/05/13 15:04:37  jeffs
// betting area descriptions now available
//
// Revision 1.33  2004/05/13 14:01:44  jeffs
// fixed some of the poly rectangle areas for betting
//
// Revision 1.32  2004/05/12 22:20:02  jeffs
// small fix for lighting placement
//
// Revision 1.31  2004/05/12 22:10:31  jeffs
// added rectangle poly corners for hotspots - added bet area 'dont-pass'
//
// Revision 1.30  2004/05/12 19:17:31  jeffs
// initial add of rectangular hotspot areas for craps
//
// Revision 1.29  2004/05/07 18:35:19  jeffs
// payoff fixes
//
// Revision 1.28  2004/05/06 19:21:29  jeffs
// added payoffs
//
// Revision 1.27  2004/05/05 19:55:37  jeffs
// hotspots to pay update
//
// Revision 1.26  2004/05/05 18:26:26  jeffs
// changed the game description to be a tiny less vulgar
//
// Revision 1.25  2004/05/03 21:58:24  jeffs
// updated players 2,3,4 betting positions for craps
//
// Revision 1.24  2004/05/03 19:36:51  jeffs
// moved player locations around
//
// Revision 1.23  2004/05/03 19:19:00  jeffs
// hotspots/betting areas changed - updated /more accurate
//
// Revision 1.22  2004/05/03 17:28:28  jeffs
// hotspots structure changed  - not using left/right anymore - taken care of by order of hotspots and start/end flags
//
// Revision 1.21  2004/05/03 15:31:15  jeffs
// hotspots update to use numhotspotsper player
//
// Revision 1.20  2004/04/30 20:50:50  jeffs
// comment fix
//
// Revision 1.19  2004/04/30 20:05:42  jeffs
// updated players 2-4 payoff hotspots
//
// Revision 1.18  2004/04/30 17:55:26  jeffs
// small addition to payoffs
//
// Revision 1.17  2004/04/30 16:06:25  jeffs
// passline should have an even payoff - fixed this..used to payoff nothing
//
// Revision 1.16  2004/04/30 14:30:50  jeffs
// payoff updates/fixes
//
// Revision 1.15  2004/04/29 21:41:37  jeffs
// update for payoff areas
//
// Revision 1.14  2004/04/28 14:06:15  jeffs
// updated betting payoffs
//
// Revision 1.13  2004/04/27 18:35:57  jeffs
// updated hotspot locations for all players
//
// Revision 1.12  2004/04/27 15:40:26  jeffs
// hotspots are now used for each player seperatley of one another
//
// Revision 1.11  2004/04/26 21:40:52  jeffs
// added tons of payoff hotspot areas -
//