EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > Fetish

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 09-21-2007, 07:00 AM
therealmosha therealmosha is offline
A Dervish Cutthroat
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 37
Default Volume settings - startbutton related?

ive been bugged for a long time with this annoything thing:

evrytime i start up eq2 it loads the same volume settings, overwriting my previous changes to either options-menu or directly vis /music_volume /combat_music_volume

the thing is: id like both set to zero, im now using a macro for that, but thats.. erm... you know

i wondered, whether this was related to your startbutton mod with the volume thingies?

the other 'dirty' hack i found to fix my problem was to rename the \music\ folder. but unfortunately i have to re-rename it when patching eq2 is due, otherwise itd redownload the mp3s (expected behaviour tho')

can i make any change to the mainhud_startbutton file to always set both music volumes to zero?
Reply With Quote
  #2  
Unread 09-21-2007, 08:09 AM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Send a message via ICQ to FloridaFringe Send a message via AIM to FloridaFringe Send a message via MSN to FloridaFringe
Default

Try what is posted in the Customization thread, which is stickied at the top of this board: Link
Reply With Quote
  #3  
Unread 09-24-2007, 07:52 AM
therealmosha therealmosha is offline
A Dervish Cutthroat
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 37
Default

ok, tried that now, had zero effect :/ (been restarting eq2 multple times since change to said xml file)
Reply With Quote
  #4  
Unread 09-25-2007, 11:00 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

If you don't use the special startbutton features, just delete or rename eq2ui_mainhud_startbutton.xml in your Fetish folder and it'll use the default one, which also won't change your volume settings.
Reply With Quote
  #5  
Unread 09-25-2007, 02:30 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Send a message via ICQ to FloridaFringe Send a message via AIM to FloridaFringe Send a message via MSN to FloridaFringe
Default

Sorry I can't help any more than suggesting the info in the FAQ but I personally use the default that I've modded to use the FetishClassic image. Looks nice and does exactly what I need it to do, open the Start Menu
Reply With Quote
  #6  
Unread 09-25-2007, 06:14 PM
Kuraikaze_Moss Kuraikaze_Moss is offline
A Coastal Crab
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 1
Default volume settings built into eq2ui_mainhud_startbutton.xml

In the current configuration of the eq2ui_mainhud_startbutton.xml file you cannot save your volume settings.... below is the code i substituted in the file to zero out my music and combat music volume... the settings are static and will reset your volume settings each time you log in.
Code:
<Page LocalTooltip="Ambient Music Volume Control" Location="34,27" Name="MusicVolume" ScrollExtent="60,26" Size="60,26" Tooltip="Ambient Music Volume Control">
<Sliderbar Location="1,11" Name="Slider" OnChange="
Music_Volume=(Value/20)
Music_Volume=(Value/20)
Parent.Val.text=(Music_Volume)
" ScrollExtent="60,13" Size="60,13" Style="/Fetish.SliderbarStyles.horz_sliderbar" UpperLimit="20" Value="0"/>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="Music" Location="2,0" Name="Label" ScrollExtent="40,16" Size="40,16" TextColor="#88CCFF">Music</Text>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="0.000" Location="43,0" Name="Val" ScrollExtent="18,22" Size="18,16" TextColor="#88CCFF">0.000</Text>
</Page>
<Page LocalTooltip="Combat Music Volume Control" Location="34,54" Name="CombatVolume" ScrollExtent="60,26" Size="60,26" Tooltip="Combat Music Volume Control">
<Sliderbar Location="1,11" Name="Slider" OnChange="
Combat_Music_Volume=(Value/20)
Combat_Music_Volume=(Value/20)
Parent.Val.text=(Combat_Music_Volume)
" ScrollExtent="60,13" Size="60,13" Style="/Fetish.SliderbarStyles.horz_sliderbar" UpperLimit="20" Value="0"/>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="Combat" Location="2,0" Name="Label" ScrollExtent="40,16" Size="40,16" TextColor="#88CCFF">Combat</Text>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="0.000" Location="43,0" Name="Val" ScrollExtent="18,22" Size="18,16" TextColor="#88CCFF">0.000</Text>
original code:
Code:
<Page LocalTooltip="Ambient Music Volume Control" Location="34,27" Name="MusicVolume" ScrollExtent="60,26" Size="60,26" Tooltip="Ambient Music Volume Control">
<Sliderbar Location="1,11" Name="Slider" OnChange="
Music_Volume=(Value/20)
Music_Volume=(Value/20)
Parent.Val.text=(Music_Volume)
" ScrollExtent="60,13" Size="60,13" Style="/Fetish.SliderbarStyles.horz_sliderbar" UpperLimit="20" Value="10"/>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="Music" Location="2,0" Name="Label" ScrollExtent="40,16" Size="40,16" TextColor="#88CCFF">Music</Text>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="0.500" Location="43,0" Name="Val" ScrollExtent="18,22" Size="18,16" TextColor="#88CCFF">0.500</Text>
</Page>
<Page LocalTooltip="Combat Music Volume Control" Location="34,54" Name="CombatVolume" ScrollExtent="60,26" Size="60,26" Tooltip="Combat Music Volume Control">
<Sliderbar Location="1,11" Name="Slider" OnChange="
Combat_Music_Volume=(Value/20)
Combat_Music_Volume=(Value/20)
Parent.Val.text=(Combat_Music_Volume)
" ScrollExtent="60,13" Size="60,13" Style="/Fetish.SliderbarStyles.horz_sliderbar" UpperLimit="20" Value="8"/>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="Combat" Location="2,0" Name="Label" ScrollExtent="40,16" Size="40,16" TextColor="#88CCFF">Combat</Text>
<Text AbsorbsInput="false" Font="/Fetish.Fonts.FontArial14T" LocalText="0.400" Location="43,0" Name="Val" ScrollExtent="18,22" Size="18,16" TextColor="#88CCFF">0.400</Text>
Reply With Quote
  #7  
Unread 09-25-2007, 06:21 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Looking at that code, just remove the Value="X" from the XML and it will actually save your last settings in game.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:30 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI