206 lines
8.9 KiB
Plaintext
206 lines
8.9 KiB
Plaintext
%-----------------------------------------------------------%
|
|
% DEMO NEWS #46 %
|
|
% MAY 28, 1994 %
|
|
% ftp.uwp.edu & ftp.eng.ufl.edu (USA), ftp.luth.se (SWEDEN) %
|
|
% ftp.sun.ac.za (AFRICA), ftp.uni-erlangen.de (GERMANY) %
|
|
% ftp.uni-paderborn.de (GERMANY) %
|
|
%-----------------------------------------------------------%
|
|
|
|
===========
|
|
FILES MOVED
|
|
===========
|
|
|
|
==========================================================================
|
|
Filename.ext | Location | Description
|
|
==========================================================================
|
|
(A)-TAD.ZIP alpha/NEW - Anarchy's Adlib delight. 286/Adlib/VGA
|
|
386p_101.zip source - Newest version of 386 POWER.
|
|
C64MUSIX.ZIP alpha/NEW - C64 Music converted to Adlib by Triad.
|
|
Dave-Sing... - This is a .bin file. I am not sure about it.
|
|
LISH.ZIP incoming/bizarre - Check the demos directory for this file.
|
|
MOREJCH.ZIP alpha/NEW - More JCH Adlib tunes.
|
|
NAZI.ZIP alpha/NEW - Big time Political "anti" Statement. GUS
|
|
PRG-C64!.ZIP alpha/NEW - Progress's C-64 music demo. Cool. GUS
|
|
PRG-WHS.ZIP alpha/NEW - Progress washandje intro. Adlib
|
|
REALTIME.ZIP alpha/NEW - Impact Studios demo.
|
|
SUPREME.ZIP incoming/bizarre - Supremace's intro for Bizarre party.
|
|
VDENTRO.ZIP alpha/NEW - VOID's bizarre Dentro. GUS
|
|
VIB-COLG.ZIP alpha/NEW - Adlib music and SFX for Colgate.
|
|
VIBRANTS.ZIP incoming/music - Vibrants Play-Driver v2.02. Adlib/SB.
|
|
acme-sns.zip incoming - ACME intro
|
|
anmformt.zip source - Delux Paint 2 ANM format--C source.
|
|
/bizarre incoming/bizarre - Some BIZARRE party stuff here. intros/demos.
|
|
bmscaler.zip source - Scaled bitmats trainer by Tumblin. C
|
|
bzr_revw.zip incoming - Bizarre party review...
|
|
cd_*.zip incoming/music - MODS from Crystal dream demo.
|
|
chaos486.zip alpha/NEW - Noxious's 486+ Intro. 486
|
|
/compo incoming/compo - Compo is over but MC][ has begun. Winner?
|
|
cthug-32.zip incoming/music - Moved to the music directory again.
|
|
demovt15.zip incoming/music - Vangelisteam Tracker ver 1.5. SB/GUS
|
|
fear-lsd.exe incoming/bizarre - The fear intro is in the "intros" directory.
|
|
gusenv.zip source - Source--Gus. Grabs port, dma and Irq.
|
|
mc2demo.arj incoming - The MC][ intro. Announces contest. GUS
|
|
mc2rules.zip incoming - The Music Contest's ][ rules.
|
|
quantic.zip incoming/music - 8 bit Sample compressor & player.
|
|
showrip.zip deleted - For displaying RIPs.
|
|
sky_*.zip incoming/music - SKYJUMP's MODS.
|
|
timing12.zip deleted - CAD tool...
|
|
tlp4v11c.zip utils - Graphics driver for use with Borland/Turbo C.
|
|
walki*.zip incoming/music - MODS
|
|
|
|
ANSI: kts_tz10.zip, lght9405.zip, stn-0694.zip, uni-0594.zip
|
|
|
|
*************
|
|
GENERAL STUFF
|
|
*************
|
|
|
|
I could not be as thorough this week due to the OVERLOAD of files that
|
|
were uploaded. Some, like the /bizarre stuff will stay for a few weeks
|
|
while others I could not get to this week will be move next week.
|
|
|
|
WHERE TO LOOK FOR DEMOS:
|
|
|
|
If you want a recent demo check the /incoming directory. If you believe
|
|
the demo was uploaded within the last couple weeks check /alpha/NEW and
|
|
if you think the demo is kind of old (>month) then go ahead and check
|
|
the /alpha/"letter" directory. Easy enough. Trust me, if it ain't here
|
|
(internet wise) it ain't anywhere. You can ARCHIE till your fingers turn
|
|
blue. BTW: All of the demo sites are mirrored off wasp and only "luth.se"
|
|
mirrors the incoming directory.
|
|
|
|
ONCE AGAIN:
|
|
|
|
The TOP25DL file is currently using stats from the last week of APRIL.
|
|
It will continue to do this till the "wasp" site has been fully upgraded
|
|
or the sys admins have decided to start creating a "syslog" again. Maybe
|
|
in a week, maybe in a month this will be fixed.
|
|
|
|
REVIEW DEMOS:
|
|
|
|
If you are interested in reviewing demos--- ;) let us know. Mike is
|
|
bogged down doing them and I have enough trouble moving things around and
|
|
keeping the .TXT files up to date. The UTIL directory .TXT file is still
|
|
a mess but everything seems to be "up to date."
|
|
|
|
**********
|
|
Mike SAYS
|
|
**********
|
|
|
|
Hi all, thats me again :)) and again some probs ;)
|
|
so here we go:
|
|
|
|
* ICEFEVER by XPOSE - seems it doesn't work with GUS properly. Also, in
|
|
file_id.diz there is written, that this demo req. a 486, but it works
|
|
fine on a 386 (btw: I don't like demos which require powerfull machines
|
|
just because the code is rather slow (I don't mean CD2, there is a great
|
|
code and entertainment)). PS: It hangs without GUS on my computer. ;)
|
|
* OUTTA TIME by SELECT - if you hear a terrible sound from the PC speaker
|
|
on your machine - that's because they have problem with keyboard handler
|
|
(1st bit on port 61 - enable speaker). To disable the sound from speaker
|
|
type and run following sequence in Turbo Debuger:
|
|
mov al, 0F3
|
|
out 43, al
|
|
mov al, 1
|
|
out 42, al
|
|
xor al, al
|
|
out 42, al ... it sets sound up to 1MHz - unhearable by human ;)
|
|
(and not playable by pc-speaker ;)
|
|
* SUPER UNKNOWN by FIVE AND THE SOME - in most cases you'll need 486 to run
|
|
it. This demo req. 386 w/copro, but it doesn't run with it either :))
|
|
Seems like there is a problem in their speed-detecting routine (maybe).
|
|
Also, if you want sounds on GUS, you have to install UMB server (like
|
|
Qemm or so), with at least 41kb free for ultramid driver.
|
|
----------------------------------
|
|
*uploaded: myst_tsi, 2ndtro - was on demosite before, but now i cann't find
|
|
it.
|
|
|
|
*moved to correct directory.
|
|
caveira /alpha/c
|
|
faces /alpha/f
|
|
killtime /alpha/k
|
|
icefever.zip /alpha/i
|
|
psy-drm.zip /alpha/p
|
|
safexit2.zip /alpha/s
|
|
zap.zip /alpha/z
|
|
ztround.zip /alpha/z
|
|
slt_ot.zip /alpha/s
|
|
sunknown.a01 /alpha/s
|
|
sunknown.arj /alpha/s
|
|
vision.zip /alpha/v
|
|
demo3.arj /alpha/d
|
|
change.arj /alpha/c
|
|
*deleted directory - /alpha/NEW/TG94 - it is now fully reviewed.
|
|
|
|
<<<<<
|
|
MUSIC
|
|
>>>>>
|
|
|
|
- MUSIC-FILES -
|
|
- 5/21/94-5/28/94 -
|
|
- by: Snowman -
|
|
|
|
Got to make this quick. Very rushed on time. This week, I want
|
|
you to all download mc2demo.arj in /pub/msdos/demos/incoming. This is
|
|
the demo for Music Contest ][. None of the files below have I gotten a
|
|
chance to look at. I'll do that soon. Until next time, ciao!
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
**Added**
|
|
|
|
FILENAME.EXT WHERE Description
|
|
-------- --- ------------------- ------------------------------------
|
|
whak-klf.zip /music/klf KLF release
|
|
cyb-phtm.zip /music/mmod New song by Cybellius
|
|
lamecoll.zip /music/mmod Collection of mods by Beast -94
|
|
hallowee.zip /music/ms3m New song by Umlimbe
|
|
mbm .zip /music/ms3m New song by Michael J. Betrand
|
|
mystic .zip /music/ms3m New song by Necros/PM
|
|
soft2 .zip /music/ms3m New song by C.J.Miller
|
|
dmp292 .zip /music/pplayers New version of DMP
|
|
tnypl210.zip /music/pplayers Tiny Play by Pelusa/PM
|
|
hsc15ecr.zip /music/ptrackers New tracker by Electronic Rats
|
|
------------------------------------------------------------------------
|
|
|
|
**Deleted**
|
|
|
|
FILENAME.EXT Description
|
|
------------ ----------------------------------------------------------
|
|
thedrums.zip It has to do with MIDI, and so it gets deleted.
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
As always, you can reach me at:
|
|
|
|
( S ) ----==== Project Leader : Music Contest 2 ====---- ( S )
|
|
( N ) ---=== Music : Digital Infinity ===--- ( N )
|
|
( O ) --== MusicOperator : wasp.eng.ufl.edu ==-- ( O )
|
|
( W ) -= ---- =- ( W )
|
|
( M ) --== name : Christopher G. Mann ==-- ( M )
|
|
( A ) ---=== locale : Akron Ohio, USA ===--- ( A )
|
|
( N ) ----==== e-mail : r3cgm@dax.cc.uakron.edu ====---- ( N )
|
|
|
|
%%%%%%%%%%%%
|
|
MAILING LIST
|
|
%%%%%%%%%%%%
|
|
|
|
Want to receive DEMONEWS.xxx and/or TOP25DL via E-mail? Mail dmw@eng.ufl.edu
|
|
This is not an automated "subscribe" feature. So, if you subscribe and do
|
|
not get something the next SUNDAY someone (namely me) "screwed" up. Also,
|
|
if you have an obscure E-mail address please mention where you want the "news"
|
|
to go. This applies mainly to those bitnet people.
|
|
|
|
=======
|
|
FINALLY
|
|
=======
|
|
|
|
Sink or Swim. If you have anything you want to add just send it to us
|
|
and we will try to get it in the following week. This newsletter reaches
|
|
150+ people excluding bounces. I am not sure how many demo groups this
|
|
reaches but I'd have to figure less than 20.
|
|
|
|
E-mail: dmw@eng.ufl.edu
|
|
|
|
|