AminetAminet
Search:
84476 packages online
About
Recent
Browse
Search
Upload
Setup
Services

game/demo/Ring_Preview.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Ring, Der Preview (Dungeon clone)
Author:Steffen 'MagicSN' Haeuser
Uploader:aminet aminet net
Type:game/demo
Architecture:m68k-amigaos
Date:2016-07-16
Download:http://aminet.net/game/demo/Ring_Preview.lha - View contents
Readme:http://aminet.net/game/demo/Ring_Preview.readme
Downloads:585

Der Ring is a unreleased Game.
(c) 1996 MagicSN

This Preview works on all Amiga standard A1200 (AGA, OS3.x, 020, 2MB Chip)
from Workbench.

- created a cool Startup-Script


MfG
anonymous


"Der Ring" Dungeonmaster Clone Docs
===================================

1. Introduction
----------------

Some bad news and some good news...

First the bad news ...

This product won't EVER see a final release :(

Now the VERY GOOD news ...

A ENHANCED version of this product WILL see
a release, probably as a commercial game :))))

Some reasons for this :

- The code is very chaotic and i found it difficult to
build new functions in it. For the new version i will
code MUCH MORE structured, i promise !!!

- The old thing was written in C, now i will write the
speed relevant code in ASM, the rest in C !!!

- The intuition gadget code that i used for this game
makes some things VERY difficult. The new version
WON'T use intuition gadgets and will be easier to code
and faster therefor.

- This version CAN'T use Double Buffering on GFX Boards.
(Although it runs on GFX Boards). The new version will use
rtgmaster.library.

- Concurrence. Dungeonmaster II uses already 320x256 32 colors.
A conccurence to think over, as i use 640x256 256 colors up to
now (OS compatible !!!) and much faster, without any optimizing.
(irony on...)

- 640x256 looks SILLY on 640x480 Graphics Board screens...

- The keyboard code sucks. If you hold down a key, you may
end with the game reacting SEVERAL TIMES on a pressed key.

- My Game designer (Alex Grasso, who by the way is the graphician
of a LOT of graphics of Nemac IV) now has a concept for a
640x480 multiple height Dungeon :)

- NTSC users had to play on a 640x400 Interlaced screen (sadly
i can't do much for them in the new version... they will have to use a
640x480 Screen, Euro72 or what this is called... no NTSC
1084 support so... only PAL 1084 or Graphics Board)

Some information about this demo version :

- Non playable, only walk through...

- Uses iff.library and superplay.library (i hope this is okay
for the coders of that libraries...) It uses the latest version
of iff.library, maybe you will have to install that one, if you have
an old version...

- The display window is too small.

- The current engine is a bit... limited in the number of textures
  available for one dungeon.

- The engine consumes TONS of Chip RAM and a LOT of stuff *HAS TO*
  be saved in Chip Ram.

After this decision had been maid, i choose to

- Do an English instead of a German version
- Provide that game with a REAL great story instead
  of the usual "Fantasy Mix". The up to now story was only
  GARBAGE in my opinion, as i and Gee have the talent
  to write something down that sounds as Fantasy, WITHOUT EVEN
  THINKING :) But, i promise, i will now develop a REAL STORY
  (probably a Dark Fantasy scenario, in the tradition of
  Lovecraft story, with some "Tolkien-like" Fantasy added
  to it... maybe the name of the game will change too...
  but i won't tell anything till that story will be
  REALLY GOOD !!!
- Use a custom graphics format instead of IFF, and to write
  my own optimized graphics loading code :) (new engine won't
  use iff.library any longer...)

All that bad stuff about the OLD engine WON'T appear in the new one.
And with rtgmaster.library the NEW engine will get REAL Graphics
Board support, instead of this damned slow stuff in the old one.

2. Installation

- Unpack this archive to a directory
- Assign Derring: to this Directory
- Assign ringmisc: to Derring:misc
- Assign ringsave: to Derring:save
- copy ringmisc:Ecken.but to ram:
- copy derring:Dungeon/Tueren to ram:Dungeon/Tueren all
- copy derring:Tuere.brush to ram:
- Install the libs and the font
  (the other libs in addition to the two mentioned
  libraries are needed, as superplay.library calls
  them...)

(Sorry about all that garbage in Ram: ... won't be for the
NEW engine... :) That one was never intended for such an
early release... smile...)

3. System requirements

I do not know for sure, but a system with

- 2 MB Chipram
- AGA or Graphics Board
- 2 MB Fastram at least
- harddrive with enough place on it

should be okay probably...

The new engine probably will need :

- 8 MB RAM
- AGA (not sure, if this is enough...) or Graphicsboard
- 68030 at least (maybe 020...)
- If i can get my hands on a Power UP Board and a C Compiler
  that produces Power PC code, i ptobably will do a Power PC
  version too...
- 30 MB place for the game on harddrive (i am planning a LOT
  of in-between-animations... maybe i will do a CD ROM Version...
  a real CD ROM Version, no CD 32 stuff (a CD 32 does not
  have 8 MB RAM :) )

It will support :

- Multiple Height Dungeons
- Single Height Dungeons with TONS of Textures
- Round rooms
- Rooms where you enter upside down or down a shaft or something
  like that
- 640x480 8 Bit
- Real Graphics Board support with rtgmaster.library for
  EGS, CyberGraphics (and probably later Picasso II and Merlin...)

As i said above, if this NEW engine is fast enough, the old one will
die... if not, i will try to do some mixture of both systems... but
as to my current speed tests, it seems the new engine will be fast
enough :)

As the project will grow, i MIGHT be interested in :

- Someone who could write a level editor
- musicians/sound effect people
- people who could do some level editing
- Beta testing i will do myself, together with my friends
  and brothers... no chance, guys :)

But as i said, currently the project is in a too early stage
for that sort of stuff... maybe in some months...

I will try to release a walkthrough-demo in some months, but as
i am currently just before the MOST DIFFICULT test in german
informatics study i am unsure if i can make this in time...

Remember, this is a project by two Amiga Freaks, NOT a commercial
project (We might release a final project, if there will be one, as
commercial game, though...) About people joining the project...
about payment and that stuff we will talk in the time, when i
really NEED help from other guys... up to now Alex Grasso and
me are enough...

Comments about my plans or my engine are welcome... but stick to
comp.sys.amiga.games... only write REAL urgent mails to me... i
do not want my mail folder FLOODED by mails when i come back
from XMas holidays... :)

4. Some things for the end of this Documentation

A) That Doc-FIle SUCKS, i know...  but better do some coding then
to waste time writing Docs for an old engine, right ? :)

B) Try sometimes telnet 194.55.101.20 between 19.30 GMT and 20.30 GMT
   The Birdland BBS

C) I do not take responsibility, if this demo crashes your system
   or something like that... i only released it, because people
   wanted to see that i am for REAL THINGS, not only for big words :)

D) If you only get a black screen, do something to save CHIP RAM...
   This thing needs/consumes about 1.5 MB, or something like that :)

E) Some controls :

Number block for movement
o to open/close a door
CTRL-Q to quit
Try out all buttons :)
Try to give the main executable "Derring" parameters :

Derring

OR

Derring Derring:DungeonB001
Derring Derring:DungeonC001

for alternative dungeons...

F) Bugs...

Do not send me Bug-Reports... i KNOW those Bugs... and i will
recode the engine nearly completely anyways :)

Mainly buggy are :

- Some of the 3 Dungeon Files
- The "Money" Requester
- Opening/Closing Doors...

G) Credits for this and the next engine :

Coding, Story, Idea and Head of Development Team

MagicSN (haeuser at tick.informatik.uni-stuttgart.de)
(That's me !!! :) )

GFX & Gamedesign

Gee (Alex Grasso, up to now without email, soon reachable
as agrasso at gee.boeblingen.netsurf.de probably...)

The Soundfile

Some guy from whom i forgot the name (lost contact...)

All this stuff (code and GFX) is copyrighted by Gee and MagicSN.
Do not try to use it for own games/demos !!! It may be put
to PD series, CD ROMS, etc., though... (On Aminet CDs for
example...)

BTW, what do you think, does a GOOD Dungeonmaster engine still
makes sense in the age of Doom-Engines ? I think so...

BTW2, in the Dungeon directory, there are some GFX that currently
won't be used... look at it using a IFF viewer (all used
graphics are in IFF format...)

BTW3, if they do not make games for your Amiga (the big ones...),
code the games yourself and tell them, they can go to HELL with
all their PC games !!! We are and will STAY Amigans !!! :)

BTW4, the File Newone.iff is a Screenshot of the NEW engine :)
(A picture of HOW the new engine will LOOK, to tell the truth...)

MagicSN



Contents of game/demo/Ring_Preview.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                  347    2145  16.2% -lh5- 3ff5 Apr 21  1996 Ring_Preview.info
[generic]                 4155    8777  47.3% -lh5- 9587 Jul 16 12:49 Ring_Preview.readme
[generic]                70177  212692  33.0% -lh5- 380b Apr  9  1996 Ring_Preview/derring
[generic]                  727    3432  21.2% -lh5- 77ec Apr 21  1996 Ring_Preview/derring.info
[generic]              1292489 1292489 100.0% -lh0- 7600 Jan 22  2013 Ring_Preview/DerRing.lha
[generic]                  246     624  39.4% -lh5- 90e3 Apr 21  1996 Ring_Preview/docs.info
[generic]               184893  245506  75.3% -lh5- ef85 Apr  9  1996 Ring_Preview/docs/newone.iff
[generic]                 3960    8382  47.2% -lh5- bf52 Apr  9  1996 Ring_Preview/docs/ring.readme
[generic]                 1467    3006  48.8% -lh5- 2a2f Apr  9  1996 Ring_Preview/docs/story.txt
[generic]                  242     624  38.8% -lh5- 5625 Apr 21  1996 Ring_Preview/dungeon.info
[generic]                 1453   35536   4.1% -lh5- 4f45 Apr  9  1996 Ring_Preview/dungeon/dungeona001.dat
[generic]               145803  230918  63.1% -lh5- 7927 Apr  9  1996 Ring_Preview/dungeon/dungeona001a.pic
[generic]                  265     460  57.6% -lh5- ae6d Apr  9  1996 Ring_Preview/dungeon/dungeona001a.pic.info
[generic]                58173  105364  55.2% -lh5- 1d96 Apr  9  1996 Ring_Preview/dungeon/dungeona001b.pic
[generic]                  265     460  57.6% -lh5- ae6d Apr  9  1996 Ring_Preview/dungeon/dungeona001b.pic.info
[generic]                 3796   30080  12.6% -lh5- a489 Apr  9  1996 Ring_Preview/dungeon/dunsrc1.pic
[generic]                  270     460  58.7% -lh5- 75fc Apr  9  1996 Ring_Preview/dungeon/dunsrc1.pic.info
[generic]                 7658   13760  55.7% -lh5- fa52 Apr  9  1996 Ring_Preview/dungeon/npcs/alorian.chr
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/dungeon/npcs/alorian.chr.info
[generic]                 7812   11002  71.0% -lh5- c722 Apr  9  1996 Ring_Preview/dungeon/npcs/fighter.chr
[generic]                  136     236  57.6% -lh5- 30d2 Apr  9  1996 Ring_Preview/dungeon/npcs/fighter.chr.info
[generic]                 7634   13604  56.1% -lh5- 9e03 Apr  9  1996 Ring_Preview/dungeon/npcs/klerikerin.chr
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/dungeon/npcs/klerikerin.chr.info
[generic]                 7658   13760  55.7% -lh5- fa52 Apr  9  1996 Ring_Preview/dungeon/npcs/magier.chr
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/dungeon/npcs/magier.chr.info
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/dungeon/npcs/morthol.chr.info
[generic]                  251     624  40.2% -lh5- 8148 Apr  9  1996 Ring_Preview/dungeon/tueren.info
[generic]                  881    1344  65.6% -lh5- 091f Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.sd1
[generic]                 1507    2480  60.8% -lh5- 4fce Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.sd2
[generic]                 2894    5216  55.5% -lh5- 8f5d Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.sd3
[generic]                 4730    7566  62.5% -lh5- e691 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.sd4
[generic]                  878    1344  65.3% -lh5- f02c Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.se1
[generic]                 1498    2480  60.4% -lh5- 545d Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.se2
[generic]                 2912    5216  55.8% -lh5- 59ec Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.se3
[generic]                 4777    7432  64.3% -lh5- 5c34 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001.se4
[generic]                  128     290  44.1% -lh5- fa0c Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.sd2
[generic]                  199     632  31.5% -lh5- 10a0 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.sd3
[generic]                  275     944  29.1% -lh5- 97e6 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.sd4
[generic]                  128     290  44.1% -lh5- d65d Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.se2
[generic]                  195     632  30.9% -lh5- a621 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.se3
[generic]                  266     844  31.5% -lh5- 5258 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.se4
[generic]                  103     170  60.6% -lh5- 4d0a Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wa1
[generic]                   84     148  56.8% -lh5- a16b Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wb2
[generic]                   87     188  46.3% -lh5- 5bb5 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wc3
[generic]                  192     708  27.1% -lh5- 70f5 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wd4
[generic]                  181     560  32.3% -lh5- 42d5 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wf4
[generic]                   87     188  46.3% -lh5- 5bb5 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wg3
[generic]                   84     148  56.8% -lh5- a16b Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wh2
[generic]                  107     170  62.9% -lh5- c40e Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wi1
[generic]                  115     212  54.2% -lh5- cf8b Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wx1
[generic]                  146     334  43.7% -lh5- dd94 Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wx2
[generic]                  203     604  33.6% -lh5- ed7d Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wx3
[generic]                  273    1064  25.7% -lh5- d1ab Apr  9  1996 Ring_Preview/dungeon/tueren/dungeona001b.wx4
[generic]               131368  216450  60.7% -lh5- 805f Apr  9  1996 Ring_Preview/dungeonb001a.pic
[generic]                56664  103492  54.8% -lh5- 479b Apr  9  1996 Ring_Preview/dungeonb001b.pic
[generic]                66026  146846  45.0% -lh5- 9310 Apr  9  1996 Ring_Preview/dungeonc001a.pic
[generic]                24563   77286  31.8% -lh5- 6536 Apr  9  1996 Ring_Preview/dungeonc001b.pic
[generic]                  105     315  33.3% -lh5- 328c Apr 13  1996 Ring_Preview/file_id.diz
[generic]                  245     624  39.3% -lh5- 6f9e Apr 21  1996 Ring_Preview/fonts.info
[generic]                   40     524   7.6% -lh5- 79b2 Apr  9  1996 Ring_Preview/fonts/derring.font
[generic]                 1172    1908  61.4% -lh5- dbec Apr  9  1996 Ring_Preview/fonts/derring/6
[generic]                 1358    2200  61.7% -lh5- ddc5 Apr  9  1996 Ring_Preview/fonts/derring/8
[generic]                   40     524   7.6% -lh5- 79b2 Apr  9  1996 Ring_Preview/fonts/mini6.font
[generic]                 1172    1908  61.4% -lh5- dbec Apr  9  1996 Ring_Preview/fonts/mini6/6
[generic]                 1358    2200  61.7% -lh5- ddc5 Apr  9  1996 Ring_Preview/fonts/mini6/8
[generic]                  416     674  61.7% -lh5- d3b8 Apr  9  1996 Ring_Preview/jamie
[generic]                  248     624  39.7% -lh5- 3be6 Apr 21  1996 Ring_Preview/libs.info
[generic]                 1953    3268  59.8% -lh5- e352 Apr  9  1996 Ring_Preview/libs/compressors/xpknuke.library
[generic]                 2261    3160  71.6% -lh5- f102 Apr  9  1996 Ring_Preview/libs/iff.library
[generic]                 4924    7796  63.2% -lh5- a8d9 Apr  9  1996 Ring_Preview/libs/medplayer.library
[generic]                 3661   17844  20.5% -lh5- 3729 Apr  9  1996 Ring_Preview/libs/octaplayer.library
[generic]                 1837    3184  57.7% -lh5- edfa Apr  9  1996 Ring_Preview/libs/spobjects/med.spobject
[generic]                 2703    4756  56.8% -lh5- 42dc Apr  9  1996 Ring_Preview/libs/superplay.library
[generic]                 7506   13456  55.8% -lh5- aaeb Apr  9  1996 Ring_Preview/libs/xpkmaster.library
[generic]                  248     624  39.7% -lh5- 9fbf Apr 21  1996 Ring_Preview/masken.info
[generic]                  427    1184  36.1% -lh5- 8c45 Apr  9  1996 Ring_Preview/masken/alorian.mask
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/masken/alorian.mask.info
[generic]                  692    3942  17.6% -lh5- 43c7 Apr  9  1996 Ring_Preview/masken/fighter.mask
[generic]                  137     236  58.1% -lh5- 175b Apr  9  1996 Ring_Preview/masken/fighter.mask.info
[generic]                  493    1224  40.3% -lh5- 6cfb Apr  9  1996 Ring_Preview/masken/klerikerin.mask
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/masken/klerikerin.mask.info
[generic]                  372    1078  34.5% -lh5- f469 Apr  9  1996 Ring_Preview/masken/leader.mask
[generic]                  267     460  58.0% -lh5- 5320 Apr  9  1996 Ring_Preview/masken/leader.mask.info
[generic]                  427    1184  36.1% -lh5- 8c45 Apr  9  1996 Ring_Preview/masken/magier.mask
[generic]                  140     236  59.3% -lh5- 5b42 Apr  9  1996 Ring_Preview/masken/magier.mask.info
[generic]                  417    1116  37.4% -lh5- 0205 Apr  9  1996 Ring_Preview/masken/morthol.mask
[generic]                  138     236  58.5% -lh5- 320b Apr  9  1996 Ring_Preview/masken/morthol.mask.info
[generic]                  249     624  39.9% -lh5- 353c Apr 21  1996 Ring_Preview/misc.info
[generic]                24273   48008  50.6% -lh5- e741 Apr  9  1996 Ring_Preview/misc/8eckbuts.but
[generic]                  266     460  57.8% -lh5- 3b53 Apr  9  1996 Ring_Preview/misc/8eckbuts.but.info
[generic]                  860    1264  68.0% -lh5- 43a2 Apr  9  1996 Ring_Preview/misc/ausr.but
[generic]                  871    1264  68.9% -lh5- e352 Apr  9  1996 Ring_Preview/misc/ausr.sel
[generic]                  959    1664  57.6% -lh5- 0200 Apr  9  1996 Ring_Preview/misc/besitzer.but
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/besitzer.but.info
[generic]                  964    1664  57.9% -lh5- e576 Apr  9  1996 Ring_Preview/misc/besitzer.sel
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/besitzer.sel.info
[generic]                  899    1424  63.1% -lh5- 67f4 Apr  9  1996 Ring_Preview/misc/drogen.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/drogen.but.info
[generic]                  929    1424  65.2% -lh5- 7819 Apr  9  1996 Ring_Preview/misc/drogen.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/drogen.sel.info
[generic]                20377   39648  51.4% -lh5- c17a Apr  9  1996 Ring_Preview/misc/ecken.but
[generic]                  140     236  59.3% -lh5- f600 Apr  9  1996 Ring_Preview/misc/ecken.but.info
[generic]                  927    1424  65.1% -lh5- e41f Apr  9  1996 Ring_Preview/misc/gealtert.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/gealtert.but.info
[generic]                  962    1424  67.6% -lh5- 518b Apr  9  1996 Ring_Preview/misc/gealtert.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/gealtert.sel.info
[generic]                 1337    1760  76.0% -lh5- 890b Apr  9  1996 Ring_Preview/misc/geben.but
[generic]                  144     236  61.0% -lh5- ad87 Apr  9  1996 Ring_Preview/misc/geben.but.info
[generic]                 1316    1760  74.8% -lh5- 15c9 Apr  9  1996 Ring_Preview/misc/geben.sel
[generic]                  144     236  61.0% -lh5- ad87 Apr  9  1996 Ring_Preview/misc/geben.sel.info
[generic]                  891    1424  62.6% -lh5- 41ae Apr  9  1996 Ring_Preview/misc/gelaehmt.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/gelaehmt.but.info
[generic]                  920    1424  64.6% -lh5- 8a27 Apr  9  1996 Ring_Preview/misc/gelaehmt.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/gelaehmt.sel.info
[generic]                  853    1264  67.5% -lh5- 80ba Apr  9  1996 Ring_Preview/misc/geld.but
[generic]                  865    1264  68.4% -lh5- 683a Apr  9  1996 Ring_Preview/misc/geld.sel
[generic]                  792    1296  61.1% -lh5- dbdc Apr  9  1996 Ring_Preview/misc/geldbalken.but
[generic]                  139     236  58.9% -lh5- 3559 Apr  9  1996 Ring_Preview/misc/geldbalken.but.info
[generic]                  781    1184  66.0% -lh5- 24c2 Apr  9  1996 Ring_Preview/misc/geldbalken2.but
[generic]                  141     236  59.7% -lh5- 66c1 Apr  9  1996 Ring_Preview/misc/geldbalken2.but.info
[generic]                  978    1872  52.2% -lh5- a769 Apr  9  1996 Ring_Preview/misc/gold.but
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/gold.but.info
[generic]                  848    1872  45.3% -lh5- b013 Apr  9  1996 Ring_Preview/misc/gold.sel
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/gold.sel.info
[generic]                 1459    2312  63.1% -lh5- 509f Apr  9  1996 Ring_Preview/misc/haendler.but
[generic]                  140     236  59.3% -lh5- 6e19 Apr  9  1996 Ring_Preview/misc/haendler.but.info
[generic]                  856    1264  67.7% -lh5- 67c1 Apr  9  1996 Ring_Preview/misc/info.but
[generic]                  857    1264  67.8% -lh5- 1437 Apr  9  1996 Ring_Preview/misc/info.sel
[generic]                  846    1264  66.9% -lh5- 59fa Apr  9  1996 Ring_Preview/misc/inv.but
[generic]                  839    1264  66.4% -lh5- a83a Apr  9  1996 Ring_Preview/misc/inv.sel
[generic]                 1123    1886  59.5% -lh5- 2d44 Apr  9  1996 Ring_Preview/misc/kupfer.but
[generic]                  140     236  59.3% -lh5- 3763 Apr  9  1996 Ring_Preview/misc/kupfer.but.info
[generic]                  900    1464  61.5% -lh5- 47ff Apr  9  1996 Ring_Preview/misc/kupfer.sel
[generic]                  140     236  59.3% -lh5- 3763 Apr  9  1996 Ring_Preview/misc/kupfer.sel.info
[generic]                 1724    3016  57.2% -lh5- 4660 Apr  9  1996 Ring_Preview/misc/leader.sel
[generic]                  141     236  59.7% -lh5- c414 Apr  9  1996 Ring_Preview/misc/leader.sel.info
[generic]                  856    1264  67.7% -lh5- 5290 Apr  9  1996 Ring_Preview/misc/magie.but
[generic]                  863    1264  68.3% -lh5- 23b6 Apr  9  1996 Ring_Preview/misc/magie.sel
[generic]                  829    1200  69.1% -lh5- 6f31 Apr  9  1996 Ring_Preview/misc/minus.but
[generic]                  142     236  60.2% -lh5- ae12 Apr  9  1996 Ring_Preview/misc/minus.but.info
[generic]                  835    1200  69.6% -lh5- 6a89 Apr  9  1996 Ring_Preview/misc/minus.sel
[generic]                  142     236  60.2% -lh5- ae12 Apr  9  1996 Ring_Preview/misc/minus.sel.info
[generic]                  850    1264  67.2% -lh5- c24d Apr  9  1996 Ring_Preview/misc/naehr.but
[generic]                  856    1264  67.7% -lh5- f30d Apr  9  1996 Ring_Preview/misc/naehr.sel
[generic]                 1091    1872  58.3% -lh5- e3dd Apr  9  1996 Ring_Preview/misc/platin.but
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/platin.but.info
[generic]                  850    1370  62.0% -lh5- d347 Apr  9  1996 Ring_Preview/misc/platin.sel
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/platin.sel.info
[generic]                  846    1200  70.5% -lh5- a0ea Apr  9  1996 Ring_Preview/misc/plus.but
[generic]                  142     236  60.2% -lh5- ae12 Apr  9  1996 Ring_Preview/misc/plus.but.info
[generic]                  869    1200  72.4% -lh5- 8227 Apr  9  1996 Ring_Preview/misc/plus.sel
[generic]                  142     236  60.2% -lh5- ae12 Apr  9  1996 Ring_Preview/misc/plus.sel.info
[generic]                  862    1424  60.5% -lh5- 4b98 Apr  9  1996 Ring_Preview/misc/schlaeft.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/schlaeft.but.info
[generic]                  914    1424  64.2% -lh5- 9d95 Apr  9  1996 Ring_Preview/misc/schlaeft.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/schlaeft.sel.info
[generic]                 1040    1532  67.9% -lh5- 00a9 Apr  9  1996 Ring_Preview/misc/silber.but
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/silber.but.info
[generic]                  809    1212  66.7% -lh5- 364f Apr  9  1996 Ring_Preview/misc/silber.sel
[generic]                  140     236  59.3% -lh5- e43c Apr  9  1996 Ring_Preview/misc/silber.sel.info
[generic]                  879    1424  61.7% -lh5- 43cf Apr  9  1996 Ring_Preview/misc/vergiftet.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/vergiftet.but.info
[generic]                  915    1424  64.3% -lh5- dfd1 Apr  9  1996 Ring_Preview/misc/vergiftet.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/vergiftet.sel.info
[generic]                 1200    1664  72.1% -lh5- e504 Apr  9  1996 Ring_Preview/misc/verhandeln.but
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/verhandeln.but.info
[generic]                 1196    1664  71.9% -lh5- aeb0 Apr  9  1996 Ring_Preview/misc/verhandeln.sel
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/verhandeln.sel.info
[generic]                  864    1424  60.7% -lh5- 707c Apr  9  1996 Ring_Preview/misc/versteinert.but
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/misc/versteinert.but.info
[generic]                  894    1424  62.8% -lh5- c5e8 Apr  9  1996 Ring_Preview/misc/versteinert.sel
[generic]                  139     236  58.9% -lh5- e958 Apr  9  1996 Ring_Preview/misc/versteinert.sel.info
[generic]                 1044    1664  62.7% -lh5- 5e47 Apr  9  1996 Ring_Preview/misc/verteilen.but
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/verteilen.but.info
[generic]                 1041    1664  62.6% -lh5- e946 Apr  9  1996 Ring_Preview/misc/verteilen.sel
[generic]                  142     236  60.2% -lh5- 1a83 Apr  9  1996 Ring_Preview/misc/verteilen.sel.info
[generic]                  850    1264  67.2% -lh5- 9706 Apr  9  1996 Ring_Preview/misc/wissen.but
[generic]                  860    1264  68.0% -lh5- 831f Apr  9  1996 Ring_Preview/misc/wissen.sel
[generic]                  932    1480  63.0% -lh5- 4169 Apr  9  1996 Ring_Preview/misc/zstbalken.but
[generic]                  856    1264  67.7% -lh5- b474 Apr  9  1996 Ring_Preview/misc/zustand.but
[generic]                  852    1264  67.4% -lh5- 1a23 Apr  9  1996 Ring_Preview/misc/zustand.sel
[generic]                77704  121742  63.8% -lh5- 1d9d Apr  9  1996 Ring_Preview/mods/intro.mod
[generic]                  334    2554  13.1% -lh5- 743d Apr  9  1996 Ring_Preview/mods/intro.mod.info
[generic]                  247     624  39.6% -lh5- bcd6 Apr 21  1996 Ring_Preview/pics.info
[generic]                34687   65084  53.3% -lh5- 18ea Apr  9  1996 Ring_Preview/pics/aga-buttons
[generic]                  268     460  58.3% -lh5- bacb Apr  9  1996 Ring_Preview/pics/aga-buttons.info
[generic]                 6144   15922  38.6% -lh5- a1a0 Apr  9  1996 Ring_Preview/pics/ausr.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/ausr.req.info
[generic]                 9125   20300  45.0% -lh5- e0d5 Apr  9  1996 Ring_Preview/pics/geld.req
[generic]                  139     236  58.9% -lh5- cb84 Apr  9  1996 Ring_Preview/pics/geld.req.info
[generic]                 3411    8380  40.7% -lh5- 27e4 Apr  9  1996 Ring_Preview/pics/info.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/info.req.info
[generic]                 9461   22420  42.2% -lh5- 5815 Apr  9  1996 Ring_Preview/pics/inv.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/inv.req.info
[generic]                13617   18240  74.7% -lh5- 9f66 Apr  9  1996 Ring_Preview/pics/magie.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/magie.req.info
[generic]                12264   25886  47.4% -lh5- 5790 Apr  9  1996 Ring_Preview/pics/naehr.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/naehr.req.info
[generic]                41903   68216  61.4% -lh5- 905a Apr  9  1996 Ring_Preview/pics/oberflaeche.pic
[generic]                  270     460  58.7% -lh5- 03e9 Apr  9  1996 Ring_Preview/pics/oberflaeche.pic.info
[generic]                10605   17628  60.2% -lh5- e8e7 Apr  9  1996 Ring_Preview/pics/personen.pic
[generic]                  267     460  58.0% -lh5- 699e Apr  9  1996 Ring_Preview/pics/personen.pic.info
[generic]                20529   31018  66.2% -lh5- 958c Apr  9  1996 Ring_Preview/pics/requesteri
[generic]                34496   69810  49.4% -lh5- c32e Apr  9  1996 Ring_Preview/pics/requesteri.bck
[generic]                  267     460  58.0% -lh5- cdb2 Apr  9  1996 Ring_Preview/pics/requesteri.bck.info
[generic]                  140     236  59.3% -lh5- 0ecf Apr  9  1996 Ring_Preview/pics/requesteri.info
[generic]                40676   80394  50.6% -lh5- 47b0 Apr  9  1996 Ring_Preview/pics/requesterii
[generic]                 7082   17976  39.4% -lh5- 5b63 Apr  9  1996 Ring_Preview/pics/wissen.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/wissen.req.info
[generic]                  141     236  59.7% -lh5- 020f Apr  9  1996 Ring_Preview/pics/zstbalken.but.info
[generic]                 9223   24890  37.1% -lh5- 4600 Apr  9  1996 Ring_Preview/pics/zustand.req
[generic]                  142     236  60.2% -lh5- faa6 Apr  9  1996 Ring_Preview/pics/zustand.req.info
[generic]                   35      35 100.0% -lh0- 93ed Apr  9  1996 Ring_Preview/readme.first
[generic]                  279     460  60.7% -lh5- 9aab Apr  9  1996 Ring_Preview/richie
[generic]                  251     624  40.2% -lh5- b086 Apr 21  1996 Ring_Preview/save.info
[generic]                  159    1244  12.8% -lh5- 0858 Apr  9  1996 Ring_Preview/save/aktuell.sav
[generic]                 1462    6210  23.5% -lh5- 1fb2 Apr  9  1996 Ring_Preview/save/inventory.dat
[generic]                 1466    6210  23.6% -lh5- da02 Apr  9  1996 Ring_Preview/save/items.dat
[generic]                  159    1244  12.8% -lh5- 0858 Apr  9  1996 Ring_Preview/save/ring00.sav
[generic]                  159    1244  12.8% -lh5- 0858 Apr  9  1996 Ring_Preview/save/ring01.sav
[generic]                  159    1244  12.8% -lh5- 0858 Apr  9  1996 Ring_Preview/save/ring02.sav
[generic]                  159    1244  12.8% -lh5- 0858 Apr  9  1996 Ring_Preview/save/ring03.sav
[generic]                   11     360   3.1% -lh5- 0000 Apr  9  1996 Ring_Preview/save/spielstaende
[generic]                  232     531  43.7% -lh5- 1a30 Jul 16 12:18 Ring_Preview/STARTME
[generic]                 1360    2748  49.5% -lh5- a7a7 Jul 16 12:33 Ring_Preview/STARTME.info
[generic]                 1572    4944  31.8% -lh5- 7922 Apr  9  1996 Ring_Preview/tuere.brush
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       226 files 2579165 3716202  69.4%            Jul 16 20:39

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>