Difference between revisions of "Option"

From BotF2-Wiki
Jump to: navigation, search
m (1 revision)
(added: ClientSettings.xaml)
Line 17: Line 17:
 
This function isn't available at the moment and so it isn't shown at all. In previous [[version]]s it might be shown.
 
This function isn't available at the moment and so it isn't shown at all. In previous [[version]]s it might be shown.
  
[[category:GUI]] [[category:How to play]]
+
 
 +
== ClientSettings.xaml ==
 +
 
 +
Windows 7: this file might be stored in C:\Users\#username#\AppData\Local\Star Trek Supremacy\
 +
 
 +
=== Content of version 2014-11-25 ===
 +
 
 +
*<ClientSettings
 +
*EnableDialogAnimations="False"
 +
*EnableFullScreenMode="False" *MusicVolume="0.07"
 +
*EnableHighQualityScaling="False"
 +
*EnableStarMapAnimations="False"
 +
*ClientWindowWidth="1024" -> (automatically, see [[How to play#Hotkeys|Hotkeys ALT+F12]])
 +
*ClientWindowHeight="720" -> (automatically, see [[How to play#Hotkeys|Hotkeys ALT+F12]])
 +
*SitRepDialogSettings.ShowGreenItems="True" -> see [[Summary]]
 +
*SitRepDialogSettings.ShowOrangeItems="True" -> see [[Summary]]
 +
*SitRepDialogSettings.ShowRedItems="True" -> see [[Summary]]
 +
*SitRepDialogSettings.ShowBlueItems="True" -> see [[Summary]]
 +
*SitRepDialogSettings.VisibleCategories="General, NewColony, ColonyStatus, Construction, Resources, Diplomacy, Military, Research, Intelligence, SpecialEvent, FirstContact, Personnel" -> see [[Summary]]
 +
*xmlns="http://schemas.startreksupremacy.com/xaml/presentation" />
 +
 
 +
[[category:GUI]] [[category:How to play]] [[category:XML-files]]

Revision as of 15:02, 26 November 2014

From Menue it's possible to come to Options Panel

Graphics Options

These options can be changed before Starting Game or while the game is running:

Music & Audio

At the moment only volume can be set here (or set it with PC speaker volume).

For music itself see here

Updater Options

This function isn't available at the moment and so it isn't shown at all. In previous versions it might be shown.


ClientSettings.xaml

Windows 7: this file might be stored in C:\Users\#username#\AppData\Local\Star Trek Supremacy\

Content of version 2014-11-25

  • <ClientSettings
  • EnableDialogAnimations="False"
  • EnableFullScreenMode="False" *MusicVolume="0.07"
  • EnableHighQualityScaling="False"
  • EnableStarMapAnimations="False"
  • ClientWindowWidth="1024" -> (automatically, see Hotkeys ALT+F12)
  • ClientWindowHeight="720" -> (automatically, see Hotkeys ALT+F12)
  • SitRepDialogSettings.ShowGreenItems="True" -> see Summary
  • SitRepDialogSettings.ShowOrangeItems="True" -> see Summary
  • SitRepDialogSettings.ShowRedItems="True" -> see Summary
  • SitRepDialogSettings.ShowBlueItems="True" -> see Summary
  • SitRepDialogSettings.VisibleCategories="General, NewColony, ColonyStatus, Construction, Resources, Diplomacy, Military, Research, Intelligence, SpecialEvent, FirstContact, Personnel" -> see Summary
  • xmlns="http://schemas.startreksupremacy.com/xaml/presentation" />