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

Development:2 on 2 Open Ice Challenge (Arcade)

From The Cutting Room Floor
Jump to navigation Jump to search

This page details development materials of 2 on 2 Open Ice Challenge (Arcade).

The source code and related development files for 2 on 2 Open Ice Challenge were uploaded to the Historical Source Github repository in April 2021.

Hmmm...
To do:
There's definitely more than this. IMG files can be read in Noesis.

Unused Graphics

The game's graphics can be found in the IMG folder.

ARROW.IMG

2on2 messagex.png

A placeholder message screen.

BALL.IMG

2on2 ball.gif2on2 ballf.gif2on2 ballshad.gif

The basketball leftover from NBA Jam is present here.

POWERUPS.TXT

BILL/POWERUPS.TXT contains the names of the cheat codes, but they are given bizarre comments in the TXT file.

.	.BSS	SUPER_GOALIE,16		;GOALIE IS A BAD MOTHER
x	.BSS	TOURN_MODE,16		;TOURNAMENT MODE
.	.BSS	BIG_PUCK,16		;BIG MOTHERFUCKER
x	.BSS	BABY_SIZE,16		;GOO-GOO PLAYERS
x	.BSS	UNLIM_TURBO,16		;UNLIMITED TURBO
x	.BSS	UNLIM_CHECK,16		;UNLIMITED CHECK
.	.BSS	COMP_ASS_OFF,16		;COMPUTER ASSISTANCE OFF


.B_PUP_BIGHEAD	.EQU	0	;BIG HEAD, JUST LIKE THAT EDHALL SONG
.B_PUP_HUGEHEAD	.EQU	1
.B_PUP_TINYHEAD	.EQU	2
.B_PUP_NORMHEAD	.EQU	3

.B_PUP_FORCETINY	.EQU	4	;FORCE TINY HEAD
xB_PUP_SPEED	.EQU	5	;INCREASE SPEED
xB_PUP_SHOOT	.EQU	6	;         SHOOTING
xB_PUP_PASS 	.EQU	7	;         PASSING
xB_PUP_CHECK	.EQU	8	;         CHECKING
xB_PUP_PUCK 	.EQU	9	;         PUCK HANDLING
xB_PUP_TURBO	.EQU	10	;FAST TURBO RECOVERY