| Adventures Dream | Title: | Adventures Dream | Category: | Game/Adventure | Release Date: | 1985-03 | Language: | German | Size: | 32K | Machine: | PAL & NTSC | Code Type: | Basic | Distribution: | Type-in | Game ending type: | Has an end, restarts (reward) | | | Notes: | Written by Kai Clausenhitzer. "HSO Software presents" screen might have been included later on and not by the original author. This version will also run on a VIC-20 (+16 KB) and on the C-64. |
User Rating: 1.3/10 (3 votes)
| |
|
| |
| Solutions - Complete | OEFFNEN JA WEST SUED TOETEN LINKS
(From here on, the game can't be solved without prior debugging.)
VORWAERTS VORWAERTS ICH RETTE MEIN DORF NORD NORD SECHSTER VON LINKS DRITTER VON LINKS |
| |
| Warning | This program has some fatal bugs and can't be solved as it is. There are more "rooms" and "situations" in the code but there's no way to get there. You always die or the program stops with an error message. If you perform the essential debugging as suggested, there's still one short scene that's never "shown". However, since it's just another "You die anyway, no matter what you do!" one, it's not worth changing more code.
Even with the bugs fixed any kind of logical navigation is impossible. For instance, you can't always go back where you came from or end up at the same place no matter which direction you have chosen.
Since the program doesn't use a parser but just "IF-THEN" commands, the vocabulary is not only limited but even worse, some commands lead to unwanted actions.
If you still want to walk through, enter everything exactly as shown in the solution.
|
| |
| Essential Debugging | change 1060 IFA$="OST"THEN5500 to 1060 IFA$="OST"THEN4500
change 3730 IFA$="VORWAERTS"THENGOTO1080 to 3730 IFA$="VORWAERTS"THENGOTO3770
change 3900 IFA$="ICH RETTE MEIN DORF THEN3940 to 3900 IFA$="ICH RETTE MEIN DORF"THEN3940
change 4490 FOR1=1TO200:NEXT:RETURN to 4490 FORI=1TO200:NEXT:RETURN |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |