
*******************************************************************************
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* WETSPOT II - QuickBasic 4.5 Spiel von Angelo Mottola
* ============================================================================
* Wahrscheinlich das beste QuickBasic Spiel aller Zeiten von Angelo Mottola,
* dem Erschaffer der legendren Multimedia-Bibliothek DirectQB, die
* die Programmierung von Spielen mit cooler Grafik und Sound in QuickBasic
* untersttzt.
* Spannendes und originelles Action- und Denkspiel mit sauber programmierter
* Bedienungsoberflche. Du musst ein knuffiges Mnnchen durch Labyrinte fhren
* und allerlei Feinden ausweichen bzw. diese ausschalten. Es sind auch Elemente
* das beliebten Bomberman-Spiels vorhanden. Mit cooler Grafik und Sound sowie
* Top-Ten-Liste.
* Es ist die BAS-Quellspracheversion und die EXE-Version enthalten. Eine
* ausfhrliche Beschreibung finden Sie in README.TXT, eine etwas andere Quell-
* spracheversion im Unterverzeichnis V2_x.bas.
*
* Spiel konfigurieren
* ---------------------------
* Vor dem ersten Start mu SETUP.EXE (*) aufgerufen werden, um die Soundkarte
* und die Spielesteuerung zu konfigurieren. Wollen Sie die MIDI-Sounds verwen-
* den, so starten Sie vorher SMBIDI.EXE (*), den Soundblaster Midi-Player.  Sie
* knnen auch beides automatisiert ber die Batch-Datei _SETUP.BAT (*) starten.
* Aktivieren Sie bei den mit (*) markierten Dateien den EMS-Speicher wie unten
* beschrieben !!!
*
* Spiel starten (EXE-Datei)
* ---------------------------
* Das eigentliche Spiel wird mit WETSPOT2.EXE (*) gestartet, wobei ebenfalls
* zum Genuss der MODI-Musik vorher SBMIDI.EXE (*) aufzurufen ist. Sie knnen
* auch beides automatisiert ber die Batch-Datei _START.BAT (*) starten.
* Aktivieren Sie bei den mit (*) markierten Dateien den EMS-Speicher, wie unten
* beschrieben !!!
*
* (*) EMS-Speicher aktivieren
* ---------------------------
* WETSPOT2 verwendet ca. 2 MB erweiterten EMS-Speicher. Bei allen mit (*)
* markierten Programm-Dateien mu daher vor dem Aufruf eine entsprechende
* Menge EMS-Speicher freigegeben werden.
*
* *** Unter Windows 9x geht Sie hierzu wie folgt vor:  
* Klicken Sie die Programm-Datei *.EXE bzw. *.BAT im Explorer mit der rechten
* Maustaste an und geben sie <Eigenschaften | Speicher | 2048 K EMS > ein.
* Dann knnen Sie WETSPOT2 in der DOS-Box von Windows ablaufen lassen.
*
* *** Und unter DOS geht es ungefhr so:
* Tragen Sie in die CONFIG.SYS die folgenden Zeilen ein:
*     DOS=HIGH,UMB
*     device=C:\Windows\Himem.sys
*     device=C:\Windows\EMM386.exe RAM 4096
* Dann knnen Sie WETSPOT2 auch nach Verlassen von Windows unter reinem DOS
* ablaufen lassen.
*
* Warum QBasic 4.5 ?
* ---------------------------
* WETSPOT2 benutzt erweiterten EMS-Speicher, Multi-Modul-Konfiguration (gesteu-
* ert von WETSPOT2.MAK) und den CALL INTERRUPT Befehl. Daher ist WETSPOT2 nur
* unter QuickBasic 4.5 oder 7.1, nicht jedoch unter QBasic 1.1 ablauffhig.
*
* Spiel als BAS-Datei starten und compilieren
* -------------------------------------------
* Hierzu empfiehlt es sich, die QuickBasic 4.5 Programmdateien in das WETSPOT2
* Verzeichnis zu kopieren. Das Compilieren des Spiels gelang mir auf diese
* Weise auf meinem Pentium 100 MHz unter Windows 95, wobei ich natrlich auch
* fr QB.EXE - wie oben beschrieben - 2 MB EMS-Speicher aktivieren musste.
* Das Starten von WETSPOT2.BAS aus der QB 4.5 Entwicklungsumgebung
* heraus scheint nur unter reinem DOS mglich zu sein (vorher die CONFIG.SYS
* wie oben beschrieben modifzieren).
*
*------------------------------------------------------------------------------
*
* +---------------+
* | ENGLISH  INFO |
* +---------------+
*
* WETSPOT II - QuickBasic 4.5 Game by Angelo Mottola
* =============================================================================
* Here's another great puzzle/adventure game. The graphics are second to none,
* and the gameplay is excellent! You are a crab, running around trying to push
* blocks and kill the enemies. It's much harder than it sounds!
* The game is a great mix of Bomberman, Cool Spot and Bouble Bouble. Cool
* graphics, clear interface, SB sounds and very popular!
* Please refer to README.TXT for more detailed information. The V2_X.BAS
* directory contains a slightly differing BAS source version. 
*
* Configuring the Game
* --------------------
* Before starting the game the first time, you must run the SETUP.EXE (*)
* routine to configure the soundcard and the game control. If you want to hear
* MIDI-Sound, you should launch SBMIDI.EXE (*) before. Both actions can be done
* automatedly by using _SETUP.BAT (*). Attention: Read the (*) paragraph below.
*
* Running the EXE Game
* ---------------------
* Use WETSPOT2.EXE (*) to launch WETSPOT2. If you want to hear the MIDI-
* Sounds, you should launch SNMIDI.EXE (*) before. Both actions can be
* jointly done by using _START.BAT (*). Attention: Read the (*) paragraph below.
*
* (*) Activating EMS memory
* ---------------------------
* WETSPOT2 uses approx. 2 MB extended EMS Memory. Therefore, for all executable
* files marked by (*), you will have to activate an appropriate amount of EMS
* memory.
*
* *** Under Windows 9.x this can be done, e.g., by the following mouseclicks:
* Click on the EXE or BAT file with the right mousekey in the Explorer.
* Then click <Properties | Memory | 2048 KB EMS | > .
*
* *** Under DOS proceed as follows:
* Enter the following lines into the CONFIG.SYS:
*     DOS=HIGH,UMB
*     device=C:\Windows\Himem.sys
*     device=C:\Windows\EMM386.exe RAM 2048
* Afterwards you can abandon Windows and run WETSPOT2 under "clean" DOS
*
* Why QuickBasic 4.5?
* --------------------
* WETSPOT2 uses expanded Memory (EMS), multi-modules (linked by WETSPOT2.MAK)
* and the CALL INTERRUPT command. That's why it can only run under QuickBasic
* 4.5 or 7.1 and not under QBasic 1.1.
*
* Launching the game as a BAS file und doing compilation
* -----------------------------------------------------
* For this, it is recommended to copy the QuickBasic 4.5 programm files into the
* WETSPOT2 directory. By doing this and activating 2 MB of EMS memory for QB.EXE
* as described above, I succeeded in compiling WETSPOT2.BAS to a working EXE 
* Program on my Pentium 100 MHz under Windows 95.
* It seems that launching WETSPOT2.BAS from within the QB 4.5 environment is only
* possible under clean DOS, after the CONFIG.SYS is manipulated as describes
* above in the "EMS" section.
*
*------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 15.11.2000 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).       
*                       ----==== Hottest QBasic Stuff on Earth !!! ====----
*
*******************************************************************************








