Difference between revisions of "The Space Bar"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
'''''All versions'''''
'''''All versions'''''


Combine the folders of all 3 discs:
Combine the contents of all 3 discs:
* AUDITON
* AUDITON
* BAR
* BAR
Line 35: Line 35:
* WLD*
* WLD*
* ZZAZZL
* ZZAZZL
And the files DISK1, DISK2, DISK3.


<nowiki>*when copying from discs, GENERAL and WLD will be in a SPACEBAR folder</nowiki>
<nowiki>*when copying from discs, GENERAL and WLD will be in a SPACEBAR folder</nowiki>
Line 43: Line 42:


=== jammer ===
=== jammer ===
Prints transmission frequency obtained from Fleebix and whether or not the frequency is set correctly. If called before frequency is generated, returns 100.100 as frequency.<blockquote>) jammer
Prints transmission frequency obtained from Fleebix and whether or not the frequency is set correctly. If called before frequency is generated, returns 100.100 as frequency.<pre>) jammer


Frequency is [Set frequency]
Frequency is [Set frequency]
Line 49: Line 48:
(Correctly Set.) or (Incorrectly Set)
(Correctly Set.) or (Incorrectly Set)


</blockquote>
</pre>


=== megawave ===
=== megawave ===
Prints cooking time for Vedj fruit obtained from Click Snap Snap Rattle. If called before time is generated, returns 0 as time.<blockquote>) megawave
Prints cooking time for Vedj fruit obtained from Click Snap Snap Rattle. If called before time is generated, returns 0 as time.<pre>) megawave


Megawave cooking time is [Set time]</blockquote>
Megawave cooking time is [Set time]</pre>


=== load ===
=== load ===
Loads savegame file from original format. SPACEBAR.SAV must be located in the "Save Path" specified in the ScummVM options page.<blockquote>load <saveid></blockquote>Argument:
Loads savegame file from original format. SPACEBAR.SAV must be located in the "Save Path" specified in the ScummVM options page.<pre>load <saveid></pre>Argument:


* saveid - indexed ID of desired save contained in SPACEBAR.SAV
* saveid - indexed ID of desired save contained in SPACEBAR.SAV


=== save ===
=== save ===
Saves game to original (SPACEBAR.SAV) format.<blockquote>) save
Saves game to original (SPACEBAR.SAV) format.<pre>) save


Created new spacebar.sav in saves folder.</blockquote>
Created new spacebar.sav in saves folder.</pre>


==External links==
==External links==

Latest revision as of 14:13, 18 May 2024

The Space Bar
First release 1997
Also known as N/A
Developed by Boffo Games
Published by Rocket Science Games, SegaSoft
Distributed by SegaSoft
Platforms Macintosh, Windows
Resolution 640x480, 16-bit color
Engine BAGEL
Support
Available for
Purchase
Yes

The Space Bar follows human detective Alias Node as he searches for an alien thief inside The Thirsty Tentacle, a spaceport bar on the planet Armpit VI.

Installation

Required data files

For more information on how ScummVM uses game data files, see the user documentation.

All versions

Combine the contents of all 3 discs:

  • AUDITON
  • BAR
  • CREDITS
  • DISK*
  • GENERAL*
  • INTRO
  • KERPUPU
  • NEBLITZ
  • SRAFFA
  • TRISECKS
  • VEDJ
  • VILDROID
  • WLD*
  • ZZAZZL

*when copying from discs, GENERAL and WLD will be in a SPACEBAR folder

Debugger Commands

To open the interactive debugger console, press the key combination that is set for "Open Debugger" in they "Keymaps" tab from the ScummVM options page. (the default setting should be Ctrl+Alt+D)

jammer

Prints transmission frequency obtained from Fleebix and whether or not the frequency is set correctly. If called before frequency is generated, returns 100.100 as frequency.

) jammer

Frequency is [Set frequency]

(Correctly Set.) or (Incorrectly Set)

megawave

Prints cooking time for Vedj fruit obtained from Click Snap Snap Rattle. If called before time is generated, returns 0 as time.

) megawave

Megawave cooking time is [Set time]

load

Loads savegame file from original format. SPACEBAR.SAV must be located in the "Save Path" specified in the ScummVM options page.

load <saveid>

Argument:

  • saveid - indexed ID of desired save contained in SPACEBAR.SAV

save

Saves game to original (SPACEBAR.SAV) format.

) save

Created new spacebar.sav in saves folder.

External links