No.
> I would like to play the Scott Adams early games on my CP/M 2.2
> Microbee computer.
I *think* that's possible. The "scott2zip" tool converted Scott Adams
data files to Inform source code, and as far as I remember, the Inform
code could then be compiled to .z3. (Not going through .z5 at all.)
However, it's been a couple of decades since I looked at that stuff,
so I might be wrong.
--Z
--
"And Aholibamah bare Jeush, and Jaalam, and Korah: these were the borogoves..."
*
Now that I look, I was wrong. The converted code uses V4 and V5
opcodes. It might be adaptable, but I suspect not.
Adventureland for CP/M seems to be included in some collection(s) for
the Coleco Adam computer. See for example:
> http://www.sacnews.net/adamcomputer/00_csl.html
where it's wrongly called "Adventure". Unfortunately it's not
downloadable from that page, but maybe you can get in contact with the
site maintainer or other people in the Coelco Adam community to get it,
and go from there.
--
Linards Ticmanis
Arr.. thanks guys, was worth asking though.
ScottFree converts it to pretty straightforward ANSI C.
Then there's
http://www.cpm.z80.de/small_c.html
So you could get Small C/Plus and build the source for your machine (you
might have to strip out the curses routines but that's not actually too
hard), and then there you go.
Adam
The group's been needing more questions lately, really :)
(I'm useless for answering most any question, myself, but speaking as a
peanut-gallery reader, moral-supporter and only occasional heckler,
yours was a bright point of the day)!
Get a haircut. Get a job. Read a book. Whatever. Just don't expect Usenet to
provide the bright point of your day. That's just fucking pathetic.
> Get a haircut. Get a job. Read a book. Whatever. Just don't expect
> Usenet to provide the bright point of your day. That's just fucking
> pathetic.
Isn't that a bit rich coming from the person who has spent ten years
trolling this group? Just think, if you'd had a child instead, he or
she would be old enough to write IF by now. Of course, with you for a
father, they probably wouldn't dare -- but that is another thing. :-)
Pete
You should really learn English before attempting to use it.
> Whatever. Just don't expect Usenet to
> provide the bright point of your day.
I never said anything about _my_ day.
Literacy. If you can't manage it, find a friend* who can, and they can
read the posts aloud for you.
- - - -
* Yeah, I know. But I'm an optimist.
If you run Alan Cox's ScottFree over the ASCII TSR-80-format files, what
you get out is a C program, which can then be compiled.
Scott2Zip isn't going to work, because it transmogrifies them into a
dialect of Inform that uses a lot of v4 and v5 opcodes.
Adam
Yeah, but is the world ready fo another Pudlo? I mean, there's a reason why
Caesar had no biological heir. In his WIP Adam posits he was a raving queen,
but I think the reasons run deeper. Can greatness be duplicated? And if it
can, would Caesar be able to share the world with someone of his own
caliber?
> Thank you for that, I do have the first 4 of Scott Adams games manually
> converted to play on the Microbee (done 25 years ago), just missing the
> rest :(
Didn't Scott use an interpreter-plus-bytecode system like most text
adventures? In that case the 4 games you have should be adaptable to
play the other game files also, right? Or are the Scott Adams games
directly implemented in machine code?
--
Linards Ticmanis
Don't blame me! Blame Suetonious!
Lives of the Twelve Caesars, Julius.LII (attributed to Curio the elder).
Adam
> Scott2Zip isn't going to work, because it transmogrifies them into a
> dialect of Inform that uses a lot of v4 and v5 opcodes.
I never really trusted the .z5 versions of the Scott Adams games I
downloaded from ifarchive. The translation seemed flawed. For example, in
ADVLAND.Z5, I can't go south from the Lakeside.
Alan
> Yeah, but is the world ready fo another Pudlo? I mean, there's a reason
> why Caesar had no biological heir.
http://en.wikipedia.org/wiki/Caesarion
(Of course we can't be quite sure, but still.)
well, I'm sure that Caesar and Cleopatra actually was in true love, but
one need to look with three eyes the Cats of Piazza Argentina to
understand this....
(well, never leave alone and in the wild an Historian vith a strong
streak of mysticism in the historic centre of Rome, Time start to
actually became a singularity with past, present and future fused
together in a timeless metaphysical experience, an unique experience I
have....)
Best regards from Italy,
dott. Piergiorgio.
Ummm -- would that be the same reason that Charles I of Great Britain
and William IV of the United Kingdom had none either?
--
John W Kennedy
"The grand art mastered the thudding hammer of Thor
And the heart of our lord Taliessin determined the war."
-- Charles Williams. "Mount Badon"
> On 2010-12-19 11:25:10 -0500, Jacek Pudlo said:
>> Yeah, but is the world ready fo another Pudlo? I mean, there's a reason
>> why Caesar had no biological heir.
>
> Ummm -- would that be the same reason that Charles I of Great Britain
> and William IV of the United Kingdom had none either?
Bloody typo -- that's Charles II, of course.
> Yeah, but is the world ready fo another Pudlo? I mean, there's a reason
> why Caesar had no biological heir. In his WIP Adam posits he was a
> raving queen, but I think the reasons run deeper. Can greatness be
> duplicated? And if it can, would Caesar be able to share the world with
> someone of his own caliber?
That's a dilemma for you, then. If you have no heir, RAIF could be left
without a Troll when you die. On the other hand, if you have a son, he
might seize the title from you during your life.
Perhaps we need the Roman Republic rather than the Roman Empire.
Instead of having a dictator-Troll, we should elect two consul-Trolls to
serve for a year.
Pete
> Perhaps we need the Roman Republic rather than the Roman Empire. Instead
> of having a dictator-Troll, we should elect two consul-Trolls to serve
> for a year.
Sirs, in *these* days I prefer avoiding joking on the Roman History...
The She-wolf herself is in a rather bad mood (Tomorrow will be a lively
and interesting day in the heart of Rome....) and determined to shake
off a rather stubborn & annoying dwarf rider from her back...
I misunderstood how ScottFree works....but it still should be adaptable.
You need the ScottFree sources. It's ANSI C, so you need an ANSI C
compiler and an implementation of the curses library on the target
platform. Then you build ScottFree and it functions as an interpreter
on your target platform.
Adam