Discussion:
Oberon XYPlane Games
(too old to reply)
j***@yahoo.com
2006-03-22 16:12:04 UTC
Permalink
Hello all,

There was a webpage that contained games written for Oberon using
XYPlane.
The WAY COOL thing about these games is that they run on ANY version of
Oberon that ported XYPlane (which is most versions). Unfortunately the
page
is down, but thanks to the magic of the Internet "way back" machine it
was
archived. Here's the url:

http://tinyurl.com/lb8l7

I may at some point give these games a "proper" home, but at least you
can
get to them.

They include Minesweeper, Tron and PacMan along with library files for
writing your own XYPlane games.

Regards,

John M. Drake
noch
2006-04-05 13:16:24 UTC
Permalink
That is very interesting
Thanks for the post.
Pity, I can't download Grafik.mod file, it seems lost.

Norayr

http://geocities.com/asprayama/if-so
Chris Burrows
2006-04-06 00:36:15 UTC
Permalink
Post by noch
Pity, I can't download Grafik.mod file, it seems lost.
Try this link instead (select Oberon Funpage from the menu)

http://tinyurl.com/rh5fc

--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/gpcp
g***@gmail.com
2006-04-06 08:37:48 UTC
Permalink
thanks

and excuse me for that kind of question, is it possible to convert
oberon encoded files to ascii without help of oberon system?
I want to try compile them with a linux compilers
koend
2006-04-06 12:17:36 UTC
Permalink
is it possible to convert oberon encoded files to ascii
hello,
Take a look at the source of Texts.Mod.
In procedure Load you can see how to skip the header fields. One of the
header fields is <tlen>, length of the text. Read tlen characters
after the header, skipping those < CHR(32) with the exception of tab
and linefeed.
A minor problem may be accentuated characters: Oberon Ascii # Latin-1
for characters > CHR(127)
hth,
Koen.
j***@yahoo.com
2006-04-06 15:54:50 UTC
Permalink
Well, the quickest think to do would be to download Oberon V4
for Linux and use it to decode the files. You might even find
out you like it. ;)

http://olymp.idle.at/tanis/oberon.linux.html

Regards,

John M. Drake
n***@absamail.co.za
2006-04-09 09:47:34 UTC
Permalink
is it possible to convert oberon encoded files to ascii
I don't believe 'oberon' has encoded files.
If you mean ETH-Sys3, then
ET.OpenAscii , ET.Store * , ET.StoreAscii * ..etc. will give you
DOS and unix format [line terminators] and strip away the header
fancy font & colour facilities.

Look at ET.Tool

Hex.Open <fileName> shows you the bare-metal.


== Chris Glur.

Loading...