Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Audio ambience, audio OXPs.

An area for discussing new ideas and additions to Oolite.

Moderators: winston, another_commander

User avatar
EAGLE 5
Competent
Competent
Posts: 37
Joined: Sat Mar 18, 2006 6:11 am
Location: Houston
Contact:

Post by EAGLE 5 »

The Amiga Elite had the best presentation in my opinion. The music and sounds were great!
Cmdr. EAGLE 5
Hero for Hire
User avatar
Selezen
---- E L I T E ----
---- E L I T E ----
Posts: 2527
Joined: Tue Mar 29, 2005 9:14 am
Location: Tionisla
Contact:

Post by Selezen »

The music and sounds were great, yeah, but what posessed Mr. Micro to put that garish surround around the viewscreen...?

The docking sequence was lovely too...
User avatar
EAGLE 5
Competent
Competent
Posts: 37
Joined: Sat Mar 18, 2006 6:11 am
Location: Houston
Contact:

Post by EAGLE 5 »

I actually thought it was a pretty cool touch. True that it cut out a lot of viewspace, but the "snake" motif went well with the ship's name.
Cmdr. EAGLE 5
Hero for Hire
User avatar
Evil Juice
Dangerous
Dangerous
Posts: 76
Joined: Mon Feb 20, 2006 7:01 pm
Location: Florence, Italy

Post by Evil Juice »

In those times it was just ok, elite on amiga was real fun
Target lost
User avatar
TGHC
---- E L I T E ----
---- E L I T E ----
Posts: 2157
Joined: Mon Jan 31, 2005 4:16 pm
Location: Berkshire, UK

Post by TGHC »

Ahruman wrote:
which should either fix the problem or cause entirely new interesting errors…)
Now that's real programmer speak!
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

TGHC wrote:
Ahruman wrote:
which should either fix the problem or cause entirely new interesting errors…)
Now that's real programmer speak!
Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/
milinks
Deadly
Deadly
Posts: 164
Joined: Sun Jun 27, 2004 9:19 pm

Post by milinks »

Not wanting to open up another thread, i thought I'd attach an audio type question here. Is there a way at present to attach a sound with a given keypress, such as when pressing target missile "T" then an audio file will play the linked "missile targeted" or similar? similar to what was on X-Elite. Ive been playing about with a voice synch software that i have which saves in any format, and would like to give it a try if possible.
User avatar
aegidian
Master and Commander
Master and Commander
Posts: 1160
Joined: Thu May 20, 2004 10:46 pm
Location: London UK
Contact:

Post by aegidian »

Ahruman wrote:
Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/
Oh. I just emailed the oolite-devs list with one.

Code: Select all

/Volumes/teak/Users/giles/development/GUSTO/src/Cocoa/OOCASoundChannel.m:575: failed assertion `kState_Playing == _state'
Gave me a quick exit from Oolite just earlier. And the Sound Inspector window appears unexpectedly too.
"The planet Rear is scourged by well-intentioned OXZs."

Oolite models and gear? click here!
User avatar
aegidian
Master and Commander
Master and Commander
Posts: 1160
Joined: Thu May 20, 2004 10:46 pm
Location: London UK
Contact:

Post by aegidian »

milinks wrote:
Not wanting to open up another thread, i thought I'd attach an audio type question here. Is there a way at present to attach a sound with a given keypress, such as when pressing target missile "T" then an audio file will play the linked "missile targeted" or similar? similar to what was on X-Elite. Ive been playing about with a voice synch software that i have which saves in any format, and would like to give it a try if possible.
A custom event sounds system is in place and is being expanded for the next release. You'll be able to add custom sounds to replace a large number of beeps and boops - see customsounds.plist in the latest SVN builds for more details of which events are currently looked at for custom sounds.
"The planet Rear is scourged by well-intentioned OXZs."

Oolite models and gear? click here!
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

aegidian wrote:
Ahruman wrote:
Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/
Oh. I just emailed the oolite-devs list with one.
There’s an oolite-devs list?
aegidian wrote:

Code: Select all

/Volumes/teak/Users/giles/development/GUSTO/src/Cocoa/OOCASoundChannel.m:575: failed assertion `kState_Playing == _state'
Gave me a quick exit from Oolite just earlier.
That’s not the “more graceful” code, though. That’s the “fixed” code. :-)

*Looks*

Ahh, I guess that could happen if a sound is sent -stop between actually stopping and the channel being recycled… that case now gracefully handled. It’s quite possible that the sound code now actually works.
aegidian wrote:
And the Sound Inspector window appears unexpectedly too.
Oops. Switched that off now.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

*Looks at customsounds.plist*

Nice. It’d be good to do the same for music, though – the Amiga sound pack uses identical, relatively large files for docking and loading music.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

(That last comment was supposed to be in another thread, but hey.)

I’ve now checked in those fixes. A useful detail to remember.
Frantic
Competent
Competent
Posts: 41
Joined: Sun Mar 26, 2006 1:41 pm
Location: Brno
Contact:

Post by Frantic »

I'm modifying the sound mods I've been doing to work with the custom sounds changes in the last few days. The game really sounds cool with more sounds :-)
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

Ahruman wrote:
aegidian wrote:
Oh. I just emailed the oolite-devs list with one.
There’s an oolite-devs list?
Incidentally, this was not a facetious question.
User avatar
aegidian
Master and Commander
Master and Commander
Posts: 1160
Joined: Thu May 20, 2004 10:46 pm
Location: London UK
Contact:

Developer mailing list

Post by aegidian »

Yeah, the oolite-linux-devs list at berlios.de - there should be a sign up option if you log in and go to the oolite-linux summary page.

http://lists.berlios.de/mailman/listinf ... linux-devs
"The planet Rear is scourged by well-intentioned OXZs."

Oolite models and gear? click here!
Post Reply