Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Was wondering where I might obtain the drum roll intro music found playing during the original EV Intro text. I'm now a PC user and have downloaded the EV Original add-on to nova. Oddly, I heard no drumroll while viewing the intro text. I then concluded that perhaps there was something wrong with my software, or the PC version lacked a drum roll background. I used the editor to search EV sounds.rez for the afore mentioned, without success. Could someone tell me the name of the "piece", or where I might find it?
Thanks!
------------------
In the original EV the drumroll is actually two pieces of sound. In snd resource the EV music File. It is "Drum Intro" which is 30001 and "Drum Loop" which is 30002.
The Nova engine no longer supports sounds during the intro except in the form a movie. But a movie of the whole intro text scrolling along would be pretty huge, so it really isn't practical to have the drumroll from EV.
------------------ "The Macintosh may only have 10% of the market, but it is clearly the top 10%." — Douglas Adams
Quote
Originally posted by Guy: **The Nova engine no longer supports sounds during the intro except in the form a movie. But a movie of the whole intro text scrolling along would be pretty huge, so it really isn't practical to have the drumroll from EV.
**
That is exactly the way some other folks were doing it in a pre-official EVC port to Nova
-STH
------------------ "Create enigmas, not explanations." -Robert Smithson
The trick would be to put the text into QuickTime as text , rather than as images. Not that I'd know how to do it, mind you, but QT does have some text-handling abilities, and I think a QT .mov can contain Flash tracks, too.
------------------ (url="http://"http://home.comcast.net/~drtrowel/")Dr. Trowel's E.S.W.P.(/url) -- Cold Fusion graphics for EVN Override, EVN:O bug fixes, 'n more. Very Good Stuff: (url="http://"http://www.evula.com/escape_velocity/")EVula(/url) (url="http://"http://w00tware.ev-nova.net/")NovaTools(/url) (url="http://"http://www.evula.org/infernostudios/search.html")EVPlugSearcher(/url) Play FAQs: (url="http://"http://ev-nova.net/forums/viewtopic.php?t=2832&sid;=43627ead61761e7f19060b00c14c739c")N(/url) (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&forum;=EV+Nova+FAQs&number;=30&DaysPrune;=20&LastLogin;=")N(/url) (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&forum;=EV+Override+FAQs&number;=53&DaysPrune;=20&LastLogin;=")O(/url) (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&forum;=Escape+Velocity+FAQs&number;=28&DaysPrune;=20&LastLogin;=")C(/url) Dev FAQs: (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&forum;=EV+Plug-in+Developer+FAQs&number;=29&DaysPrune;=20&LastLogin;=")A(/url) (url="http://"http://www.ambrosiasw.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=31&SUBMIT;=Go")B(/url) For a Limited Time Only: (url="http://"http://www.ambrosiasw.com/webboard/Forum9/HTML/005565.html#")Enter the Silly Plug Contest!(/url)
You could also just use an SWF, which Quicktime can read, and which can handle text. Flash also has a wonderful feature to automatically create the intermediate frames when something is moved, so it would be extremely simple in Flash.
------------------ The programmer's code of entomology: there's always another bug. There are 10 types of people in the world: those who understand binary and those who have friends. Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url) (url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url) | (url="http://"http://www.evula.org/infernostudios/search.html")Add-ons Search Engine(/url)
As I mentioned when I was trying to do it, it was a major pain in the rear.
While displaying a dësc, it's not possible to play background music. My tests played the BGM with a black screen, and then displayed the text. Not great at all.
Further, a movie requires a dësc. So, if you display an intro text movie, you still need a dësc of sorts. This was/is solved by saying "Prepare for launch!" or something equally incoherent.
Finally, the matter of putting the movie together from the STR# resources. I started a program to do this, but it was, again, a major pain, and not as easy as I had hoped. If I ever get the time, I may add such a feature to SpacePort 2.0.
~ SP
------------------ Fear the SpacePirate, He made a (url="http://"http://www.evula.org/infernostudios/search.html")plug-in search page(/url)... And he'll board your ship! -mrxak *** (url="http://"http://www.evula.org/infernostudios/")InfernoStudios(/url) was last updated 06 June, 2004. ***
Hmm...the hardest part is getting the text to fade rather than just disappearing. You might have to abandon this effect, unfortunately.
Can the desc just be blank and have the movie load instead?
------------------ (url="http://"http://www.evula.org/aftermath")Aftermath(/url)
Originally posted by orcaloverbri9: **Hmm...the hardest part is getting the text to fade rather than just disappearing. You might have to abandon this effect, unfortunately.
I don't know a thing about Flash, but.... Instead of fading the text itself, will either QT or SWF let you put a black layer in front of the scrolling text that has a gradient going from fully opaque at the top and bottom of the screen to fully transparent in the middle?
Originally posted by Dr. Trowel: **I don't know a thing about Flash, but.... Instead of fading the text itself, will either QT or SWF let you put a black layer in front of the scrolling text that has a gradient going from fully opaque at the top and bottom of the screen to fully transparent in the middle?
That would work great for flash- good idea.
Originally posted by Dr. Trowel: I don't know a thing about Flash, but.... Instead of fading the text itself, will either QT or SWF let you put a black layer in front of the scrolling text that has a gradient going from fully opaque at the top and bottom of the screen to fully transparent in the middle?
Actually, I thought of that, but there's one minor thing: the entire line starts to darken. I can think a way around this, but it would totally obliderate any chance of taking advantage of the "tween frames" feature of Flash. And I really don't want to do it without it, especially considering the nature of my idea. Of course, we could always just forget about that minor detail, since it would probably look better the way Dr. Trowel described anyway. I'll take a look in Flash and see if I can find a transparency feature.