Index of /advfamily/Advent/russ0000/
| Name | Last Modified | Size |
|---|---|---|
| 2023-07-20 23:57 | - | |
| 2023-07-20 23:57 | - | |
| 2023-07-20 23:57 | - | |
| 2016-04-30 08:27 | 56k | |
| 2016-04-30 08:26 | 69k | |
| 2017-08-19 15:02 | 69k | |
| 2017-08-19 15:03 | 73k |
adv_crowther.zip Contains the original Crowther code, with Matt Russotto's Fortran-77 update in F77/. Obtained from the IF Archive.
adv_crowther_win Contains a Windows compile of Russotto's update.
Source Matt Russotto's Fortran-77 update, obtained from Russotto's site at http://www.russotto.net/~mrussotto/ADVENT/
From Matt Russotto's site: --------------------
This is almost the original ADVENTURE source, written by Will Crowther and unearthed by Dennis G. Jerz. These files have been minimally modified to compile under GNU g77. The data files have been converted to fixed-field format based on a tab width of 7 and one (erroneous?) blank line has been removed from each.
advf4-11.f: Derived from the 1977-03-11 sources (according to the discussion at https://groups.google.com/forum/#!topic/rec.arts.int-fiction/YHrK8aJ51N0 this should be Crowther's final version)
advf4-31.f: Derived from the 1977-03-31 sources (one of Wood's early in-progress devs)
advdat11.dat: Data file for the 1977-03-11 version
advdat31.dat: Data file for the 1977-03-31 version
advsup.f: A few support routines -- RAN, GETLIN, UPCASE -- needed for the code to work under g77
To compile
g77 -o advf4-11 -finit-local-zero advf4-11.f advsup.f
g77 -o advf4-31 -finit-local-zero advf4-31.f advsup.f
This version accepts lowercase characters, and does not reproduce a bug in two-word-command handling in the 1977-03-11 version, but should otherwise play identical to the original.
Note that the source won't compile under modern version of g77. Azure Lee put together an old g77 and compiled the source to both i686 and x64 linux binaries, which he uploaded to the Internet Archive here:
https://archive.org/details/adv-0
I've downloaded a local copy of the archives:
advent-i686.tar.gz (i686)
advent-x86_64.tar.gz (x86_64)
These archives contain a .so file which must be placed in the proper location on your system. Under Linux Mint it works in /usr/lib. Some systems will accept /lib/.
The x64 version runs under my Linux Mint.
Proudly Served by LiteSpeed Web Server at mipmip.org Port 443