Author Topic: MP3's and VGA?  (Read 6529 times)

0 Members and 1 Guest are viewing this topic.

Offline juncmodule

MP3's and VGA?
« on: September 04, 2002, 08:40:30 AM »
I'm really curious about how everyone feels about this.

My vote is to have the option to add one/both/or neither, but, to make sure that there was still the classic support with MIDI.

BYE!



Kon-Tiki

  • Guest
Re:MP3's and VGA?
« Reply #1 on: September 04, 2002, 08:50:58 AM »
The possibility to change the sounds from midi to something else is quite good. Still need to be able to stay to the classic feel, though. Maybe a choise of the player too? He can then choose wether he wants the original feel or the enhanced one (although it'll demand tons of work to give that possibility.)

-Kon-Tiki-

sepulchrave

  • Guest
Re:MP3's and VGA?
« Reply #2 on: September 04, 2002, 12:12:00 PM »
i would love to have mp3 support in the upcoming sci-studio vga. if it's not too difficult for the ppl programming it would be nice to have as a choice. i can understand if ppl would ignore it just 'cause it's not sierra-style. but i for one - want to make my game the way i'd like to play it, not necessarily the way sierra made them ;)

and i can say that good music and sfx are very important for me when playing games, hehe

Offline robingravel

Re:MP3's and VGA?
« Reply #3 on: September 04, 2002, 12:17:07 PM »
MP3s play slow on 486 systems. Don't use mp3s with sci0 or sci1

I have 486 sx computer.

Robin Gravel

Offline lskovlun

Re:MP3's and VGA?
« Reply #4 on: September 04, 2002, 12:24:15 PM »
SCI can't read MP3s, so the point about 486s is moot. On the other hand,
SCI1 does support CD audio. An approach I suggested earlier is to make the mp3s available
on a web page and ask users to burn an audio CD with them.

Offline Nailhead

Re:MP3's and VGA?
« Reply #5 on: September 04, 2002, 12:58:19 PM »
I think including MP3 playback is a very cool idea. In my opinion I think it would be great to use for sound effects rather than music. Although using MP3 support for music would greatly dramatize the experience of the game, I just think it isn't in the spirit of SCI. Although sometimes you just can't create the right sound effect through synthesis.

Offline robingravel

Re:MP3's and VGA?
« Reply #6 on: September 04, 2002, 01:21:04 PM »

I just think it isn't in the spirit of SCI.


Somebody told me the same thing with agimouse,
but many of them have played Serguei's destiny 2 demo
want to see finished.

Making new sci games with mp3s could be amusing.
(I used google translator for this line).

Robin Gravel

Offline juncmodule

Re:MP3's and VGA?
« Reply #7 on: September 04, 2002, 02:21:45 PM »
I guess I shouldn't have used "MP3's". I was just thinking of that for the file size. Basically I think it would be nice to be able to convert audio files directly to an SCI audio format. Perhaps an extremely low sample rate. I don't like the idea of using MUSIC in SCI games unless if it's via MIDI. I have this terrible vision of SCI fans putting the latest Brittney Spears track in their game and some evil record company sueing us all. Maybe I should play around with some SoundFonts and see how well that works. Distribute the SoundFonts along with the game.... I don't know much about those but, I know a guy that does... Has anyone ever experimented with this?

Offline lskovlun

Re:MP3's and VGA?
« Reply #8 on: September 04, 2002, 05:00:38 PM »
juncmodule: Heh, that's a good one. Britney Spears isn't exactly the kind of music I had in mind...
Re sound effects: Yes, a converter would be nice - there are so many good sound tools available that we don't need yet another one just for SCI.
We would need a built-in tool for handling sync resources, however.

Offline Brian Provinciano

Re:MP3's and VGA?
« Reply #9 on: September 04, 2002, 08:35:20 PM »
It would be pretty crazy to hack up SCI to support MP3. They're not just mouse support, or new pictures, they are complicated compressed files which take a lot of CPU to not only decode and play, but it would take an outrageous amount of code (as far a hacking is concerned) to implement them in an original interpreter. Writing an MP3 decoder in assembly language is one thing (it would be sooooo much code, and take ages to do), but actually combining the asm of the mp3 decoder and the original executable, and making them work together would be nuts.

Lars' audio cd suggestion is an excellent idea! Remember guys, that SCI games do run without the audio (just without music), so people could still play the games if they didn't chose to burn anything. And if they did choose to burn them, it would be no trouble with good ISOs or BIN-CUEs along with the MP3s. That's exactly how SegaCD ISOs are distributed.

It may sound like a lot of work to create a game with all these ISOs/MP3s/get users to burn them and all, but if you think about it, Sierra's games with CD audio were mostly mega$$$ productions, so the effort of burning special CDs wasn't a big deal.

I personally think though, that most people woundn't be composing their own tunes, but rather, just be using existing copyrighted music, which could cause issues. And... if they're just using tunes from their favorite band's CD, it's probably not going to perfectly fit the atmosphere of the game, even if they both have the same message. A perfect example of music in a game is DOOM, where youv'e got all the ticking, and sound effects, and such, they really give a good feel to match the rest of the game. Besides, where's the classic 2D adventure game feeling if we match all the low-res graphics, simple sfx and simple interface with Britney Spears, hehe :)

Offline juncmodule

Re:MP3's and VGA?
« Reply #10 on: September 05, 2002, 07:34:57 AM »
Ouch. Assembly. I guess that proves just how LITTLE I do know about programming. I thought you could add those things by hacking the SCI Studio Source code. Assembly language is such a nasty looking thing. I  think I will toy around with MIDI stuff. The reason I have such an interest in music with SCI0 games is that I make electronic music. I use really low sample rates for almost everything and almost every piece of gear I own (except three pieces) are from the mid-late 80's. I actually got into music because of Sierra games. They offered support for the Casio CZ101 with KQ1 and my dad had both, so, being surrounded by CheeZy synths and Sierra makes me feel all warm, fuzzy, and kid-like. I will just mess around with the soundFont thing. If I can find something free I will include it with my game so others can snatch it and distribute it. Microsoft did it with their Age Of Empires series. The lack of a better pallete is still a bummer, but, I think we'll all live... ;D

sepulchrave

  • Guest
Re:MP3's and VGA?
« Reply #11 on: September 05, 2002, 12:22:09 PM »
if one could place the music on cd's that would rock.

and if it was like that in the sierra games i imagine it would be much easier to implement too :)

Offline lskovlun

Re:MP3's and VGA?
« Reply #12 on: September 05, 2002, 01:01:31 PM »
I'm just pushing a pet theorem to the limit here, so please bear with me:

Actually, you would not need Assembly code to write an MP3 decoder. SCI is a Turing-complete language,
which means that it is, in theory, possible to realize any computation with it, provided that its
result is known to exist and takes finite time to come up with. Now, getting the decoded data to the
sound card is another matter, and would require some hacking to do. You would probably also run into
a memory shortage. Oh well, so much for theory.

Lars
(who is a CS student, and proud of it)

Offline Te Rangi

Re:MP3's and VGA?
« Reply #13 on: September 05, 2002, 04:07:11 PM »
Huh?

Offline OmerMor

Re:MP3's and VGA?
« Reply #14 on: September 05, 2002, 04:17:01 PM »
Lars - I got a B.A. in CS so I understand you ... not that i'm happy about it  8)


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.034 seconds with 15 queries.