kneller@cgl.ucsf.edu (Don Kneller) (12/17/87)
This is a uuencoded binary for an MSDOS version of UNIX MORIA 4.83 (ported to UNIX by Jim Wilson at UC Berkeley). In case you don't already know, MORIA is a dungeon adventure game which, until recently was only available on VMS systems. The next 7 postings contain PCMORIA483.ARC, split up for mailing. The rest of this file is a short README which describes how to combine the parts, and a shell script which does it for you. Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET -------------- #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # README # makeit # This archive created: Wed Dec 16 10:20:58 1987 export PATH; PATH=/bin:/usr/bin:$PATH echo shar: "extracting 'README'" '(593 characters)' if test -f 'README' then echo shar: "will not over-write existing file 'README'" else cat << \SHAR_EOF > 'README' The executable for PC MORIA 4.83 is stored in a ARChive which has been uuencoded and split into pieces smaller than 64K for mailing. Run '/bin/sh' on each of the parts. Once you have all parts, run the enclosed 'makeit' shell script. If all goes well, you should have a pcmoria483.arc file on which you use PKXARC to extract the files. When you transfer pcmoria483.arc to your PC, make sure you use binary protocal like XMODEM (or use kermit with the -i flag for image mode transfer). Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller ARPA: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET SHAR_EOF if test 593 -ne "`wc -c < 'README'`" then echo shar: "error transmitting 'README'" '(should have been 593 characters)' fi fi echo shar: "extracting 'makeit'" '(525 characters)' if test -f 'makeit' then echo shar: "will not over-write existing file 'makeit'" else cat << \SHAR_EOF > 'makeit' #! /bin/csh -f set name = pcmoria483 set total = 7 set n = 1 set missing = "" set have = "" while ($n <= $total) if !(-f $name.uu.$n) then set missing = "$missing$n " else set have = "$have$name.uu.$n " endif @ n++ end if (x"$missing" != x) then echo You don\'t have parts \"$missing\" yet! echo You need all $total parts first. exit endif echo Combining all the parts and passing through uudecode to make $name.arc /bin/cat $have | uudecode echo The size of $name.arc should be 262971 ls -l $name.arc echo Done. SHAR_EOF if test 525 -ne "`wc -c < 'makeit'`" then echo shar: "error transmitting 'makeit'" '(should have been 525 characters)' fi chmod +x 'makeit' fi exit 0 # End of shell archive ----- Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET
kneller@cgl.ucsf.edu (Don Kneller) (12/17/87)
This is an MSDOS version of UNIX MORIA 4.83 (which was ported to UNIX by Jim Wilson at UC Berkeley). System requirements are: 1) DOS 2.0 or above 2) 640K of memory (512 may be OK) 3) Disk storage capacity of at least 720K 4) Monochrome or color display 5) Hours of your time and the patience of your family There are two possible methods used for video output. 1) For IBM PCs and clones, BIOS calls as done in PC Curses 1.0 2) For other machines, ANSI sequences. The next 7 postings are PCMORIA483.ARC, uuencoded and split up. The rest of this file is a README and a shell script for combining the parts. Happy Holidays! Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET ----- #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # README # makeit # This archive created: Wed Dec 16 10:20:58 1987 export PATH; PATH=/bin:/usr/bin:$PATH echo shar: "extracting 'README'" '(593 characters)' if test -f 'README' then echo shar: "will not over-write existing file 'README'" else cat << \SHAR_EOF > 'README' The executable for PC MORIA 4.83 is stored in a ARChive which has been uuencoded and split into pieces smaller than 64K for mailing. Run '/bin/sh' on each of the parts. Once you have all parts, run the enclosed 'makeit' shell script. If all goes well, you should have a pcmoria483.arc file on which you use PKXARC to extract the files. When you transfer pcmoria483.arc to your PC, make sure you use binary protocal like XMODEM (or use kermit with the -i flag for image mode transfer). Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller ARPA: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET SHAR_EOF if test 593 -ne "`wc -c < 'README'`" then echo shar: "error transmitting 'README'" '(should have been 593 characters)' fi fi echo shar: "extracting 'makeit'" '(525 characters)' if test -f 'makeit' then echo shar: "will not over-write existing file 'makeit'" else cat << \SHAR_EOF > 'makeit' #! /bin/csh -f set name = pcmoria483 set total = 7 set n = 1 set missing = "" set have = "" while ($n <= $total) if !(-f $name.uu.$n) then set missing = "$missing$n " else set have = "$have$name.uu.$n " endif @ n++ end if (x"$missing" != x) then echo You don\'t have parts \"$missing\" yet! echo You need all $total parts first. exit endif echo Combining all the parts and passing through uudecode to make $name.arc /bin/cat $have | uudecode echo The size of $name.arc should be 262971 ls -l $name.arc echo Done. SHAR_EOF if test 525 -ne "`wc -c < 'makeit'`" then echo shar: "error transmitting 'makeit'" '(should have been 525 characters)' fi chmod +x 'makeit' fi exit 0 # End of shell archive ----- Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET
ODX@PSUVM.BITNET (Tim Larson) (12/22/87)
Does anyone know where part 3 of PC MORIA is? It doesn't seem to be posted- could someone repost or possibly explain what I might be doing wrong? signed - Anxious (:-)
jgray@toad.pilchuck.Data-IO.COM (Jerry Late Nite Gray) (12/23/87)
In article <945@ssc-bee.ssc-vax.UUCP>, fuji@ssc-vax.UUCP (Glen T Fujimori) writes: > > Did anyone else get a garbled copy of part 4 of PC Moria? > > If anyone got a good copy could you please e-mail it to me (or repost)? > I too got part four garbled, I tried to mail to the poster for a new copy (kneller@ucbvax.berkeley.edu) but it bounced back to me. I may have gotten the address wrong. Since there's more than one of us, would a repost be in order? If not could could the same kind person responding to the above also shipt me a copy? --------------- Jerrold L. Gray UUCP:{ihnp4|caip|tektronix|ucbvax}!uw-beaver!tikal!pilchuck!jgray USNAIL: 10525 Willows Road N.E. /C-46 Redmond, Wa. 98052 (206) 881 - 6444 x470 Telex: 15-2167
root@mfci.UUCP (SuperUser) (12/24/87)
sections 6 & 7 seem to have gotten lost by the time they got to here. thanks Tan Bronson Multiflow Computer Inc UUCP(work): {yale,uunet}!mfci!bronson 175 N Main St UUCP(home): {yale,mfci}!bronson!tan Branford, Ct 06405 Phone(work):(203)-488-6090 x228
john1233@csd4.milw.wisc.edu (Thomas M Johnson) (12/27/87)
Our system never got parts 6 and 7 of pcmoria483. If some kind person would mail me a copy..... Thanks in advance, Tom Johnson
crunch@bucsb.UUCP (q) (12/27/87)
Our site never recieved parts 6 and 7 either. Please send or repost. Thank You, JL