;-------------------------------------------------------------------- ; Infocom start script for MaxsBBS using MaxShell v1.0 ; ARCHIVE: ZILoader.lzx ; SAVE AS: Infocom ; By DarkWolf Version 1.4 09-04-95 ;-------------------------------------------------------------------- ; First, you'll have to add these lines to your user-startup: ; ; Assign LTOI: Doors:LTOI ; SetEnv TERM maxs ; ; Replace the `Doors:LTOI' line with the correct LTOI path on ; your bbs. ; ; Insert the MaxTerm script into the termcap supplied with ; ZILoader. It should be placed right after the line: ; ; # cnetansiA & anetansiI termcaps by Dotoran ; ; In your LTOI directory, create a seperate directory for each ; infocom game (i.e. Zork1, Zork2, etc) and copy the data file ; (eg. Zork1.data) from the infocom game to this directory and rename ; it Story.data. Now, change the command line below. If you are ; using Zork2, it would look like this: ; ; LTOI:zmachine -nowrap -s LTOI:zork2/story.data -bbs User:%f/Zork2 ; ; This script is a work in progress, I'll try to update it later if ; I ever get the time. Also, you'll need to make copies of this ; script for each game and change the info below. I'll try to ; convert the cnet menu program when I ever learn ARexx. ; ; Uses the user directory to save games. ;-------------------------------------------------------------------- ;------- Place this in the "Filename/Name/Dest/Path:" box. ; MS:MaxShell Infocom -c -d -s_ ;-------------------------------------------------------------------- CheckUser %f ; Change this if you want a different text colour. ; \/ You'll also have to change se & ue in the termcap. echo "" LTOI:zmachine -nowrap -s LTOI:zork1/story.data -bbs User:%f/Zork1 endcli ;--------------------------------------------------------------------