home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / DEMO.CONF.TEXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  21.0 KB  |  530 lines

  1.  <C> 1994 by GEnie
  2.  ==========================================================================
  3.  This file is brought to you by The Commodore 64/128 RoundTable on GEnie
  4.  
  5.  This file may be published or excerpted in User Group newsletters
  6.  providing credit is given in this manner:
  7.  
  8.  "Copyright 1994 by GEnie  From the Commodore 64/128 RoundTable File#:#####"
  9.  
  10.  This file maybe be distributed, if distributed whole and unaltered, on
  11. <RETURN>, <S>croll, <Q>uit ?
  12.  
  13.  non-profit BBSs or non-profit networks.
  14.  
  15.  For more information on GEnie call by modem:
  16.  1-800-638-8369  (8-N-1 300/1200/2400)
  17.  Enter: HHH
  18.  Then reply: xtx99018,commrt
  19.  Then enter:  Commodore
  20.  
  21.  And enjoy!
  22.  ==========================================================================
  23. The Commdore RT once again, brings you something new! The firts ever DEMO
  24. Conference! Tonight Eddie Bourdon (Monday Night Host) Explores the  Demo
  25. World with Elwix of the Demo Group Style! Read on, who knows! You might get inspired and create a Demo!
  26. --------------------------------------------------------------------------
  27. <Eddie> Tonight , we have a special guest, Elwix from the demo group Style.
  28.  
  29. <Elwix/Style> Ok... <tap tap tap>, hello everyone :)
  30.  
  31. <Eddie> We are going to begin with a series of questions, to be followed by a
  32.         Q&A session. If you have any questions, just type /rai.
  33.  
  34.         First off, When did you start using computer, and what kind?
  35.  
  36. <Elwix/Style> I used my first computer at this older friends apartment, perhaps
  37.               as I was 12 or 13... it was an Apple II, and I got hooked on
  38.               playing wizardy and the such. That's when I fell in love with
  39.               computers.
  40.  
  41. <Eddie> When was it that you first took an interest into programming and demos?
  42.  
  43. <Elwix/Style> That was a bit later when I got a c128 for xmas. I started
  44.               programming BASIC stuff in the 128 mode coz it had nice gfx
  45.               commands in it's BASIC...
  46.  
  47.              As for demos...  well, admittance: I got some cracked games and
  48.              started seeing these intros. And they caught my attention, the
  49.              better intros were pretty creative and I wondered if I could do
  50.              them or something like them. A lot more sophisticated than my
  51.              BASIC programs.
  52.  
  53. <Eddie> When was it that you did your first demo, and what was it?
  54.  
  55. <Elwix/Style> Ok, I guess I "coded" this little thing as my first attempt at
  56.               ML, a silly little text screen, with just a big blue colorwash 
  57.               going on top. Really simple! but I thought it was pretty cool at
  58.               the time. 
  59.  
  60.               But if you count "real" demos, I did a page for FOE in 1990, so
  61.               that really starts my demo coding
  62.  
  63. <Eddie> QT, our hostess with the mostess has a question  :)
  64.  
  65. <QT> How did you go about teaching yourself to program in BASIC and ML?
  66.  
  67. <Elwix/Style> As for BASIC, I had the christmas break from highschool, so I had
  68.               the c128 book that came with the machine. I read it and jumped
  69.               right in using the book as a reference.
  70.  
  71.               ML was harder since I didn't have much of a reference guide.
  72.               only the opcode set. I mean, the assembly language. LDA STA, etc.
  73.               But no real programming guide.
  74.  
  75.               So I used those little ML monitors to mess around, either looking
  76.               at other programs or trying to write small assembly programs.
  77.  
  78. <Eddie> Lou Schonder has a question
  79.  
  80. <C128.LOU> In the back (or front) of your mind, are you considering, writing a
  81.            full-blown program? Have you any desire to do so?
  82.  
  83. <Elwix/Style> Well, full blown in what sense? I guess some demos feel pretty
  84.               full blown, especially my more elaborate ones. But if you mean
  85.               like, Novaterm. I doubt it!
  86.  
  87.               I have written some small-medium sized tools, like Wix Bouncer,
  88.               or Page Edit, but they pretty specific to demos.
  89.  
  90.               The closest thing to big is this LIFE program I'm making, to let
  91.               you edit and save/load LIFE patterns like displayed in Alive. a
  92.               nice editor for designing them.
  93.  
  94. <Eddie> We have all seen and ejoyed many demos, but what really makes up a
  95.         demo?  What are things like rasters, bobs, scrollers, ect, and what do
  96.         they do for a demo?
  97.  
  98. <Elwix/Style> I think the typical demo for the most part involves a series of
  99.               pages. Each page is centered around (usually) 1 or maybe more
  100.               effects. 
  101.  
  102.               An often used effect is a scroller, which is some long buffer of
  103.               text being displayed in some weird way. sinus wave scrolls, etc.
  104.  
  105.               Rasters are the horizontal color changes you see alot, the colors
  106.               are chosen for a particular blend or scale that looks good.
  107.  
  108.               Bobs are a name from the Amiga, basically large plotted objects.
  109.               Little smiley faces perhaps as opposed to plotting single pixels,
  110.               which is called dot plotting.  :)
  111.  
  112. <Eddie> What is the major difference between demos that are NTSC vs PAL demos,
  113.         and what does it take to 'NTSC Fix' a demo that was done for a PAL 
  114.         system?
  115.  
  116. <Elwix/Style> The major difference is in the video standard or I guess display
  117.               standard for montors (I'm no hardware guy so that's a laymans 
  118.               words for certain!)
  119.  
  120.               PAL has somthing like 260 "raster lines" per screen, NTSC has
  121.               200. 
  122.  
  123.               But the worst trouble in in "cycles per scanline". On NTSC this
  124.               works out to 65 cycles per raster, PAL 63.
  125.  
  126.               This means very timing critical routines - for example, FLI, will
  127.               completely fail to work on a machine the routine wasn't written
  128.               for. So that's why you see rasters flickering, or shaky logos, or
  129.               complete pages crashing in NTSC - the timing is off, and it
  130.               really wreaks havok.
  131.  
  132.               To fix this, it requires going through the code, finding timing
  133.               critical routines, and changing the timing slightly so the
  134.               routine works in NTSC. Sometimes rewriting whole sections of code
  135.               is necessary.
  136.  
  137. <Eddie> QT has a question.
  138.  
  139. <QT> Would this timing difference cause graphics NOT to appear on the screen at
  140.      all?
  141.  
  142. <Elwix/Style> Yes, for example, FLI written on a PAL machine, won't display the
  143.               picture on NTSC, and vice versa. So if you get some kind of load
  144.               & run FLI picture from PAL guy, it won't display or just show
  145.               garbage.
  146.  
  147. <QT> Ok, now I know why none of the new demo's I just downloaded will work,
  148.      thanks!
  149.  
  150. <Eddie> And I take it that the same would be true when viewing a NTSC page on a
  151.         PAL system?
  152.  
  153. <Elwix/Style> Yep, the same in reverse. Usually it's NTSC that sufferes more,
  154.               because PAL just have more rasterlines (ergo, more time) each
  155.               FRAME PASS (each time the screen is redrawn). So they can really
  156.               put more on a page)
  157.  
  158.               If a PAL page used all it's rastertime, and we view it here,
  159.               there's just not enough raster time, and generally the page
  160.               flickers like crazy.
  161.  
  162.               That won't happen for a PAL user watching NTSC demos.  it's just
  163.               the timing critical things that mess up.
  164.  
  165. <Eddie> QT has a question.
  166.  
  167. <QT> So, is there nothing us NTSC folks can do short of learning how to NTSC
  168.      fix the PAL demos then, right?
  169.  
  170. <Elwix/Style> The only other solution beside NTSC fixing these demos, is
  171.               getting some sort of PAL chip. I believe you need a PAL VIC chip.
  172.               but I'm not certain that's all. There are people in the demo
  173.               scene with PAL c64's, just to watch the demos. haha
  174.  
  175. <QT> aha! Where can one find such a chip?
  176.  
  177. <Elwix/Style> Well, probably from a European! Actually you can find alot who
  178.               want to swap PAL VIC for NTSC.
  179.  
  180. <QT> ok, thanks :)
  181.  
  182. <Elwix/Style> By reading diskmags, or posting onto Usenet Internet news
  183.  
  184. <Eddie> How would someone who wants to program demos go about learning how to
  185.         do it?  I know that Scibax put out a 'Demo Academy'  and that Phantom 
  186.         did 'Coders World'..would you recommend any of these or anything else
  187.         to people who want to learn?
  188.  
  189. <Elwix/Style> Absolutely. I hear people who've used alot of stuff from both
  190.               those, it helped them figure out the basics. I think you need to
  191.               understand assembly itself first, but those mags give you the
  192.               tricky info on how to use the VIC chip to scroll, display
  193.               sprites, gfx, etc etc.  basic demo effects to get started with!
  194.  
  195. <Eddie> I also noticed that Scibax included a few of your utilities with his
  196.         package  :)
  197.  
  198. <Elwix/Style> Yea, he tried to make a little collection of useful demo tools.
  199.               hehe. Actually it's Livefire (the guys handle), and related news 
  200.               is that he should be making a new bimonthly disk mag, purely for
  201.               presenting good articles on demo making, (coding, art, music), in
  202.               the Demo Academy vein.
  203.  
  204. <Eddie> That's some good news  :)
  205.         Now, our final topic:  The demo scene today.
  206.  
  207. <Elwix/Style> Indeed! Its seeming right now through internet there is a little
  208.               bit of rising interest to learn how to code demos again.  So it
  209.               ought to be a great help to these people.
  210.  
  211. <Eddie> Qt has a question.
  212.  
  213. <QT> any word when this might be available (the bi-monthly disk)?
  214.  
  215. <Elwix/Style> Hopefully it should be released on the inbetween-Driven months,
  216.               starting we hope July.
  217.  
  218. <QT> great!
  219.  
  220. <Eddie> Now, our final topic[ The demo scene today.
  221.         How many groups would you say are active in the demo scene today?
  222.  
  223. <Elwix/Style> I believe there are about 9-10, NTSC demo groups. There could be
  224.               40 or 50 in Europe! hehe. Or more.
  225.  
  226.               The demo scene in Poland and Hungary seem to be rising like
  227.               crazy. Also there are some solo type people making demos on a
  228.               regular basis.
  229.  
  230.               It's a small but finally rising again.  :)
  231.  
  232. <Eddie> On the average, how many demos are released in a 4 month span? (NTSC +
  233.         PAL)
  234.  
  235. <Elwix/Style> I have no idea in PAL. Maybe 30 or 40 in 4 months, counting
  236.               everything.  ??
  237. <Eddie> sure
  238.  
  239. <Elwix/Style> In NTSC, well, in the first 4 months of 95, there've been about
  240.               11 or 12. Back in the real golden age for demos in NTSC, there
  241.               might have been 30 or 40 as well. 
  242.  
  243.               But it's rising again, so that's a good thing. 
  244.  
  245. <Eddie> Are most of these available on the Internet, or is there somwhere else 
  246.         that they are available?
  247.  
  248. <Elwix/Style> All the NTSC demos are definitely available on FTP at
  249.               ftp.funet.fi (dir: /pub/cbm/c64/demos/ntsc )
  250.  
  251.               I mean, all the recent ones. there are a lot of old classics as
  252.               well, but there's even more that aren't up yet.  I hope to get my
  253.               whole collection there soon.
  254.  
  255. <Elwix/Style> Also I should mention: The demo BBS, Corrosion of Conformity,
  256.               where you can also find all the newest demos & tools.
  257.               905-385-8014 (Driven too!)
  258.  
  259. <Eddie> hehe..I call the COC bbs  :)
  260.  
  261. <Elwix/Style> ah! Great! :)  
  262.  
  263. <Eddie> Here is a question  that I've really been wanting to ask you:
  264.         (not counting Style) What is your favorite group of all time, and your
  265.         favorite demo?
  266.  
  267. <Elwix/Style> blarg!
  268.  
  269. <QT> giggle
  270.  
  271. <Eddie> I've never heard of them  ;)
  272.  
  273. <Elwix/Style> It's sooo hard to say. Really, Arson was incredible. They
  274.               release such a quantity of demos, and really big megademos. They
  275.               set the pace in those golden days. Their two best coders were
  276.               really good, nice original effects. I doubt any group will ever
  277.               make as many major demos as they did.
  278.  
  279.               Wanderer deserves a big mention to, as I found him quite
  280.               inspirational. He seemed to really enjoy coding and making demos.
  281.  
  282.               Fav demo? Well, I really can't name the best. It's sounding
  283.               terrible but I like my own demos :) I try very hard making them
  284.               something very different from anything else. But demos that 
  285.               struck me somehow include: Grand Posse, most of the Bonzai demos,
  286.               True Lord, most of the Electron demos, Summerrain  :)
  287.  
  288. <Eddie> I enjoyed the Electron demos too..Then again, I really loved
  289.         Hitchhiker's Guide  :)
  290.  
  291.         Qt has another question..after that, we will open the floor for general
  292.         conversation.
  293.  
  294. <QT> Well, this is pretty involved.
  295.  
  296. <Elwix/Style> hehe, well, it's nice when some group or person can set their
  297.               work off someway. make different demos, but keep an identifying
  298.               trademark
  299.  
  300. <QT> How do you prepare to make a demo, where do you start?
  301.  
  302. <Elwix/Style> Usually it starts with some weird idea. Often just some
  303.               daydreaming. Demo making is my main hobby, so I'm usually
  304.               thinking about what effect or idea to create.
  305.  
  306.               Then it usually simmers for awhile, after the initial idea. It
  307.               takes me some time these days to finally decide to do the demo,
  308.               as I havn't got as much of it lately. 
  309.  
  310. <QT> Never enough hours in the day
  311.  
  312. <Elwix/Style> I layout the whole thing in my head, the effect, the design of
  313.               the page or demos, what I'll need for it (music, gfx) that I need
  314.               to ask other people for (I can't draw or compose!)
  315.  
  316.               Then I just sit down, and start. Alot of the time it takes less
  317.               days to actually program what I wanted, than it did to think the
  318.               whole thing out!
  319.  
  320. <QT> sound like fun :)
  321.  
  322. <Elwix/Style> With a group demo like Gold, it's more a process of communicating
  323.               with the other coders & group members about what to do. It takes
  324.               more orginization as far as getting people together.
  325.  
  326. <QT> have you ever attended a demo party?
  327.  
  328. <Elwix/Style> Demo party: No. they're all in Europe! :( Well, of course,
  329.               America is just to spread out f a party to work here. the c64 per
  330.               square mile ratio is much smaller here than in Europe ;)
  331.  
  332. <Eddie> My final question is what can we expect from Style in the future?
  333.  
  334. <Elwix/Style> About Style, well, there are: more NTSC fixes of demos, a new gfx
  335.               editor that ought to be the best in it's class, and two big
  336.               demos. One's in that limbo state of 90% completion, the other
  337.               oughta be out this summer.
  338.  
  339.               Hopefully some small tools and or small demo in between.  :)
  340.  
  341. <Eddie> I want to thank you for stopping by tonight, it was as fun as it was
  342.         informative.
  343.  
  344.         I'm going to open the room to general chat now.
  345.  
  346. <Elwix/Style> No problem, anything to help stir up interest for this little
  347.               demo subculture :) This forum for electronc art.  
  348.  
  349. <Eddie> Now I'll have to go get the demos that I've missed  :)
  350.  
  351. <Elwix/Style> Haha. well, I wish I could get them sent to FTP faster, but it
  352.               takes too much time for disk demos.
  353.  
  354.               There's really alot of great classics still missing from funet
  355.  
  356. <Eddie> And a lot of them get corrupted, too.  I've d/l a bunch that just
  357.         wouldn't un-lzh  
  358.  
  359. <Elwix/Style> Eddie/QT - certainly now you've been inspired, to start coding
  360.               and making demos.  eh? :)
  361.  
  362. <QT> hehe, I'm trying my best to learn ML, it'll be awhile.
  363.  
  364. <Eddie> I've been trying.  I have Butterfield's book on ML, as well as a lot of
  365.         other tutorials that I've been fooling with.
  366.  
  367. <Elwix/Style> Hmm, well, the PAL demos maintainers want to use lzh for some
  368.               reason, arg. I'd just as soon keep them in c64 formats.
  369.  
  370. <QT> Elwix, how long does it usually take for demos such as the ones released
  371.      from teh X-95 party to be converted for us NTSC folks?
  372.  
  373. <Eddie> even an .arc would be better, with sfx being the best.
  374.  
  375. <Elwix/Style> I'll tell you, the best book there is, IMO, what helped me the
  376.               most, is Mapping the c64.
  377.  
  378. <QT> I'll have to post for it in the Wanted area
  379.  
  380. <Eddie> You can, QT, right after my post  ;)
  381.  
  382. <QT> giggle
  383.  
  384. <Elwix/Style> QT - out of the 5 winners at X-95, probably only 2 can ever be
  385.               fixed.
  386.  
  387. <QT> uggh  I dl'd the winner.RadioNapalm. It sounds great. Hope someday
  388.      can see it too :(
  389.  
  390. <Elwix/Style> These days PAL demos just go crazy. they're amazing, I hear,
  391.               but they're totally unviewable on NTSC, and pretty much 
  392.               unfixable..
  393.  
  394. <QT> ::sigh::
  395.  
  396. <Eddie> I gotta get a PAL 64, that's all there is to it!
  397.  
  398. <Elwix/Style> And there just aren't enough people fixing them!
  399.  
  400. <QT> giggle, me too! Which 2 do you think can be fixed?
  401.  
  402. <Elwix/Style> We got one of the best fixers still active, Massive Onslaught, so
  403.               at least some we can get.
  404.  
  405.               QT - we think MO can fix Contraflow and World Demise. 
  406.  
  407. <QT> no go on RN tho, eh?
  408.  
  409. <Elwix/Style> We're also pretty sure we can get the World of Code series
  410.               fixed.
  411.  
  412. <Eddie> So, are we looking at a good write up in Driven #9?  :)
  413.  
  414. <Elwix/Style> Haha! Yes of coz, well, your article is quite good. so it's
  415.               destined for #8 or #9.
  416.  
  417. <Eddie> Hopefully we will continue to get more people interested.  Many people
  418.         that sold their C='s are now coming back to them.  I love it  :)
  419.  
  420. <Elwix/Style> Ya, Internet has been incredible in getting people active
  421.               again. when I got on in 91 the Usenet group for c64 was just so
  422.               so. But now they seem to get 200 or 300 new postings each couple
  423.               weeks.
  424.  
  425. <jbee> That's not bad at all!
  426.  
  427. <Eddie> I've noticed the jump.  Even our users group has grown.  We gained 8
  428.         new members in the last 3 months.  Not bad for a small area.
  429.  
  430. <Elwix/Style> Indeed. plus now it's so much easier to get new software for
  431.               your c64, from all parts of the world. 
  432.  
  433. <jbee> I think the "information super highway" has made all computer users,
  434.        including Commodore owners more aware of the stuff out there that might
  435.        interest them.
  436.  
  437. <Eddie> A good thing that I've noticed, too, is that there isn't as much 'flame
  438.         wars' as there were years ago in the demo scene. 
  439.  
  440. <Elwix/Style> I wonder sometime if c64 made it to a stable plateau. most
  441.               people who own one and use it today, are diehards, and will 
  442.               Probably keep with the c64 for a long time now.
  443.  
  444. <jbee> I like the fact that there are less swearing and credit card numbers in
  445.        them.
  446.  
  447. <Elwix/Style> Eddie - yes, the people making demos are quite a lot more mature
  448.               these days I guess. The mdian age is up I'm sure.  
  449.  
  450. <Eddie> That's for sure.
  451.  
  452. <QT> Elwix, do you have any other computers besides your Commodore(s)?
  453.  
  454. <Elwix/Style> I felt very old when i started at 17.  haha
  455.               I have an Amiga, and I did want to try coding on that machine.
  456.               but in college I never found the time to learn it's hardware well
  457.               enough. And there's really no Amiga scene in America at all! 
  458.  
  459. <jbee> I have been surprised by the lack of "demos" on other computing
  460.        platforms.
  461.  
  462. <Elwix/Style> Sure, well, if possible!
  463.  
  464. <Eddie> I'm gonna be up late tonight grabbing demos, that's for sure  :)
  465.  
  466. <QT> hehe, Eddie... don't forget to share, Eddie
  467.  
  468. <Elwix/Style> jbee - There's a ton for Amiga. IBM is starting to catch up
  469.               too.
  470.  
  471. <QT> has anyone ever seen the UNREAL demo on the PC?
  472.  
  473. <Eddie> Most of the demos I have on my IBM are all, umm.THOSE type of demos 
  474.         ;)
  475.  
  476. <Elwix/Style> In fact it's about the only IBM demo I've seen !
  477.  
  478. <jbee> <- havent had an Amiga since 90 and did check the PC libraries for some.
  479.  
  480. <Eddie> I always share my stuff, QT
  481.  
  482. <QT> :)
  483.  
  484. <Eddie> Haven't seen it.
  485.  
  486. <jbee> always share mine too
  487.  
  488. <Elwix/Style> Can zip files be uploaded here? If I upload a zip can you make it
  489.               available?
  490.  
  491. <QT> we can re-do it in an arc or something
  492.  
  493. <Elwix/Style> Ok, I'll try and find the time to get some stuff up here
  494.               tomorrow. 
  495.  
  496. <jbee> ES, are you still in school? Just wondering if you were into computer
  497.        science or whatever.
  498.  
  499. <Elwix/Style> Well, I graduated last year, BS in CS, yep :) haha. 
  500.  
  501. <QT> Wow, Congrats!
  502.  
  503. <jbee> I have found many of the "diehards" are actually in the "business" in
  504.        some respect.
  505.  
  506. <Elwix/Style> Oh and i can always email demos to Eddie to find it's way here :)
  507.  
  508. <Eddie> that's right  :)
  509.  
  510. <QT> Great, we'd love that!
  511.  
  512. <Elwix/Style> in the business?
  513.  
  514. <jbee> professional programmers ^
  515.  
  516. <Elwix/Style> Ah. well, programming is programming, whether c64 or another
  517.               more job-likely system ;) (c64 is one of the funnest tho)
  518.  
  519. <jbee> I meant making a living at it. Would be great to make a living making
  520.        demos though :-D
  521.  
  522. <Elwix/Style> For certain! :) But it might have forced me to drop out of
  523.               college. haha!
  524.  
  525. <jbee> Though people have said not having a good C compiler has "hurt" the
  526.        Commodore I think it is possible it did the opposite because people 
  527.        learned how to code in MLfirst.
  528.  
  529. <Elwix/Style> Well, thanks Eddie for setting this up. 
  530.