Default sound volume

An area for discussing new ideas and additions to Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Default sound volume

Post by Cody »

Having just installed yet another nightly build, I again wonder why the default volume in vanilla Oolite (Windows versions, anyway) is set to max?
Something like 50% would be preferable. It's a very minor thing, but...
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Re: Default sound volume

Post by Eric Walch »

I think I did set the volume once in Oolite 1.58 and is probably the same for me since. :lol:

Preferences should be stored in the user area and survive version updates. But, that is probably a whole other issue.

EDIT:
Going through the resources, I think it is not at 100% but at 75% if no preferences existed.

Code: Select all

		if ([prefs objectForKey:KEY_VOLUME_CONTROL])  sNominalVolume = [prefs floatForKey:KEY_VOLUME_CONTROL];
		else  sNominalVolume = 0.75;	// default setting at 75% system volume
OOCASound.m, line 157. But that is in the mac specific part. :wink:
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Default sound volume

Post by Cody »

To save resetting a load of stuff, I've taken to porting the GNUstep\Defaults file into new trunk nightly installs. Is there any reason why I shouldn't be doing this?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Default sound volume

Post by cim »

Cody wrote:
To save resetting a load of stuff, I've taken to porting the GNUstep\Defaults file into new trunk nightly installs. Is there any reason why I shouldn't be doing this?
I can't think of any reason not to do that.
Switeck
---- E L I T E ----
---- E L I T E ----
Posts: 2411
Joined: Mon May 31, 2010 11:11 pm

Re: Default sound volume

Post by Switeck »

I have to lower the default sound volume because the buying and selling sounds in the commodities market menu is so painfully loud relative everything else.
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Re: Default sound volume

Post by Svengali »

And if we are at it... Tichys fixed guiclick.ogg should be put in the game as well (see https://bb.oolite.space/viewtopic.php?f=3&t=13717).
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Default sound volume

Post by Cody »

Cody wrote:
Having just installed yet another nightly build, I again wonder why the default volume in vanilla Oolite (Windows versions, anyway) is set to max?
I'm still wondering why?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Default sound volume

Post by Cody »

And I'm still wondering why? No sound thingy should be set at max volume by default.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6681
Joined: Wed Feb 28, 2007 7:54 am

Re: Default sound volume

Post by another_commander »

OK, changed. Set to 0.5 default from tomorrow's nightly onwards.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Default sound volume

Post by Cody »

Perfect - muchas gracias!
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
Post Reply