Difference between revisions of "The Space Bar"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Created page with "{{GameDescription| name=The Space Bar| release=1997| image=| developer=Boffo Games| publisher=Rocket Science Games, SegaSoft| distributor=SegaSoft| platforms=Macint...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 24: Line 24:
* BAR
* BAR
* CREDITS
* CREDITS
* DISK*
* GENERAL*
* INTRO
* INTRO
* KERPUPU
* KERPUPU
* NEBLITZ
* NEBLITZ
* SPACEBAR*
** GENERAL
** WLD
* SRAFFA
* SRAFFA
* TRISECKS
* TRISECKS
* VEDJ
* VEDJ
* VILDROID
* VILDROID
* WLD*
* ZZAZZL
* ZZAZZL


if the game is installed, GENERAL and WLD will be in the root instead
<nowiki>*when copying from discs, GENERAL and WLD will be in a SPACEBAR folder</nowiki>
==Debugger Commands==
 
To open the [[Debugging ScummVM|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.<pre>) jammer
 
Frequency is [Set frequency]
 
(Correctly Set.) or (Incorrectly Set)
 
</pre>
 
=== 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]</pre>
 
=== load ===
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
 
=== save ===
Saves game to original (SPACEBAR.SAV) format.<pre>) save
 
Created new spacebar.sav in saves folder.</pre>


==External links==
==External links==
* [https://www.mobygames.com/game/2909/the-space-bar/ MobyGames entry for The Space Bar]
*[https://www.mobygames.com/game/2909/the-space-bar/ MobyGames entry for The Space Bar]
* [https://en.wikipedia.org/wiki/The_Space_Bar Wikipedia article on The Space Bar]
*[https://en.wikipedia.org/wiki/The_Space_Bar Wikipedia article on The Space Bar]


[[Category:Boffo Games]]
[[Category:Boffo Games]]

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