Skip to content

Instantly share code, notes, and snippets.

@dbenage-cx
Last active November 1, 2017 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbenage-cx/b4c0ad0e57ab42471e453c7d8b2d870b to your computer and use it in GitHub Desktop.
Save dbenage-cx/b4c0ad0e57ab42471e453c7d8b2d870b to your computer and use it in GitHub Desktop.
Example config based on PR #1831 - Base file paths manually replaced with placeholders (//ROOT DIR//, //USERDATA DIR//)
<?xml version="1.0"?>
<XMLDoc>
<audio>
<effects>
<enabled>1</enabled>
<volume>255</volume>
</effects>
<music>
<enabled>1</enabled>
<path>//ROOT_DIR//default/data/sound/artificial_intelligence_v3.ogg</path>
<volume>127</volume>
</music>
</audio>
<content>
<effects>
<description>
<shown>0</shown>
</description>
</effects>
<path>//ROOT_DIR//default</path>
<shipdesign>
<default>
<enabled>1</enabled>
</default>
<saved>
<enabled>1</enabled>
</saved>
</shipdesign>
<stringtable>
<path>//ROOT_DIR//default/stringtables/en.txt</path>
</stringtable>
</content>
<effects>
<accounting>
<enabled>1</enabled>
</accounting>
<ai>
<threads>2</threads>
</ai>
<server>
<threads>8</threads>
</server>
<ui>
<threads>8</threads>
</ui>
</effects>
<exit>
<hotkey/>
</exit>
<logging>
<execs>
<ai>debug</ai>
<client>debug</client>
<server>debug</server>
</execs>
<sources>
<FSM>debug</FSM>
<IDallocator>debug</IDallocator>
<combat>debug</combat>
<combat_log>debug</combat_log>
<effects>debug</effects>
<log>debug</log>
<network>debug</network>
<python>debug</python>
<timer>debug</timer>
</sources>
</logging>
<network>
<discovery>
<port>12345</port>
</discovery>
<message>
<port>12346</port>
</message>
<server>
<uri>localhost</uri>
</server>
</network>
<quit>
<hotkey/>
</quit>
<save>
<auto>
<exit>
<enabled>1</enabled>
</exit>
<file>
<limit>10</limit>
</file>
<initial>
<enabled>1</enabled>
</initial>
<interval>
<turns>1</turns>
</interval>
<multiplayer>
<start>
<enabled>1</enabled>
</start>
</multiplayer>
<single_player>
<end>
<enabled>0</enabled>
</end>
<start>
<enabled>1</enabled>
</start>
</single_player>
</auto>
<binary>
<enabled>0</enabled>
</binary>
<path>//USERDATA_DIR//freeorion/save</path>
<server>
<path>//USERDATA_DIR//freeorion/save</path>
</server>
<xml>
<compression>
<enabled>1</enabled>
</compression>
</xml>
</save>
<setup>
<ai>
<aggression>MANIACAL</aggression>
<player>
<count>2</count>
</player>
</ai>
<empire>
<color>9</color>
<name>Terran Imperium</name>
</empire>
<galaxy>
<age>GALAXY_SETUP_MEDIUM</age>
<shape>DISC</shape>
</galaxy>
<initial>
<species>SP_HUMAN</species>
</initial>
<monster>
<frequency>GALAXY_SETUP_MEDIUM</frequency>
</monster>
<multiplayer>
<host>
<address>localhost</address>
</host>
<player>
<name>Human_Player</name>
</player>
</multiplayer>
<native>
<frequency>GALAXY_SETUP_MEDIUM</frequency>
</native>
<planet>
<density>GALAXY_SETUP_MEDIUM</density>
</planet>
<player>
<name>Human_Player</name>
</player>
<seed>0</seed>
<specials>
<frequency>GALAXY_SETUP_MEDIUM</frequency>
</specials>
<star>
<count>150</count>
</star>
<starlane>
<frequency>GALAXY_SETUP_MEDIUM</frequency>
</starlane>
</setup>
<ui>
<background>
<color>(35,35,35,240)</color>
</background>
<border>
<inner>
<color>(192,192,192,255)</color>
</inner>
<outer>
<color>(64,64,64,255)</color>
</outer>
</border>
<close>
<sound>
<path>//ROOT_DIR//default/data/sound/window_close.ogg</path>
</sound>
</close>
<combat>
<summary>
<damaged>
<color>(255,0,0,255)</color>
</damaged>
<dead>
<color>(128,0,0,255)</color>
</dead>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<graph>
<bar>
<health_smooth>
<enabled>1</enabled>
</health_smooth>
<proportional>
<height>
<enabled>0</enabled>
</height>
<width>
<enabled>1</enabled>
</width>
</proportional>
</bar>
<height>
<proportional>
<enabled>0</enabled>
</proportional>
</height>
</graph>
<minimized>0</minimized>
<pinned>0</pinned>
<undamaged>
<color>(0,255,0,255)</color>
</undamaged>
<visible>0</visible>
<windowed>
<height>300</height>
<left>150</left>
<top>50</top>
<width>400</width>
</windowed>
</summary>
</combat>
<control>
<background>
<color>(15,15,15,255)</color>
</background>
<border>
<color>(124,124,124,255)</color>
</border>
<button>
<click>
<sound>
<path>//ROOT_DIR//default/data/sound/button_click.ogg</path>
</sound>
</click>
<rollover>
<sound>
<path>//ROOT_DIR//default/data/sound/button_rollover.ogg</path>
</sound>
</rollover>
<state>
<color>(0,127,0,255)</color>
</state>
<turn>
<click>
<sound>
<path>//ROOT_DIR//default/data/sound/turn_button_click.ogg</path>
</sound>
</click>
</turn>
</button>
<dropdownlist>
<arrow>
<color>(130,130,0,255)</color>
</arrow>
<click>
<sound>
<path>//ROOT_DIR//default/data/sound/list_pulldown.ogg</path>
</sound>
</click>
</dropdownlist>
<edit>
<highlight>
<color>(43,81,102,255)</color>
</highlight>
</edit>
<listbox>
<drop>
<sound>
<path>//ROOT_DIR//default/data/sound/list_select.ogg</path>
</sound>
</drop>
<select>
<sound>
<path>//ROOT_DIR//default/data/sound/list_select.ogg</path>
</sound>
</select>
</listbox>
<scroll>
<width>14</width>
</scroll>
</control>
<copy>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_c</hotkey>
</copy>
<cut>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_x</hotkey>
</cut>
<design>
<base-selector>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>726</height>
<left>0</left>
<top>0</top>
<width>250</width>
</windowed>
</base-selector>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_d</hotkey>
<main-panel>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>436</height>
<left>250</left>
<top>290</top>
<width>774</width>
</windowed>
</main-panel>
<part-palette>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>290</height>
<left>601</left>
<top>0</top>
<width>423</width>
</windowed>
</part-palette>
<pedia>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<title>
<dynamic>
<enabled>0</enabled>
</dynamic>
</title>
<visible>0</visible>
<windowed>
<height>290</height>
<left>250</left>
<top>0</top>
<width>351</width>
</windowed>
</pedia>
</design>
<fleet>
<aggression>INVALID_FLEET_AGGRESSION</aggression>
<explore>
<hostile>
<ignored>0</ignored>
</hostile>
<system>
<known>
<multiplier>10</multiplier>
</known>
<route>
<limit>25</limit>
</route>
</system>
</explore>
<multiple>
<enabled>0</enabled>
</multiple>
<scanline>
<color>(24,24,24,192)</color>
</scanline>
</fleet>
<focus>
<next>
<hotkey>GGK_TAB</hotkey>
</next>
<prev>
<hotkey>MOD_KEY_LSHIFT | MOD_KEY_RSHIFT+GGK_TAB</hotkey>
</prev>
</focus>
<font>
<bold>
<path>//ROOT_DIR//default/data/fonts/Roboto-Bold.ttf</path>
</bold>
<color>(255,255,255,255)</color>
<link>
<color>(80,255,128,255)</color>
<rollover>
<color>(192,80,255,255)</color>
</rollover>
</link>
<path>//ROOT_DIR//default/data/fonts/Roboto-Regular.ttf</path>
<size>16</size>
<stat>
<decrease>
<color>(255,0,0,255)</color>
</decrease>
<increase>
<color>(0,255,0,255)</color>
</increase>
</stat>
<title>
<path>//ROOT_DIR//default/data/fonts/Roboto-Regular.ttf</path>
<size>17</size>
</title>
</font>
<gamemenu>
<hotkey>GGK_F10</hotkey>
</gamemenu>
<input>
<keyboard>
<repeat>
<delay>360</delay>
<interval>20</interval>
</repeat>
<sound>
<path>//ROOT_DIR//default/data/sound/text_typing.ogg</path>
</sound>
</keyboard>
<mouse>
<button>
<repeat>
<delay>360</delay>
<interval>15</interval>
</repeat>
<swap>
<enabled>0</enabled>
</swap>
</button>
</mouse>
</input>
<intro>
<menu>
<center>
<x>0.75</x>
<y>0.5</y>
</center>
</menu>
</intro>
<map>
<detection>
<range>
<opacity>3</opacity>
<shown>1</shown>
</range>
</detection>
<empires>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_e</hotkey>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>1</visible>
<windowed>
<height>160</height>
<left>345</left>
<top>608</top>
<width>445</width>
</windowed>
</empires>
<field>
<scanlines>
<color>(0,0,0,64)</color>
</scanlines>
</field>
<fleet>
<button>
<click>
<sound>
<path>//ROOT_DIR//default/data/sound/fleet_button_click.ogg</path>
</sound>
</click>
<medium>
<zoom>
<threshold>4</threshold>
</zoom>
</medium>
<rollover>
<sound>
<path>//ROOT_DIR//default/data/sound/fleet_button_rollover.ogg</path>
</sound>
</rollover>
<small>
<zoom>
<threshold>1.5</threshold>
</zoom>
</small>
<tiny>
<zoom>
<threshold>0.75</threshold>
</zoom>
</tiny>
</button>
<eta>
<shown>1</shown>
</eta>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<idle>
<zoom>
<next>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_g</hotkey>
</next>
<prev>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_f</hotkey>
</prev>
</zoom>
</idle>
<minimized>0</minimized>
<pinned>0</pinned>
<select>
<indicator>
<size>1.625</size>
</indicator>
</select>
<supply>
<dot>
<rate>0.02</rate>
<spacing>20</spacing>
</dot>
<shown>1</shown>
<width>3</width>
</supply>
<visible>1</visible>
<windowed>
<height>400</height>
<left>5</left>
<top>363</top>
<width>360</width>
</windowed>
<zoom>
<next>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_g</hotkey>
</next>
<prev>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_f</hotkey>
</prev>
</zoom>
</fleet>
<graphs>
<hotkey/>
</graphs>
<menu>
<enabled>0</enabled>
</menu>
<messages>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_t</hotkey>
<minimized>0</minimized>
<open>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_t</hotkey>
</open>
<pinned>0</pinned>
<timestamp>
<shown>1</shown>
</timestamp>
<visible>1</visible>
<windowed>
<height>160</height>
<left>0</left>
<top>608</top>
<width>345</width>
</windowed>
</messages>
<moderator>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>200</height>
<left>0</left>
<top>72</top>
<width>400</width>
</windowed>
</moderator>
<objects>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_o</hotkey>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>200</height>
<left>0</left>
<top>72</top>
<width>400</width>
</windowed>
</objects>
<open>
<hotkey>GGK_ESCAPE</hotkey>
</open>
<pedia>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>200</height>
<left>245</left>
<top>242</top>
<width>400</width>
</windowed>
</pedia>
<scale>
<circle>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_c</hotkey>
<shown>0</shown>
</circle>
<legend>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_l</hotkey>
<shown>1</shown>
</legend>
</scale>
<scanlines>
<shown>1</shown>
</scanlines>
<sidepanel>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<open>
<sound>
<path>//ROOT_DIR//default/data/sound/sidepanel_open.ogg</path>
</sound>
</open>
<pinned>0</pinned>
<planet>
<diameter>
<max>128</max>
<min>24</min>
</diameter>
<scanlane>
<color>(0,0,0,128)</color>
</scanlane>
<shown>1</shown>
</planet>
<visible>1</visible>
<width>512</width>
<windowed>
<height>726</height>
<left>512</left>
<top>42</top>
<width>512</width>
</windowed>
</sidepanel>
<sitrep>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hidden>
<stringlist/>
</hidden>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_n</hotkey>
<icon>
<size>24</size>
</icon>
<invalid>
<shown>0</shown>
</invalid>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>1</visible>
<windowed>
<height>200</height>
<left>245</left>
<top>42</top>
<width>400</width>
</windowed>
</sitrep>
<starlane>
<color>(72,72,72,255)</color>
<empire>
<color>
<shown>1</shown>
</color>
</empire>
<thickness>2
<factor>2</factor>
</thickness>
</starlane>
<system>
<background>
<gas>
<shown>1</shown>
</gas>
<starfields>
<shown>1</shown>
</starfields>
</background>
<circle>
<distance>2</distance>
<inner>
<max>
<width>5</width>
</max>
<width>2</width>
</inner>
<outer>
<width>2</width>
</outer>
<shown>1</shown>
<size>1.5</size>
</circle>
<icon>
<rollover>
<sound>
<path>//ROOT_DIR//default/data/sound/fleet_button_rollover.ogg</path>
</sound>
</rollover>
<size>14</size>
<tiny>
<threshold>10</threshold>
</tiny>
</icon>
<owned>
<zoom>
<next>
<hotkey>MOD_KEY_LSHIFT | MOD_KEY_RSHIFT | MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_GREATER</hotkey>
</next>
<prev>
<hotkey>MOD_KEY_LSHIFT | MOD_KEY_RSHIFT | MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_LESS</hotkey>
</prev>
</zoom>
</owned>
<scanlines>
<color>(36,36,36,192)</color>
<spacing>4</spacing>
</scanlines>
<select>
<indicator>
<rpm>12</rpm>
<size>1.625</size>
</indicator>
</select>
<unexplored>
<rollover>
<enabled>1</enabled>
</rollover>
</unexplored>
<unowned>
<name>
<color>(160,160,160,255)</color>
</name>
</unowned>
<zoom>
<home>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_h</hotkey>
</home>
<next>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_PERIOD</hotkey>
</next>
<prev>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_COMMA</hotkey>
</prev>
</zoom>
</system>
<zoom>
<slider>
<shown>0</shown>
</slider>
</zoom>
</map>
<maximize>
<sound>
<path>//ROOT_DIR//default/data/sound/window_minimize.ogg</path>
</sound>
</maximize>
<messagebox>
<sound>
<path>//ROOT_DIR//default/data/sound/alert.ogg</path>
</sound>
</messagebox>
<minimize>
<sound>
<path>//ROOT_DIR//default/data/sound/window_maximize.ogg</path>
</sound>
</minimize>
<name>
<id>
<shown>0</shown>
</id>
</name>
<objects>
<columns>
<c0>
<stringkey>NAME</stringkey>
<width>144</width>
</c0>
<c1>
<stringkey>ID</stringkey>
<width>48</width>
</c1>
<c10>
<stringkey/>
<width>96</width>
</c10>
<c11>
<stringkey/>
<width>96</width>
</c11>
<c2>
<stringkey>OBJECT_TYPE</stringkey>
<width>60</width>
</c2>
<c3>
<stringkey>OWNER</stringkey>
<width>120</width>
</c3>
<c4>
<stringkey>SPECIES</stringkey>
<width>96</width>
</c4>
<c5>
<stringkey>PLANET_TYPE</stringkey>
<width>96</width>
</c5>
<c6>
<stringkey>SIZE_AS_DOUBLE</stringkey>
<width>96</width>
</c6>
<c7>
<stringkey/>
<width>96</width>
</c7>
<c8>
<stringkey/>
<width>96</width>
</c8>
<c9>
<stringkey/>
<width>96</width>
</c9>
</columns>
</objects>
<options>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>1</visible>
<windowed>
<height>590</height>
<left>302</left>
<top>89</top>
<width>420</width>
</windowed>
</options>
<pan>
<down>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_DOWN</hotkey>
</down>
<left>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_LEFT</hotkey>
</left>
<right>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_RIGHT</hotkey>
</right>
<up>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_UP</hotkey>
</up>
</pan>
<paste>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_v</hotkey>
</paste>
<pedia>
<hotkey>GGK_F1</hotkey>
<search>
<articles>
<enabled>1</enabled>
</articles>
</search>
</pedia>
<production>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_p</hotkey>
<info_panel>
<fullscreen>
<height>128</height>
<left>0</left>
<top>0</top>
<width>350</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>128</height>
<left>0</left>
<top>0</top>
<width>350</width>
</windowed>
</info_panel>
<mappanels>
<removed>0</removed>
</mappanels>
<pedia>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hidden>
<enabled>0</enabled>
</hidden>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>240</height>
<left>350</left>
<top>0</top>
<width>162</width>
</windowed>
</pedia>
<queue>
<fullscreen>
<height>598</height>
<left>0</left>
<top>128</top>
<width>350</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>598</height>
<left>0</left>
<top>128</top>
<width>350</width>
</windowed>
</queue>
<selector>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>240</height>
<left>350</left>
<top>486</top>
<width>162</width>
</windowed>
</selector>
<sidepanel>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>726</height>
<left>512</left>
<top>0</top>
<width>512</width>
</windowed>
</sidepanel>
</production>
<queue>
<source>
<shown>1</shown>
</source>
<width>350</width>
</queue>
<quickclose>
<enabled>1</enabled>
</quickclose>
<reposition>
<enabled>1</enabled>
</reposition>
<research>
<background>
<color>(48,48,48,255)</color>
</background>
<border>
<color>(164,164,164,255)</color>
</border>
<completed>
<background>
<color>(72,72,72,255)</color>
</background>
<border>
<color>(164,164,164,255)</color>
</border>
<shown>1</shown>
</completed>
<control>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<graphic>
<size>3</size>
</graphic>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>182</height>
<left>1</left>
<top>530</top>
<width>390</width>
</windowed>
</control>
<has_prereq>
<shown>1</shown>
</has_prereq>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_r</hotkey>
<incomplete>
<background>
<color>(72,72,72,255)</color>
</background>
<progress>
<color>(40,40,40,255)</color>
</progress>
</incomplete>
<info_panel>
<fullscreen>
<height>100</height>
<left>0</left>
<top>0</top>
<width>350</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>126</height>
<left>0</left>
<top>0</top>
<width>350</width>
</windowed>
</info_panel>
<list>
<column>
<category>
<width>192</width>
</category>
<cost>
<width>128</width>
</cost>
<description>
<width>288</width>
</description>
<graphic>
<width>48</width>
</graphic>
<name>
<width>288</width>
</name>
<time>
<width>96</width>
</time>
</column>
</list>
<pedia>
<fullscreen>
<height>1</height>
<left>-2147483648</left>
<top>-2147483648</top>
<width>1</width>
</fullscreen>
<hidden>
<enabled>0</enabled>
</hidden>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>240</height>
<left>0</left>
<top>0</top>
<width>480</width>
</windowed>
</pedia>
<queue>
<fullscreen>
<height>626</height>
<left>0</left>
<top>100</top>
<width>350</width>
</fullscreen>
<minimized>0</minimized>
<pinned>0</pinned>
<visible>0</visible>
<windowed>
<height>596</height>
<left>2</left>
<top>126</top>
<width>346</width>
</windowed>
</queue>
<shown>1</shown>
<tree>
<spacing>
<horizontal>0.25</horizontal>
<vertical>0.75</vertical>
</spacing>
<zoom>
<scale>1</scale>
</zoom>
</tree>
<unresearchable>
<background>
<color>(30,30,30,255)</color>
</background>
<border>
<color>(86,86,86,255)</color>
</border>
<shown>0</shown>
</unresearchable>
</research>
<save>
<columns>time,turn,player,empire,file
<default>
<stretch>1</stretch>
</default>
<empire>
<stretch>1</stretch>
</empire>
<file>
<stretch>2</stretch>
</file>
<galaxy_size>
<width>
<chars>9999</chars>
</width>
</galaxy_size>
<player>
<stretch>1</stretch>
</player>
<seed>
<stretch>0.75</stretch>
</seed>
<time>
<width>
<chars>YYYY-MM-DD</chars>
</width>
</time>
<turn>
<width>
<chars>9999</chars>
</width>
</turn>
</columns>
<tooltip>
<delay>800</delay>
</tooltip>
</save>
<select>
<all>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_a</hotkey>
</all>
<none>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_d</hotkey>
</none>
</select>
<tooltip>
<delay>500</delay>
<extended>
<delay>3500</delay>
</extended>
</tooltip>
<turn>
<end>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_RETURN</hotkey>
</end>
<start>
<sound>
<enabled>0</enabled>
<path>//ROOT_DIR//default/data/sound/newturn.ogg</path>
</sound>
</start>
</turn>
<zoom>
<in>
<alt>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_KP_PLUS</hotkey>
</alt>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_z</hotkey>
</in>
<out>
<alt>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_KP_MINUS</hotkey>
</alt>
<hotkey>MOD_KEY_LCTRL | MOD_KEY_RCTRL+GGK_x</hotkey>
</out>
</zoom>
</ui>
<version>
<gl>
<check>
<enabled>0</enabled>
</check>
</gl>
<string>v0.4.7+ config_option_nesting_align_rewrite [build 2017-11-01.ded9b35] CMake</string>
</version>
<video>
<fps>
<max>60
<enabled>1</enabled>
</max>
<shown>0</shown>
<unfocused>15
<enabled>1</enabled>
</unfocused>
</fps>
<fullscreen>
<fake>
<enabled>1</enabled>
</fake>
<height>768</height>
<hotkey>MOD_KEY_LALT | MOD_KEY_RALT+GGK_RETURN</hotkey>
<reset>1</reset>
<width>1024</width>
</fullscreen>
<monitor>
<id>0</id>
</monitor>
<windowed>
<height>768</height>
<left>774</left>
<top>87</top>
<width>1024</width>
</windowed>
</video>
</XMLDoc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment