home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Patches / AB3D2-TKGfix / Rebootstart < prev    next >
Text File  |  1977-12-31  |  681b  |  20 lines

  1. RequestChoice >ENV:alma Title "Start AB3DII-TKG" Body "This will starts the game after an automatic reboot!*NYour current jobs will be lost*NSelect PATCH to start TKG with Aki Laukkanen's turbo patch." Gadgets Start|Patch|Cancel
  2. if $alma gt 0
  3. C/Mount TKG0: from Devs/TKG-Mountlist
  4. C/Makedir TKG0:C
  5. C/Makedir TKG0:S
  6. C/Copy C/Remrad TKG0:C/
  7. C/Copy C/Reset TKG0:C/
  8. C/Copy C/Assign TKG0:C/
  9. C/Edit from AB3DII-TKG to TKG0:S/Startup-Assign with Bootfiles/Edit_makro
  10. endif
  11. if $alma eq 1
  12. C/Join TKG0:S/Startup-Assign BootFiles/Startup-TKG To TKG0:S/Startup-sequence
  13. C/Reset
  14. endif
  15. if $alma eq 2
  16. C/Join TKG0:S/Startup-Assign BootFiles/Startup-Turbo To TKG0:S/Startup-sequence
  17. C/Reset
  18. endif
  19.  
  20.