mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-03-23 06:30:37 +00:00
add Beyond Zork r60, support save
This commit is contained in:
parent
532005ef9f
commit
4b56631f95
Binary file not shown.
@ -1 +1 @@
|
||||
# Pitch Dark preferences file
# Do not edit by hand.
# Or do. I'm a comment, not a cop.
# value=0|1
FORCE40COLUMNS=0
FORCEUPPERCASE=0
SCRIPTTOFILE=0
AUTOSCRIPT=0
# value=game directory
LASTPLAYED=ZORK.I
# key=game directory, value=filename of selected version
AMFV=R79.DEPROT.Z4
BALLYHOO=R99.861014.Z3
BEYOND.ZORK=R57.871221.Z5
BORDER.ZONE=R9.871008.Z5
BUREAUCRACY=R160.DEPROT.Z4
CUTTHROATS=R25.DEPROT.Z3
DEADLINE=R28.850129.Z3
ENCHANTER=R29.860820.Z3
HGTTG=R60.861002.Z3
HOLLYWOOD=R37.861215.Z3
INFIDEL=R22.830916.Z3
LGOP=R59.860730.Z3
LURKING.HORROR=R221.DEPROT.Z3
MINI.ZORK=R34.871124.Z3
MINI.ZORK.2=R2.871123.Z3
MOONMIST=R13.880501.Z3
NORD.AND.BERT=R20.870722.Z4
PLANETFALL=R39.880501.Z3
PLUNDERED=R26.870730.Z3
SEASTALKER=R18.850919.Z3
SHERLOCK=R4.880324.Z5
SORCERER=R18.DEPROT.Z3
SPELLBREAKER=R87.DEPROT.Z3
STARCROSS=R18.DEPROT.Z3
STATIONFALL=R107.DEPROT.Z3
SUSPECT=R18.850222.Z3
SUSPENDED=R8B.840521.Z3
TRINITY=R15.870628.Z4
WISHBRINGER=R69.850920.Z3
WITNESS=R23.840925.Z3
ZORK.I=R88.840726.Z3
ZORK.II=R48.840904.Z3
ZORK.III=R25.860811.Z3
ZORK.ZERO=R153.880510.Z5
ZTUU=R16.970828.Z5
[eof]
|
||||
# Pitch Dark preferences file
# Do not edit by hand.
# Or do. I'm a comment, not a cop.
# value=0|1
FORCE40COLUMNS=0
FORCEUPPERCASE=0
SCRIPTTOFILE=0
AUTOSCRIPT=0
# value=game directory
LASTPLAYED=ZORK.I
# key=game directory, value=filename of selected version
AMFV=R79.DEPROT.Z4
BALLYHOO=R99.861014.Z3
BEYOND.ZORK=R60.880610.Z5
BORDER.ZONE=R9.871008.Z5
BUREAUCRACY=R160.DEPROT.Z4
CUTTHROATS=R25.DEPROT.Z3
DEADLINE=R28.850129.Z3
ENCHANTER=R29.860820.Z3
HGTTG=R60.861002.Z3
HOLLYWOOD=R37.861215.Z3
INFIDEL=R22.830916.Z3
LGOP=R59.860730.Z3
LURKING.HORROR=R221.DEPROT.Z3
MINI.ZORK=R34.871124.Z3
MINI.ZORK.2=R2.871123.Z3
MOONMIST=R13.880501.Z3
NORD.AND.BERT=R20.870722.Z4
PLANETFALL=R39.880501.Z3
PLUNDERED=R26.870730.Z3
SEASTALKER=R18.850919.Z3
SHERLOCK=R4.880324.Z5
SORCERER=R18.DEPROT.Z3
SPELLBREAKER=R87.DEPROT.Z3
STARCROSS=R18.DEPROT.Z3
STATIONFALL=R107.DEPROT.Z3
SUSPECT=R18.850222.Z3
SUSPENDED=R8B.840521.Z3
TRINITY=R15.870628.Z4
WISHBRINGER=R69.850920.Z3
WITNESS=R23.840925.Z3
ZORK.I=R88.840726.Z3
ZORK.II=R48.840904.Z3
ZORK.III=R25.860811.Z3
ZORK.ZERO=R153.880510.Z5
ZTUU=R16.970828.Z5
[eof]
|
@ -41,6 +41,7 @@
|
||||
increases and their character grows in strength and power.
|
||||
|
||||
[versions]
|
||||
R60.880610.Z5=Release 60 / Serial number 880610
|
||||
R57.871221.Z5=Release 57 / Serial number 871221
|
||||
R51.870923.Z5=Release 51 / Serial number 870923
|
||||
R49.870917.Z5=Release 49 / Serial number 870917
|
||||
|
@ -20,6 +20,11 @@ bzork57b
|
||||
!text "R57.871221.SAV"
|
||||
bzork57e
|
||||
|
||||
!byte bzork60e-bzork60b
|
||||
bzork60b
|
||||
!text "R60.880610.SAV"
|
||||
bzork60e
|
||||
|
||||
!byte allroadse-allroadsb
|
||||
allroadsb
|
||||
!text "ALLROADS.SAV"
|
||||
@ -50,6 +55,9 @@ gameloc
|
||||
;bzork57
|
||||
!byte $a6
|
||||
|
||||
;bzork60
|
||||
!byte $a6
|
||||
|
||||
;allroads
|
||||
!byte $13
|
||||
|
||||
@ -72,6 +80,9 @@ gamemoves
|
||||
;bzork57
|
||||
!byte $8c
|
||||
|
||||
;bzork60
|
||||
!byte $8c
|
||||
|
||||
;allroads
|
||||
!byte 0 ;no moves
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user