Math Rescue

Math Rescue

Not enough ratings
Magic Math Grades 1-2 - Custom Steam Installation
By VolnuttHeroP64
In this Guide, I will show you how to install Magic Math Grades 1-2 (MS-DOS Version) in the same folder as Math Rescue on Steam.
   
Award
Favorite
Favorited
Unfavorite
1. Cutsom Installation
This Section will teach you on how to install Magic Math Grades 1-2 in your Math Rescue Folder.

1. Visit Amazon to purchase Magic Math Grades 1-2.
http://www.amazon.com/Magic-Math-Grades-Jacobson-Jennings/dp/B000LPAGOY
(NOTE: This Game is REALLY HARD to Find)

2. Go to the folder where Math Rescue is installed on Steam, and create 2 new folders called MM2 & MM1.

3. Extract the files from CD-ROM Files to your MM2 & MM1 Folders.

4. Change the Following in your MATH DosBox Config File:
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.

@echo off
Mount C ".."
C:
cls

echo.
echo 29;1m Math Rescue
echo 30;1m by Apogee
echo.
echo 30;1m NOTE: To switch between windowed and full-screen press ALT+ENTER
echo.
echo 32;1m 1. Episode 1
echo 33;1m 2. Episode 2
echo 34;1m 3. Episode 3
echo 31;1m 4. Exit
echo 0m
choice /c1234 /s Choose your episode: /n
echo.

if errorlevel == 4 goto exit
if errorlevel == 3 goto e3
if errorlevel == 2 goto e2
if errorlevel == 1 goto e1

:e1
MR1.exe
exit

:e2
MR2.exe
exit

:e3
MR3.exe
exit

:exit


5. Open Math Rescue and select Option 4. which will lead to your C Command Prompt.

6. Enter CD MM1, then MM1 to start playing Magic Math Grade 1
or CD MM2, then MM2 to start playing Magic Math Grade 2.

7. If you want to switch back to Math Rescue, change the Following in your MATH DosBox Config File:
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.

@echo off
Mount C ".."
C:
cls

echo.
echo 29;1m Math Rescue
echo 30;1m by Apogee
echo.
echo 30;1m NOTE: To switch between windowed and full-screen press ALT+ENTER
echo.
echo 32;1m 1. Episode 1
echo 33;1m 2. Episode 2
echo 34;1m 3. Episode 3
echo 31;1m 4. Exit
echo 0m
choice /c1234 /s Choose your episode: /n
echo.

if errorlevel == 4 goto exit
if errorlevel == 3 goto e3
if errorlevel == 2 goto e2
if errorlevel == 1 goto e1

:e1
MR1.exe
exit

:e2
MR2.exe
exit

:e3
MR3.exe
exit

:exit
exit