Default sound volume
Moderators: winston, another_commander
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Default sound volume
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...
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!
And any survivors, their debts I will certainly pay. There's always a way!
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Default sound volume
I think I did set the volume once in Oolite 1.58 and is probably the same for me since.
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.
OOCASound.m, line 157. But that is in the mac specific part.
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
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Default sound volume
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!
And any survivors, their debts I will certainly pay. There's always a way!
Re: Default sound volume
I can't think of any reason not to do that.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?
Re: Default sound volume
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.
Re: Default sound volume
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).
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Default sound volume
I'm still wondering why?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 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!
And any survivors, their debts I will certainly pay. There's always a way!
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Default sound volume
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!
And any survivors, their debts I will certainly pay. There's always a way!
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Default sound volume
OK, changed. Set to 0.5 default from tomorrow's nightly onwards.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Default sound volume
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!
And any survivors, their debts I will certainly pay. There's always a way!