Author Topic: .ogg Inputs  (Read 1776 times)

I know Badspot said not to do this , but is it really possible?





filecopy("./FILENAME.ogg","Add-Ons/Music/FILENAME.ogg");
datablock AudioProfile(DATABLOCKNAME) {
   fileName = "Add-Ons/Music/FILENAME.ogg";
   description = "AudioMusicLooping3d";
   preload = "1";
   uiName = "SONG NAME";
};

that's how i did it in castle defenders without enabling any music

once again, misread

Using .wavs for music sucks up space and makes downloading take years
if you want to try it, use my sound commands thing with a song, it works
i don't think you should keep using music like that (it forces people to download it)

also, please don't make topics that don't tell us what you need help with,
You didn't put .wav anywhere but that 3rd post
« Last Edit: April 21, 2013, 11:28:27 AM by MARBLE MAN »


filecopy("./FILENAME.ogg","Add-Ons/Music/FILENAME.ogg");
datablock AudioProfile(DATABLOCKNAME) {
   fileName = "Add-Ons/Music/FILENAME.ogg";
   description = "AudioMusicLooping3d";
   preload = "1";
   uiName = "SONG NAME";
};

that's how i did it in castle defenders without enabling any music

once again, misread

Using .wavs for music sucks up space and makes downloading take years
if you want to try it, use my sound commands thing with a song, it works
i don't think you should keep using music like that (it forces people to download it)

also, please don't make topics that don't tell us what you need help with,
You didn't put .wav anywhere but that 3rd post

K sorry.

I needed to know this cuz i am going to try and make a stereo mod edit so in a vehicle, you can select a radio station, and it randomizes adds and songs.

K sorry.

I needed to know this cuz i am going to try and make a stereo mod edit so in a vehicle, you can select a radio station, and it randomizes adds and songs.
You do not ever want to use .wav files for music
you can play music without a music brick

You do not ever want to use .wav files for music
you can play music without a music brick

Can you possibly tell me how I would make a vehicle only GUI that did the following:

  • Has a drop-down menu
  • Has "Radio Stations"
  • When you select a radio station, it randomizes different .ogg's (and have different .ogg's for every radio station)

Guis are client-sided

Guis are client-sided

Well then how does the Stereo Mod work?

Well then how does the Stereo Mod work?
It uses the already existing music selection gui

It uses the already existing music selection gui

Then how would i do m list with the default music list....

Then how would i do m list with the default music list....

Download the stereo mod and look how it works?

If you just want us to 'give you the answer' instead of trying to help you make something yourself, then post it in suggestions and requests.