added Advent.z5 and fixed other filenames

This commit is contained in:
4am 2018-03-22 09:31:21 -04:00
parent d60abe8cdf
commit 76f36faba9
5 changed files with 45 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Pitch Dark preferences file
# Do not edit by hand
# Or do -- I'm a comment, not a cop
# Do not edit by hand.
# Or do. I'm a comment, not a cop.
# value=0|1
FORCE40COLUMNS=0
@ -15,6 +15,7 @@ SORT=NAME
LASTPLAYED=ZORK.I
# key=game directory, value=filename of selected version
ADVENTURE=R9.060321.Z5
AMFV=R79.DEPROT.Z4
BALLYHOO=R97.851218.Z3
BEYOND.ZORK=R57.871221.Z5

36
res/text/adventure.txt Normal file
View File

@ -0,0 +1,36 @@
[info]
ADVENTURE: the interactive original
by Will Crowther (1976) and Don Woods (1977)
Donald Ekman, David M. Baggett (1993) and Graham Nelson (1994)
Genre: fantasy
Difficulty: ^^^&&
Release 9 / Serial number 060321 / Inform v6.31 Library 6/11 S
[description]
This port is fairly close to the original. The puzzles, items and places of
Woods's original 350-point version are exactly those here.
The scoring system is the original, except that you no longer lose 4 points
for quitting, and it awards 5 points for currently carrying a treasure (as
some early 1980s ports did). The rank names are tidied up a little. The only
significant rule change is that you cannot use magic words until their
destinations have been visited.
The dwarves are simpler in their movements, but on the other hand it adds a
few messages to make them interact better with the rest of the game. The
probabilities are the same as the original game.
The text itself is almost everywhere preserved intact, with some corrected
spelling and grammatical mistakes (and a couple of utterly misleading and
gnomic remarks).
[versions]
R9.060321.Z5=r9 / 060321
[options]
ARTWORK=0
CLUES=0
VERSIONS=0
[eof]

View File

@ -15,11 +15,12 @@
;
!zone {
kNumberOfGames = 33
kNumberOfGames = 34
kTextRootDirectory
!byte 5
!raw "TEXT/"
GAMES ; length of this array must = kNumberOfGames, there is no range checking
!word .adventure
!word .amfv
!word .ballyhoo
!word .beyondzork
@ -55,6 +56,9 @@ GAMES ; length of this array must = kNumberOfGame
!word .ztuu
; length-prefixed names of each subdirectory in game directory, 1 per game
.adventure
!byte 9
!raw "ADVENTURE"
.amfv
!byte 4
!raw "AMFV"

View File

@ -16,7 +16,7 @@
!zone {
TRUE = 1
FALSE = 0
kDefaultGame = 29 ; Zork I
kDefaultGame = 30 ; Zork I
; global storage for parsed preference values
gForce40