User Tools

Site Tools


vms_zork

This is an old revision of the document!


# Copy and unzip to dir.

zorkvms.zip

# to build for this system. Must have fortran compiler installed.

@build

# set the file attributes

SET FILE /ATTRIBUTES=(RFM:VFC,RAT:PRN,LRL:6) DKA0:[GAMES.ZORK]DINDX.DAT
SET FILE /ATTRIBUTES=(RFM:FIX,RAT:CR,LRL:76) DKA0:[GAMES.ZORK]DTEXT.DAT

# make the game playable by all from keyword zork

EDIT SYS$MANAGER:SYLOGIN.COM

# set file permissions

SET SECURITY /PROTECTION=(W:RE) DKA0:[000000]GAMES.DIR
SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES]ZORK.DIR
SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES.ZORK]*.*;*

# Patch zork.for before building to fix overflow issue caused my modern date on machine
# Replace current with these commands at these line numbers

2543 4100 J2=IAND(J1*780,'7FFFFFFF'X) 2544 OUTBUF(K)=IAND(OUTBUF(K)+J2+J2,'7FFFFFFF'X) 2545 4200 OUTBUF(K)=IAND(OUTBUF(K)+(J1*39),'7FFFFFFF'X)

vms_zork.1777732039.txt.gz · Last modified: by admin