Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Announce: Old-school SF adventure game Sunburst Contamination

10 views
Skip to first unread message

j.ber...@student.qut.edu.au

unread,
Mar 9, 2007, 2:25:40 AM3/9/07
to
I have uploaded Sunburst.z6 to the IF archive:
http://mirror.ifarchive.org/if-archive/games/zcode/sunburst.z6

Sunburst is a science fiction text adventure game first implemented in
Commodore 64 Basic. It was ported to Inform using the bas2inf compiler
(also in the archive). Enjoy!

Regards,
Johan Berntsson

d...@pobox.com

unread,
Mar 9, 2007, 6:18:53 AM3/9/07
to


Splendid. I would like to play this game, but it turns out that
Spatterlight does not play .z6 files (I didn't know that previously,
but now I think about it, it doesn't surprise me). Is there any
fundamental reason why it is a .z6 file? Could it, in principle at
least, be a .z5 or a .z8 file?

Cheers,
drj

j.ber...@student.qut.edu.au

unread,
Mar 9, 2007, 7:01:10 AM3/9/07
to

The game is compiled as a z6-game since it uses a custom-made input
routine and needs to be able to handle backspace characters. This is
not possible with the limited screen model for z5/z8 games. However,
if you can accept some limitations in the input (characters are not
deleted on the screen when pressing backspace, the input string works
as expected), then you can compile from the source in the bas2inf
package (in if-archive, infocom/tools). Just replace -z6 to -z5 in the
make.bat file.

Cheers,
Johan

JDC

unread,
Mar 9, 2007, 11:24:45 AM3/9/07
to

I tried the game (very briefly) on the OS X version of Zoom
(1.1.0beta3) and it seems to work; you might try that

-JDC

Victor Gijsbers

unread,
Mar 9, 2007, 3:40:17 PM3/9/07
to
j.ber...@student.qut.edu.au schreef:

I wonder: what exactly made you decide not to implement, say, 90% of the
nouns mentioned in room descriptions? It even appears - rather bizarly,
if you ask me - to be the case that there are objects I can do things
with even though when I try to examine them, the game tells me it
doesn't know what I mean.

Were the restrictions of programming on the Commodore 64 that heavy?

Regards,
Victor

Mike Snyder

unread,
Mar 9, 2007, 3:52:25 PM3/9/07
to
"Victor Gijsbers" <vic...@lilith.gotdns.org> wrote in message
news:b72ee$45f1c62a$9161cc49$27...@news2.tudelft.nl...

I know that the text adventures I wrote (and played) on the CoCo (comparable
to the C64, I guess) in BASIC were just poorly designed. It wasn't that you
*couldn't* implement nouns. It's just that the games weren't constructed
that way. Descriptions were pretty static, and instead of using objects (or
something similar) to represent "things" in the game, everything was just
parsed based on keywords in the command. So, "gate" would only work in
whatever contexts the programmer anticipated -- maybe "open gate" and "look
gate" -- but for any other purpose, there *was* no gate. It all has to do
with how parsing was done (that being *very* crudely).

Might be true for this one too. Dunno.

---- Mike.


j.ber...@student.qut.edu.au

unread,
Mar 9, 2007, 6:29:34 PM3/9/07
to
On Mar 10, 5:40 am, Victor Gijsbers <vic...@lilith.gotdns.org> wrote:
> j.bernts...@student.qut.edu.au schreef:

No, even at that time I wrote games that had much better parsers on 8-
bit computers. But this particular game was a spoof of Scott Adams
adventures. We wanted to see if we could write a decent game even with
an awful parser and I don't think it is a complete failure. Try to
get inside the ship to see the best parts.

If I were to do a rewrite, rather than a port, then of course I would
provide a richer world model. But then it wouldn't be the same game.

Victor Gijsbers

unread,
Mar 10, 2007, 8:40:03 AM3/10/07
to
j.ber...@student.qut.edu.au wrote:

> No, even at that time I wrote games that had much better parsers on 8-
> bit computers. But this particular game was a spoof of Scott Adams
> adventures. We wanted to see if we could write a decent game even with
> an awful parser and I don't think it is a complete failure. Try to
> get inside the ship to see the best parts.

I got inside the ship (and even managed to die in different ways, get
into the fuel tank and be irritated by the carrying capacity. ;) ). I do
guess that since I never played a Scott Adams game, I might not be the
ideal audience.

Regards,
Victor

Greg Boettcher

unread,
Mar 10, 2007, 11:10:09 AM3/10/07
to
On Mar 9, 5:29 pm, j.bernts...@student.qut.edu.au wrote:
> No, even at that time I wrote games that had much better parsers on 8-
> bit computers. But this particular game was a spoof of Scott Adams
> adventures. We wanted to see if we could write a decent game even with
> an awful parser and I don't think it is a complete failure. Try to
> get inside the ship to see the best parts.
>
> If I were to do a rewrite, rather than a port, then of course I would
> provide a richer world model. But then it wouldn't be the same game.

Interesting point. Now all of a sudden you've got me imagining what it
would be like if somebody did a rewrite of an old Scott Adams game.
Richly nuanced room descriptions, a whole new conversation system, and
carefully dropped details about the PC's motivations. And just for
good measure, this time give the PC a dog who responds to simple
commands and provides alternate solutions to a couple of puzzles. A
whole new game indeed.

Scott Adams Comp, anybody?

Greg

d...@pobox.com

unread,
Mar 11, 2007, 5:15:15 PM3/11/07
to

I tried that too. Zoom's typography sucks. Thank goodness for
Spatterlight. Er, except for this case.

drj

Depresiv

unread,
Mar 12, 2007, 7:03:59 AM3/12/07
to
On 10 mar, 17:10, "Greg Boettcher" <WRITETOgre...@gregboettcher.com>
wrote:

HEY, not a bad idea at all :) If you ever organize that, I promise
I'll send something.

Why not THE SAME Scott Adams game? (But, well, that would be too
similar to MHTO)

Depresiv

J. J. Guest

unread,
Mar 12, 2007, 12:51:58 PM3/12/07
to
On 12 Mar, 11:03, "Depresiv" <pablote...@yahoo.es> wrote:
> On 10 mar, 17:10, "Greg Boettcher" <WRITETOgre...@gregboettcher.com>
> wrote:

>
> > Scott Adams Comp, anybody?
>
> > Greg

Fantastic idea - Scott Adams' games had great concepts and puzzles.
But we'd need Scott's permission first; the games are not public
domain.

It must have been wonderful writing adventure games in a period when
nobody had done Dracula or the Wild West before! It has crossed my
mind before to write a remake or sequel to Voodoo Castle.

J. J. Guest

unread,
Mar 12, 2007, 12:52:30 PM3/12/07
to
On 12 Mar, 11:03, "Depresiv" <pablote...@yahoo.es> wrote:
> On 10 mar, 17:10, "Greg Boettcher" <WRITETOgre...@gregboettcher.com>
> wrote:

>
> > Scott Adams Comp, anybody?
>
> > Greg

Fantastic idea - Scott Adams' games had great concepts and puzzles.

Adam Thornton

unread,
Mar 12, 2007, 10:08:26 PM3/12/07
to
In article <1173718350.6...@h3g2000cwc.googlegroups.com>,

J. J. Guest <jason...@gmail.com> wrote:
>Fantastic idea - Scott Adams' games had great concepts and puzzles.
>But we'd need Scott's permission first; the games are not public
>domain.

It's not like he's tough to track down, or anything less than friendly.

Adam

J. Robinson Wheeler

unread,
Mar 13, 2007, 1:44:00 AM3/13/07
to
On Mar 10, 11:10 am, "Greg Boettcher" wrote:
> Now all of a sudden you've got me imagining what it
> would be like if somebody did a rewrite of an old Scott Adams game.
> Richly nuanced room descriptions, a whole new conversation system, and
> carefully dropped details about the PC's motivations. ... A

> whole new game indeed.
>
> Scott Adams Comp, anybody?

That sounds like fun. I suppose it wouldn't matter if different
people decided to update the same one, although it would be
nice to get the whole set of twelve. (Twelve? I think it was
twelve.)

Dibs on... oh, hmm. I think the only ones I ever played through
were the ghost town one, the pirate adventure, and the one in
the pyramid. Hmm.


--
J. Robinson Wheeler Games: http://raddial.com/if/
JRW Digital Media Movie: http://thekroneexperiment.com/

Greg Boettcher

unread,
Mar 13, 2007, 12:54:04 PM3/13/07
to
On Mar 12, 11:44 pm, "J. Robinson Wheeler" <j...@jrwdigitalmedia.com>
wrote:

> On Mar 10, 11:10 am, "Greg Boettcher" wrote:
> > Now all of a sudden you've got me imagining what it
> > would be like if somebody did a rewrite of an old Scott Adams game.
> > Richly nuanced room descriptions, a whole new conversation system, and
> > carefully dropped details about the PC's motivations. ... A
> > whole new game indeed.
>
> > Scott Adams Comp, anybody?
>
> That sounds like fun. I suppose it wouldn't matter if different
> people decided to update the same one, although it would be
> nice to get the whole set of twelve. (Twelve? I think it was
> twelve.)

I was actually joking when I said that... but if three people say they
want it to happen, then maybe somebody should make it happen. And
since I wasn't planning on writing a Scott Adams remake myself, I'm as
good a candidate to organize the thing as anybody. Hmm.

Well, let's say I write to Scott Adams. I'd have to be careful how I
phrased the request, as it sounds a little dicey to say to someone
"I'd like blanket permission for an unknown number of people who I
don't even know to do new versions of your games in an unspecified
way." But let's say Scott Adams agrees to some sort of arrangement.

In that case, how does this sound to everybody:
-- the deadline to submit your game would be sometime in July.
-- Any Scott Adams game is eligible for redoing (unless Scott Adams
himself restricts this)
-- I say we don't need voting and scores. Anybody is eligible to judge
the games, but judging consists of posting the best damn reviews you
can write. There are no winners/losers, unless that's how you regard
those who get the best/worst reviews.
-- No prizes either.

I'm not really committing to anything here, but I'll wait for any
discussion on this, then write to Scott Adams, and then we'll see what
happens.

Greg

Depresiv

unread,
Mar 14, 2007, 8:21:33 AM3/14/07
to
> In that case, how does this sound to everybody:
> -- the deadline to submit your game would be sometime in July.
> -- Any Scott Adams game is eligible for redoing (unless Scott Adams
> himself restricts this)
> -- I say we don't need voting and scores. Anybody is eligible to judge
> the games, but judging consists of posting the best damn reviews you
> can write. There are no winners/losers, unless that's how you regard
> those who get the best/worst reviews.
> -- No prizes either.
>
> I'm not really committing to anything here, but I'll wait for any
> discussion on this, then write to Scott Adams, and then we'll see what
> happens.
>
> Greg

When you are talking about "any" Scott Adams adventure, are you
meaning "just" Scott Adams adventures? I mean, there were some of
Adventure International adventures who were just co-authored by Scott
Adams, or even written by a completely different person. Also, it
could be interesting to have permission to rewrite Brian Howarth's
adventures also (I always found something pretty creepy in "Circus")

I know I'm just asking for too much :) If you need some help... I'll
be here.

July is right for me.

Greg Boettcher

unread,
Mar 14, 2007, 5:35:59 PM3/14/07
to
On Mar 14, 6:21 am, "Depresiv" <pablote...@yahoo.es> wrote:
> When you are talking about "any" Scott Adams adventure, are you
> meaning "just" Scott Adams adventures? I mean, there were some of
> Adventure International adventures who were just co-authored by Scott
> Adams, or even written by a completely different person. Also, it
> could be interesting to have permission to rewrite Brian Howarth's
> adventures also (I always found something pretty creepy in "Circus")

There may be a problem with that. I wouldn't have considered doing a
comp like this unless I was certain who to ask for permission and how
to contact that person. With Scott Adams, that's pretty clear. He has
a web site, and [if-archive/scott-adams/Copyright.txt] makes it clear
what the copyright status is.

With Brian Howarth -- well, so far I haven't even been able to figure
out who owns his games. Nor do I know how to contact Brian Howarth to
find out. I can ask Scott Adams about it, and I will probably do so
within a few days. No promises as to Howarth games being part of the
comp, though.

Greg

J. J. Guest

unread,
Mar 15, 2007, 6:42:31 AM3/15/07
to
On 13 Mar, 16:54, "Greg Boettcher" <WRITETOgre...@gregboettcher.com>
wrote:

That all sounds great to me, Greg. Now we just have to wait and see
what Scott says. I imagine that there would be licensing issues with
the Questprobe games and Buckaroo Banzai but for all the others it
would be up to him.

Jason


Nathan

unread,
Mar 15, 2007, 3:18:09 PM3/15/07
to
On Mar 10, 10:10 am, "Greg Boettcher"
<WRITETOgre...@gregboettcher.com> wrote:

> Scott Adams Comp, anybody?

Just so long as no one is allowed to change the spelling of "dubloons".

Greg Boettcher

unread,
Mar 19, 2007, 11:50:06 AM3/19/07
to
On Mar 13, 10:54 am, "Greg Boettcher"

<WRITETOgre...@gregboettcher.com> wrote:
> Well, let's say I write to Scott Adams. I'd have to be careful how I
> phrased the request, as it sounds a little dicey to say to someone
> "I'd like blanket permission for an unknown number of people who I
> don't even know to do new versions of your games in an unspecified
> way." But let's say Scott Adams agrees to some sort of arrangement.

After spending an hour or so drafting an email to Scott Adams, I grew
more and more convinced that this was a bad idea.

The reason: I would have had to ask permission for any number of
people to write new versions of Scott Adams' games in an unspecified
way. Previously I described such a request as "a little dicey." Now I
think of it as next-door to impossible without the mere request
offending the man. So I decided not to go through with it.

It would be entirely different if an individual game author(s) wrote
to him and said, "I'd like to do a freeware remake of your game, in
this way." I suggest individual game authors do that if they want to.
Scott Adams' web site is not hard to find, and he says he welcomes
email.

And good luck to those who want to do that. I'd certainly play any
games that got released as a result.

But still, I won't be organizing any comp for that. Sorry.

Greg

Adam Thornton

unread,
Mar 19, 2007, 9:05:47 PM3/19/07
to
In article <1174319406....@e1g2000hsg.googlegroups.com>,

Greg Boettcher <WRITET...@gregboettcher.com> wrote:
>After spending an hour or so drafting an email to Scott Adams, I grew
>more and more convinced that this was a bad idea.
>
>The reason: I would have had to ask permission for any number of
>people to write new versions of Scott Adams' games in an unspecified
>way. Previously I described such a request as "a little dicey." Now I
>think of it as next-door to impossible without the mere request
>offending the man. So I decided not to go through with it.
>
>It would be entirely different if an individual game author(s) wrote
>to him and said, "I'd like to do a freeware remake of your game, in
>this way." I suggest individual game authors do that if they want to.
>Scott Adams' web site is not hard to find, and he says he welcomes
>email.
>
>And good luck to those who want to do that. I'd certainly play any
>games that got released as a result.
>
>But still, I won't be organizing any comp for that. Sorry.

OK, full disclosure time for me.

When the original message was posted, I forwarded it to Scott with a
note that said "Dude, if this happens, you *totally* ought to write an
entry, because it'd be really funny, especially if you, like, came in
sixth."

He agreed that it would be very funny.

I'm on one of his mailing lists. He knows who I am. I'm happy to ask
permission if you'd like, but I have no time to, or, particularly,
interest in hosting the competition.

But if the actual problem is that you feel it would be rude to *ask* him
for permission for a bunch of remixes of his games, well, I am happy to
ask that, and to let him know that "no" is an OK answer.

I don't think he's going to be offended at all, and if he is, then I can
let him be offended at me. Would you like me to do so?

Adam

Greg Boettcher

unread,
Mar 20, 2007, 11:29:52 AM3/20/07
to
On Mar 19, 7:05 pm, Adam Thornton wrote:
> OK, full disclosure time for me.
>
> When the original message was posted, I forwarded it to Scott with a
> note that said "Dude, if this happens, you *totally* ought to write an
> entry, because it'd be really funny, especially if you, like, came in
> sixth."
>
> He agreed that it would be very funny.
>
> I'm on one of his mailing lists. He knows who I am. I'm happy to ask
> permission if you'd like, but I have no time to, or, particularly,
> interest in hosting the competition.
>
> But if the actual problem is that you feel it would be rude to *ask* him
> for permission for a bunch of remixes of his games, well, I am happy to
> ask that, and to let him know that "no" is an OK answer.
>
> I don't think he's going to be offended at all, and if he is, then I can
> let him be offended at me. Would you like me to do so?

Okay, well, that certainly changes things, having a better idea of
Scott's attitude beforehand.

In that case, I don't mind asking him myself. Give me until the end of
the week, and I'll do so. If he replies with any speed, I'll post
about this again by next weekend.

Well, at least this time my waffling was justified by a change in the
facts... and hey, if I hadn't been waffling-prone before, I probably
wouldn't have agreed to do this in the first place. So I guess it's
all for the good.

Greg

J. J. Guest

unread,
Mar 20, 2007, 6:20:24 PM3/20/07
to
I am definitely up for this if others are.
Thanks Adam and Greg!

Jason

Glenn P.,

unread,
Mar 24, 2007, 4:23:35 AM3/24/07
to
On 08-Mar-07 at 11:25pm -0800, <j.ber...@student.qut.edu.au> wrote:

> Commodore 64 BASIC... ported to Inform using the bas2inf compiler
> (also in the archive)...

Oooooo!!!! Exact URL of "Bas2Inf", PLEASE!!!!!!!!!!

-- _____ %%%%%%%% "Glenn P.," <C128UserD...@FVI.Net> %%%%%%%
{~._.~} ----------------------------------------------------------
_( Y )_ "Never try to teach a pig to sing. It doesn't work, and
(:_~*~_:) it annoys the pig."
(_)-(_) --Attributed to a "Hallmark"(R) greeting card,
========= By: The Honorable Judith ("Judge Judy") Scheindlin.

:: Take Note Of The Spam Block On My E-Mail Address! ::

Andrew Plotkin

unread,
Mar 24, 2007, 10:46:07 AM3/24/07
to
Here, Glenn P., <C128UserD...@fvi.net> wrote:
> On 08-Mar-07 at 11:25pm -0800, <j.ber...@student.qut.edu.au> wrote:
>
> > Commodore 64 BASIC... ported to Inform using the bas2inf compiler
> > (also in the archive)...
>
> Oooooo!!!! Exact URL of "Bas2Inf", PLEASE!!!!!!!!!!

http://www.ifarchive.org/if-archive/infocom/tools/bas2inf.zip

Straight from Google, honest...

--Z

--
"And Aholibamah bare Jeush, and Jaalam, and Korah: these were the borogoves..."
*
It's a nice distinction to tell American soldiers (and Iraqis) to die in
Iraq for the sake of democracy (ignoring the question of whether it's
*working*) and then whine that "The Constitution is not a suicide pact."

Glenn P.,

unread,
Mar 25, 2007, 4:39:54 AM3/25/07
to
On 24-Mar-07 at 2:46pm -0000, <erky...@eblong.com> wrote:

:> Here, Glenn P., <C128UserD...@fvi.net> wrote:

> Commodore 64 BASIC... ported to Inform using the bas2inf compiler
> (also in the archive)...

>> Oooooo!!!! Exact URL of "Bas2Inf", PLEASE!!!!!!!!!!

:> http://www.ifarchive.org/if-archive/infocom/tools/bas2inf.zip

Thanks!!! (You'll see why I wanted it below.) :)

-- ==========================================================
: ___ : "Glenn P.," <C128UserD...@FVI.Net> :
: / __|__ : ------------------------------------------- :
: / / |_/ : User And BASIC Programmer Of Commodore-64 :
: \ \__|_\ : And Commodore-128 Computers Since 1982, And :
: \___| : Continuing On Into The Third Millennium! :
: : --= Commodore Lives! =-- :
==========================================================

0 new messages