Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / ryzom / client / mods / syui_v3 / syui / game_config.xml
blob1167e43ea1bec6b38f8841fc3fe1452fdb5b5eca
1 <interface_config>
2   <root id="interface"
3         x="0"
4         y="0"
5         w="800"
6         h="600"
7         active="true" />
8   <lua file="game_config.lua" />
9   <!-- ******************** -->
10   <!-- * UI COLOR & ALPHA * -->
11   <!-- ******************** -->
12   <!-- ********* -->
13   <!-- Templates -->
14   <!-- ********* -->
15   <!-- all container must be initialized with those templates to use data exchange -->
16   <style style="sgc_title"
17          type="text"
18          color="255 255 255 255"
19          fontsize="14"
20          shadow="true"
21          case_mode="%case_normal" />
22   <style style="sgc_title2"
23          type="text"
24          color="255 255 255 192"
25          fontsize="12"
26          shadow="true" />
27   <!-- WIDGET TO CHOOSE A COLOR -->
28   <!-- the modal window (with the color picker) -->
29   <group type="modal"
30          id="define_mcw_color"
31          exit_click_out="true"
32          posref="TR TR"
33          w="276"
34          h="110"
35          global_color="false"
36          options="skin_modal"
37          on_enter="lua"
38          on_enter_params="game:mcwValidateColor()">
39     <view type="text"
40           id="text"
41           posref="TL TL"
42           x="4"
43           y="-4"
44           color="255 255 255 255"
45           fontsize="12"
46           shadow="true"
47           global_color="false"
48           hardtext="uiDefmcwCol" />
49     <view type="bitmap"
50           id="pick_back"
51           posref="MM MM"
52           x="0"
53           y="0"
54           scale="true"
55           color="0 0 0 255"
56           w="260"
57           h="68"
58           texture="blank.tga" />
59     <ctrl type="colpick"
60           id="pick"
61           posref="MM MM"
62           x="0"
63           y="0"
64           texture="color_palette.tga"
65           onchange="lua"
66           onchange_params="game:mcwOnColorChanged()" />
67     <ctrl type="colpick"
68           id="pick2"
69           posref="MM MM"
70           x="0"
71           y="0"
72           texture="color_palette2.tga"
73           onchange="lua"
74           onchange_params="game:mcwOnColorChanged()" />
75     <instance template="button_ok_cancel"
76               posref="BR BR"
77               x="-4"
78               y="4"
79               ok_text="uittGCValid"
80               cancel_text="uittGCCancel"
81               onclick_ok="lua"
82               onclick_ok_param="game:mcwValidateColor()"
83               onclick_cancel="leave_modal"
84               onclick_cancel_param="" />
85   </group>
86   <!-- the 2 templates (one for each palette type) -->
87   <template name="tgcw_color"
88             id="color_chooser"
89             posref="TL TL"
90             x="0"
91             y="0"
92             posparent="parent">
93     <group id="#id"
94            posref="#posref"
95            x="#x"
96            y="#y"
97            posparent="#posparent"
98            child_resize_w="true"
99            h="14">
100       <ctrl type="button"
101             id="c"
102             button_type="push_button"
103             posref="TL TL"
104             x="0"
105             y="0"
106             global_color_normal="false"
107             tx_normal="W_affected.tga"
108             tx_pushed="W_affected.tga"
109             tx_over="W_button_14_over.tga"
110             global_color_over="false"
111             onclick_l="lua"
112             params_l="game:mcwChooseColor('#title',0)"
113             tooltip="#tooltip"
114             global_color_pushed="false" />
115       <view type="text"
116             id="text"
117             posparent="c"
118             posref="MR ML"
119             x="4"
120             y="-1"
121             color="255 255 255 192"
122             fontsize="10"
123             shadow="true"
124             hardtext="#text" />
125     </group>
126   </template>
127   <template name="tgcw_color2"
128             id="color_chooser"
129             posref="TL TL"
130             x="0"
131             y="0"
132             posparent="parent">
133     <group id="#id"
134            posref="#posref"
135            x="#x"
136            y="#y"
137            posparent="#posparent"
138            child_resize_w="true"
139            h="14">
140       <ctrl type="button"
141             id="c"
142             button_type="push_button"
143             posref="TL TL"
144             x="0"
145             y="0"
146             global_color_normal="false"
147             tx_normal="W_affected.tga"
148             tx_pushed="W_affected.tga"
149             tx_over="W_button_14_over.tga"
150             global_color_over="false"
151             onclick_l="lua"
152             params_l="game:mcwChooseColor('#title',1)"
153             tooltip="#tooltip"
154             global_color_pushed="false" />
155       <view type="text"
156             id="text"
157             posparent="c"
158             posref="MR ML"
159             x="4"
160             y="-1"
161             color="255 255 255 192"
162             fontsize="10"
163             shadow="true"
164             hardtext="#text" />
165     </group>
166   </template>
167   <!-- WIDGET TO CHOOSE AN INTEGER FROM A SCROLL BAR -->
168   <template name="tgcw_scrollbarint"
169             id="color_chooser"
170             posref="TL TL"
171             x="0"
172             y="0"
173             posparent="parent">
174     <group id="#id"
175            posref="#posref"
176            x="#x"
177            y="#y"
178            posparent="#posparent"
179            child_resize_w="true"
180            h="20">
181       <view type="bitmap"
182             id="bk"
183             posref="BL BL"
184             scale="true"
185             y="4"
186             w="130"
187             h="2"
188             texture="W_line_hor2.tga" />
189       <view type="text"
190             id="text"
191             posparent="bk"
192             posref="TL BL"
193             x="0"
194             y="1"
195             color="255 255 255 192"
196             fontsize="10"
197             shadow="true"
198             hardtext="#text" />
199       <ctrl type="scroll"
200             id="c"
201             posparent="bk"
202             posref="MM MM"
203             x="0"
204             y="-1"
205             w="130"
206             h="8"
207             vertical="false"
208             align="L"
209             min="0"
210             max="255"
211             tracksize="8"
212             tx_topright="w_scroll_R.tga"
213             tx_middle="w_scroll_l123_m.tga"
214             tx_bottomleft="w_scroll_L.tga"
215             onscroll="ddx_scroll"
216             onscrollend="ddx_scroll_end"
217             params="ui:interface:game_config:content:all" />
218       <!-- The Scroll Result view-->
219       <view type="text"
220             id="c_res"
221             posparent="bk"
222             posref="MR ML"
223             x="8"
224             y="1"
225             color="255 255 255 192"
226             fontsize="10"
227             shadow="true" />
228     </group>
229   </template>
230   <!-- WIDGET TO CHOOSE A FLOAT FROM A SCROLL BAR -->
231   <template name="tgcw_scrollbarfloat"
232             id="color_chooser"
233             posref="TL TL"
234             x="0"
235             y="0"
236             posparent="parent">
237     <group id="#id"
238            posref="#posref"
239            x="#x"
240            y="#y"
241            posparent="#posparent"
242            child_resize_w="true"
243            h="20">
244       <view type="bitmap"
245             id="bk"
246             posref="BL BL"
247             scale="true"
248             y="4"
249             w="130"
250             h="2"
251             texture="W_line_hor2.tga" />
252       <view type="text"
253             id="text"
254             posparent="bk"
255             posref="TL BL"
256             x="0"
257             y="1"
258             color="255 255 255 192"
259             fontsize="10"
260             shadow="true"
261             hardtext="#text" />
262       <ctrl type="scroll"
263             id="c"
264             posparent="bk"
265             posref="MM MM"
266             x="0"
267             y="-1"
268             w="130"
269             h="8"
270             vertical="false"
271             align="L"
272             min="0"
273             max="255"
274             tracksize="8"
275             tx_topright="w_scroll_R.tga"
276             tx_middle="w_scroll_l123_m.tga"
277             tx_bottomleft="w_scroll_L.tga"
278             onscroll="ddx_scroll"
279             onscrollend="ddx_scroll_end"
280             params="ui:interface:game_config:content:all" />
281       <!-- The Scroll Result view-->
282       <view type="text"
283             id="c_res"
284             posparent="bk"
285             posref="MR ML"
286             x="8"
287             y="1"
288             color="255 255 255 192"
289             fontsize="10"
290             shadow="true" />
291     </group>
292   </template>
293   <!-- WIDGET TO CHOOSE A BOOLEAN FROM A CHECK BOX -->
294   <template name="tgcw_checkbox"
295             id="color_chooser"
296             posref="TL TL"
297             x="0"
298             y="0"
299             posparent="parent"
300             tooltip="">
301     <group id="#id"
302            posref="#posref"
303            x="#x"
304            y="#y"
305            posparent="#posparent"
306            child_resize_w="true"
307            h="14">
308       <ctrl type="button"
309             id="c"
310             button_type="toggle_button"
311             posref="TL TL"
312             x="0"
313             y="0"
314             tx_normal="w_slot_on.tga"
315             tx_pushed="w_opacity_on.tga"
316             tx_over="w_slot_on.tga"
317             color="255 255 255 255"
318             col_pushed="255 255 255 255"
319             col_over="255 255 255 0"
320             onclick_l="ddx_bool_button"
321             tooltip="#tooltip" />
322       <view type="text"
323             id="text"
324             posparent="c"
325             posref="MR ML"
326             x="4"
327             y="-1"
328             color="255 255 255 192"
329             fontsize="12"
330             shadow="true"
331             hardtext="#text" />
332     </group>
333   </template>
334   <template name="tgcw_checkbox2"
335             id="color_chooser"
336             posref="TL TL"
337             x="0"
338             y="0"
339             posparent="parent">
340     <group id="#id"
341            posref="#posref"
342            x="#x"
343            y="#y"
344            posparent="#posparent"
345            child_resize_w="true"
346            h="14">
347       <ctrl type="button"
348             id="c"
349             button_type="toggle_button"
350             posref="TL TL"
351             x="0"
352             y="0"
353             tx_normal="w_slot_on.tga"
354             tx_pushed="w_opacity_on.tga"
355             tx_over="w_slot_on.tga"
356             color="255 255 255 255"
357             col_pushed="255 255 255 255"
358             col_over="255 255 255 0"
359             onclick_l="ddx_bool_button" />
360       <view type="text"
361             id="text"
362             posparent="c"
363             posref="MR ML"
364             x="4"
365             y="-2"
366             color="255 255 255 192"
367             fontsize="10"
368             shadow="true"
369             hardtext="#text" />
370     </group>
371   </template>
372   <!-- WIDGET TO CHOOSE A DEFAULT SETUP -->
373   <template name="tgcw_combo_default"
374             id="combo_default"
375             posparent="parent"
376             posref="TL TL"
377             x="0"
378             y="-18"
379             value="">
380     <group id="#id"
381            w="184"
382            h="20"
383            posparent="#posparent"
384            posref="#posref"
385            x="#x"
386            y="#y">
387       <view type="text"
388             id="text"
389             posparent="#posparent"
390             posref="ML ML"
391             x="0"
392             y="-2"
393             color="255 255 255 192"
394             fontsize="12"
395             shadow="true"
396             hardtext="uigcPreSet" />
397       <group type="combo_box"
398              id="combo"
399              posref="MR MR"
400              x="0"
401              y="0"
402              w="120"
403              h="20"
404              value="#value">
405         <instance template="combo_box_def1" />
406         <combo_text name="uigcPreSetLow" />
407         <combo_text name="uigcPreSetMedium" />
408         <combo_text name="uigcPreSetNormal" />
409         <combo_text name="uigcPreSetHigh" />
410         <combo_text name="uigcPreSetCustom" />
411       </group>
412     </group>
413   </template>
414   <!-- ************** -->
415   <!-- Main container -->
416   <!-- ************** -->
417   <variable entry="UI:TEMP:VID_MODE"
418             type="sint32"
419             value="-1" />
420   <variable entry="UI:TEMP:VID_FREQ"
421             type="sint32"
422             value="-1" />
423   <variable entry="UI:TEMP:PRESET_LAND"
424             type="sint32"
425             value="0" />
426   <variable entry="UI:TEMP:PRESET_CHAR"
427             type="sint32"
428             value="0" />
429   <variable entry="UI:TEMP:PRESET_FX"
430             type="sint32"
431             value="0" />
432   <variable entry="UI:TEMP:ANISOTROPIC"
433             type="sint32"
434             value="0" />
435   <variable entry="UI:TEMP:VR_DEVICE"
436             type="sint32"
437             value="0" />
438   <variable entry="UI:TEMP:TEXTURE_MODE"
439             type="sint32"
440             value="0" />
441   <variable entry="UI:TEMP:LANGUAGE"
442             type="sint32"
443             value="0" />
444   <variable entry="UI:TEMP:SCREEN_RATIO_MODE"
445             type="sint32"
446             value="0" />
447   <define id="game_config_screen_ratio_eb"
448           value="ui:interface:game_config:content:general:screen_ratio:edit:eb" />
449   <define id="game_config_screen_ratio_cb"
450           value="ui:interface:game_config:content:general:screen_ratio:combo" />
451   <proc id="game_config_init">
452     <action handler="set"
453             params="dblink=UI:VARIABLES:ISACTIVE:GAME_CONFIG|value=1" />
454     <action handler="ddx_init"
455             params="ui:interface:game_config:content:all" />
456     <action handler="tree_reset"
457             params="ui:interface:game_config:content:sbtree:tree_list" />
458     <action handler="lua"
459             params="game:configShowOne('explanation')" />
460     <action handler="lua"
461             params="game:configInit()" />
462   </proc>
463   <proc id="game_config_uninit">
464     <!-- Yoyo: on close window, same than cancel! -->
465     <action handler="ddx_cancel"
466             params="ui:interface:game_config:content:all" />
467     <action handler="game_config_cancel"
468             params="" />
469     <action handler="set"
470             params="dblink=UI:VARIABLES:ISACTIVE:GAME_CONFIG|value=0" />
471   </proc>
472   <proc id="game_config_ok">
473     <action handler="proc"
474             params="game_config_apply" />
475     <action handler="set"
476             params="target_property=ui:interface:game_config:active|value=0" />
477   </proc>
478   <proc id="game_config_apply">
479     <action handler="game_config_change_screen_ratio_custom"
480             params="" />
481     <action handler="ddx_update"
482             params="ui:interface:game_config:content:all" />
483     <action handler="game_config_apply"
484             params="" />
485   </proc>
486   <proc id="game_config_cancel">
487     <action handler="ddx_cancel"
488             params="ui:interface:game_config:content:all" />
489     <action handler="game_config_cancel"
490             params="" />
491     <action handler="set"
492             params="target_property=ui:interface:game_config:active|value=0" />
493   </proc>
494   <group type="container"
495          id="game_config"
496          w="432"
497          h="400"
498          title="uiGlobalSettingsTitle"
499          global_color="false"
500          line_at_bottom="false"
501          movable="true"
502          active="false"
503          opened="true"
504          openable="false"
505          resizer="true"
506          header_color="UI:SAVE:WIN:COLORS:OPT"
507          on_active="proc"
508          on_active_params="game_config_init"
509          on_deactive="proc"
510          on_deactive_params="game_config_uninit"
511          pop_min_w="430"
512          pop_min_h="240"
513          pop_max_w="800"
514          pop_max_h="600">
515     <group id="header_closed"
516            x="0"
517            y="0"
518            child_resize_w="true"
519            h="16"
520            posref="TL TL"
521            group_onclick_r="active_menu"
522            group_params_r="menu=ui:interface:base_menu_with_color">
523            </group>
524     <group id="header_opened"
525            x="0"
526            y="0"
527            w="430"
528            h="16"
529            posref="TL TL"
530            group_onclick_r="active_menu"
531            group_params_r="menu=ui:interface:base_menu_with_color">
532       <!--
533                 <view type="text_number" id="fps" posref="MR MR" x="-20" y="-2" color="255 255 255 255" shadow="true" fontsize="10" value="UI:VARIABLES:FPS" global_color="false" positive="true"/>
534                 <view type="text" id="fpstext" posref="MR MR" x="-40" y="-2" color="255 255 255 255" shadow="true" fontsize="10" global_color="false" positive="true" hardtext="uiFPS" />
535                 -->
536     </group>
537     <group id="content"
538            x="0"
539            y="0"
540            sizeref="wh"
541            w="0"
542            h="0"
543            posref="TL TL">
544       <group id="sbtree"
545              posref="TL TL"
546              sizeref="w3h"
547              x="0"
548              w="-14"
549              y="-4"
550              h="-4">
551         <group id="tree_list"
552                type="tree"
553                posref="TL TL"
554                x="14"
555                y="0"
556                col_over="255 255 255 48"
557                col_select="255 255 255 80"
558                max_sizeparent="parent"
559                max_sizeref="wh"
560                max_w="-10"
561                max_h="0">
562           <node id="language"
563                 name="uigcLanguage"
564                 handler="lua"
565                 params="game:configShowOne('language')"
566                 fontsize="11"
567                 y_decal="-1" />
568           <node id="inter"
569                 name="uigcInterface"
570                 handler=""
571                 params=""
572                 fontsize="11"
573                 y_decal="-1">
574             <node id="hud"
575                   name="uigcHUD"
576                   handler="lua"
577                   params="game:configShowOne('hud')"
578                   fontsize="10"
579                   y_decal="-1" />
580             <node id="aco"
581                   name="uigcAlphaColor"
582                   handler="lua"
583                   params="game:configShowOne('alpha_colors')"
584                   fontsize="10"
585                   y_decal="-1" />
586             <node id="winco"
587                   name="uigcWinColor"
588                   handler="lua"
589                   params="game:configShowOne('win_colors')"
590                   fontsize="10"
591                   y_decal="-1" />
592             <node id="winco_r2"
593                   name="uigcWinColorR2"
594                   handler="lua"
595                   params="game:configShowOne('win_colors_r2')"
596                   fontsize="10"
597                   y_decal="-1" />
598             <node id="chatco"
599                   name="uigcChatColor"
600                   handler="lua"
601                   params="game:configShowOne('chat_colors')"
602                   fontsize="10"
603                   y_decal="-1" />
604             <node id="entityco"
605                   name="uigcEntityColor"
606                   handler="lua"
607                   params="game:configShowOne('entity_colors')"
608                   fontsize="10"
609                   y_decal="-1" />
610             <node id="in_scene"
611                   name="uigcInSceneInterface"
612                   handler=""
613                   params=""
614                   fontsize="11"
615                   y_decal="-1">
616               <node id="in_scene_user"
617                     name="uigcInSceneInterfaceUser"
618                     handler="lua"
619                     params="game:configShowOne('in_scene_user')"
620                     fontsize="10"
621                     y_decal="-1" />
622               <node id="in_scene_friend"
623                     name="uigcInSceneInterfaceFriend"
624                     handler="lua"
625                     params="game:configShowOne('in_scene_friend')"
626                     fontsize="10"
627                     y_decal="-1" />
628               <node id="in_scene_enemy"
629                     name="uigcInSceneInterfaceEnemy"
630                     handler="lua"
631                     params="game:configShowOne('in_scene_enemy')"
632                     fontsize="10"
633                     y_decal="-1" />
634               <node id="in_scene_chat_messages"
635                     name="uigcInSceneChatMessages"
636                     handler="lua"
637                     params="game:configShowOne('in_scene_chat_messages')"
638                     fontsize="10"
639                     y_decal="-1" />
640             </node>
641             <node id="landmarkco"
642                   name="uigcLandmarkColor"
643                   handler="lua"
644                   params="game:configShowOne('landmark_colors')"
645                   fontsize="10"
646                   y_decal="-1" />                               
647             <node id="help"
648                   name="uimHelp"
649                   handler="lua"
650                   params="game:configShowOne('help')"
651                   fontsize="10"
652                   y_decal="-1" />
653           </node>
654           <node id="input"
655                 name="uigcInput"
656                 handler=""
657                 params=""
658                 fontsize="11"
659                 y_decal="-1">
660             <node id="mou"
661                   name="uigcMouse"
662                   handler="lua"
663                   params="game:configShowOne('mouse')"
664                   fontsize="10"
665                   y_decal="-1" />
666             <node id="key"
667                   name="uigcKeyboard"
668                   handler="lua"
669                   params="game:configShowOne('keyb')"
670                   fontsize="10"
671                   y_decal="-1" />
672           </node>
673           <node id="graph"
674                 name="uigcGraph"
675                 handler=""
676                 params=""
677                 fontsize="11"
678                 y_decal="-1">
679             <node id="gen"
680                   name="uigcGeneral"
681                   handler="lua"
682                   params="game:configShowOne('general')"
683                   fontsize="10"
684                   y_decal="-1" />
685             <node id="lan"
686                   name="uigcLandscape"
687                   handler="lua"
688                   params="game:configShowOne('landscape')"
689                   fontsize="10"
690                   y_decal="-1" />
691             <node id="cha"
692                   name="uigcCharacter"
693                   handler="lua"
694                   params="game:configShowOne('char')"
695                   fontsize="10"
696                   y_decal="-1" />
697             <node id="fxs"
698                   name="uigcSpecialFX"
699                   handler="lua"
700                   params="game:configShowOne('fx')"
701                   fontsize="10"
702                   y_decal="-1" />
703             <node id="vr"
704                   name="uigcVR"
705                   handler="lua"
706                   params="game:configShowOne('vr')"
707                   fontsize="10"
708                   y_decal="-1" />
709           </node>
710           <node id="sound"
711                 name="uigcSound"
712                 handler="lua"
713                 params="game:configShowOne('sound')"
714                 fontsize="11"
715                 y_decal="-1" />
716         </group>
717         <ctrl style="skin_scroll"
718               id="scroll_bar"
719               align="T"
720               target="tree_list" />
721       </group>
722       <!-- ok, apply, cancel -->
723       <ctrl style="text_button_16"
724             id="cancel"
725             posref="BR BR"
726             y="1"
727             wmargin="8"
728             hardtext="uiGCCancel"
729             color="255 255 255 255"
730             col_over="255 255 255 255"
731             col_pushed="255 255 255 255"
732             onclick_l="proc"
733             params_l="game_config_cancel" />
734       <ctrl style="text_button_16"
735             id="apply"
736             posparent="cancel"
737             posref="TL TR"
738             x="-4"
739             wmargin="8"
740             hardtext="uiGCApply"
741             color="255 255 255 255"
742             col_over="255 255 255 255"
743             col_pushed="255 255 255 255"
744             onclick_l="proc"
745             params_l="game_config_apply"
746             frozen="true" />
747       <ctrl style="text_button_16"
748             id="ok"
749             posparent="apply"
750             posref="TL TR"
751             x="-4"
752             wmargin="8"
753             hardtext="uiGCOk"
754             color="255 255 255 255"
755             col_over="255 255 255 255"
756             col_pushed="255 255 255 255"
757             onclick_l="proc"
758             params_l="game_config_ok" />
759       <!-- Tabs -->
760       <!-- *** -->
761       <group id="graph"
762              posref="TR TR"
763              x="0"
764              y="-4"
765              sizeref="w7h"
766              w="-4"
767              h="-24">
768         <instance template="box_widget"
769                   id="back"
770                   sizeref="wh"
771                   w="0"
772                   h="0" />
773       </group>
774       <group id="crop"
775              posparent="graph"
776              posref="MM MM"
777              x="0"
778              y="0"
779              sizeref="wh"
780              w="-4"
781              h="-12" />
782       <!-- Explanation -->
783       <group id="explanation"
784              posparent="crop"
785              posref="TM TM"
786              x="0"
787              y="-8"
788              sizeref="w"
789              child_resize_h="true"
790              child_resize_hmargin="4"
791              w="-4"
792              max_sizeparent="crop"
793              max_sizeref="h"
794              max_h="-4">
795         <group type="scroll_text"
796                id="explanation_txt"
797                sizeref="w"
798                child_resize_h="true"
799                child_resize_wmargin="16"
800                child_resize_hmargin="16"
801                posref="TL TL"
802                x="0"
803                y="0"
804                min_height="160"
805                max_height="160">
806           <group type="list"
807                  id="text_list"
808                  hardtext="uiCongifExplanation"
809                  shadow="true"
810                  fontsize="10"
811                  justification="justified"
812                  color="255 255 255 160"
813                  space="3"
814                  global_color="true"
815                  posref="TL TL"
816                  x="8"
817                  y="-8"
818                  sizeref="hw"
819                  w="-16"
820                  h="-16" />
821         </group>
822       </group>
823       <ctrl style="skin_scroll"
824             id="sb_explanation"
825             align="T"
826             target="explanation"
827             posparent="crop"
828             posref="TL TR"
829             x="-8"
830             y="0" />
831       <!-- *** -->
832       <group id="general"
833              active="false"
834              posparent="crop"
835              posref="TM TM"
836              x="0"
837              y="-8"
838              sizeref="w"
839              child_resize_h="true"
840              child_resize_hmargin="4"
841              w="-4"
842              max_sizeparent="crop"
843              max_sizeref="h"
844              max_h="-4">
845         <!-- Color -->
846         <view style="sgc_title"
847               type="text"
848               id="gcol"
849               posref="TM TM"
850               x="0"
851               y="0"
852               hardtext="uiGeneralColor" />
853         <view style="sgc_title2"
854               type="text"
855               id="screen"
856               posref="TL TL"
857               x="0"
858               y="-20"
859               hardtext="uiScreen" />
860         <instance template="tgcw_scrollbarfloat"
861                   id="con"
862                   text="uiContrast"
863                   posref="BL TL"
864                   posparent="screen"
865                   x="20"
866                   y="-2" />
867         <instance template="tgcw_scrollbarfloat"
868                   id="lum"
869                   text="uiLuminosity"
870                   posref="BL TL"
871                   posparent="con"
872                   x="0"
873                   y="-2" />
874         <instance template="tgcw_scrollbarfloat"
875                   id="gam"
876                   text="uiGamma"
877                   posref="BL TL"
878                   posparent="lum"
879                   x="0"
880                   y="-2" />
881         <instance template="tgcw_checkbox"
882                   id="waitvbl"
883                   text="uiWaitVBL"
884                   posparent="gam"
885                   posref="BL TL"
886                   x="-20"
887                   y="-28" />
888         <!-- Special case for video modes -->
889         <group id="fullscreen"
890                posref="TR TR"
891                x="-16"
892                y="-30"
893                child_resize_w="true"
894                h="14">
895           <ctrl type="button"
896                 id="c"
897                 button_type="toggle_button"
898                 posref="TL TL"
899                 x="0"
900                 y="0"
901                 tx_normal="w_slot_on.tga"
902                 tx_pushed="w_opacity_on.tga"
903                 tx_over="w_slot_on.tga"
904                 color="255 255 255 255"
905                 col_pushed="255 255 255 255"
906                 col_over="255 255 255 0"
907                 onclick_l="game_config_change_vid_fullscreen"
908                 params_l="" />
909           <view type="text"
910                 id="text"
911                 posparent="c"
912                 posref="MR ML"
913                 x="4"
914                 y="-2"
915                 color="255 255 255 192"
916                 fontsize="12"
917                 shadow="true"
918                 hardtext="uiFullscreen" />
919         </group>
920         <group type="combo_box"
921                id="video_modes"
922                w="100"
923                h="20"
924                value="UI:TEMP:VID_MODE"
925                posparent="fullscreen"
926                posref="BL TL"
927                x="0"
928                y="-4">
929           <instance template="combo_box_def1" />
930         </group>
931         <link expr="@UI:TEMP:VID_MODE"
932               action="game_config_change_vid_mode" />
933         <group type="combo_box"
934                id="video_freqs"
935                w="60"
936                h="20"
937                value="UI:TEMP:VID_FREQ"
938                posparent="video_modes"
939                posref="BL TL"
940                x="0"
941                y="-4">
942           <instance template="combo_box_def1" />
943         </group>
944                 <!-- deactivate this or vsync must be rechecked -->
945         <!--<link expr="@UI:TEMP:VID_FREQ"
946               action="game_config_change_vid_freq" />-->
947         <!-- Special case for texture modes -->
948         <group id="texture_mode"
949                posparent="waitvbl"
950                posref="BL TL"
951                x="0"
952                y="-12"
953                w="240"
954                h="20">
955           <view type="text"
956                 id="text"
957                 posref="ML ML"
958                 x="0"
959                 y="0"
960                 color="255 255 255 192"
961                 fontsize="12"
962                 shadow="true"
963                 hardtext="uigcTextureMode" />
964           <group type="combo_box"
965                  id="combo"
966                  w="140"
967                  h="20"
968                  value="UI:TEMP:TEXTURE_MODE"
969                  posref="MR ML"
970                  posparent="text"
971                  x="4"
972                  y="0">
973             <instance template="combo_box_def1" />
974           </group>
975           <link expr="@UI:TEMP:TEXTURE_MODE"
976                 action="game_config_change_texture_mode" />
977         </group>
978         <!-- Special case for Screen Aspect Ratio -->
979         <!-- see game_config_screen_ratio_* defines -->
980         <group id="screen_ratio"
981                posparent="texture_mode"
982                posref="BL TL"
983                x="0"
984                y="-12"
985                w="240"
986                h="52">
987           <view type="text"
988                 id="text"
989                 posref="TL TL"
990                 x="0"
991                 y="-4"
992                 color="255 255 255 192"
993                 fontsize="12"
994                 shadow="true"
995                 hardtext="uigcScreenRatio" />
996           <instance template="text_tt"
997                     posparent="text"
998                     tooltip="uigcttScreenRatio" />
999           <instance template="edit_box_widget"
1000                     id="edit"
1001                     posparent="text"
1002                     posref="MR ML"
1003                     x="4"
1004                     y="0"
1005                     text_x="0"
1006                     text_ref="BR BR"
1007                     w="100"
1008                     prompt=""
1009                     enter_loose_focus="true"
1010                     multi_line="false"
1011                     onenter="game_config_change_screen_ratio_custom"
1012                     enter_recover_focus="false"
1013                     reset_focus_on_hide="true"
1014                     max_historic="0"
1015                     entry_type="positive_float"
1016                     max_float_prec="5"
1017                     onchange="set"
1018                     onchange_params="target_property=ui:interface:game_config:content:apply:frozen|value=0" />
1019           <group type="combo_box"
1020                  id="combo"
1021                  w="140"
1022                  h="20"
1023                  value="UI:TEMP:SCREEN_RATIO_MODE"
1024                  posref="BL TL"
1025                  posparent="text"
1026                  x="40"
1027                  y="-8">
1028             <instance template="combo_box_def1" />
1029             <combo_text name="uigcScreenRatio43" />
1030             <combo_text name="uigcScreenRatio169" />
1031             <combo_text name="uigcScreenRatioCustom" />
1032             <combo_text name="uiConfigAuto" />
1033           </group>
1034           <link expr="@UI:TEMP:SCREEN_RATIO_MODE"
1035                 action="game_config_change_screen_ratio_mode" />
1036         </group>
1037       </group>
1038       <ctrl style="skin_scroll"
1039             id="sb_general"
1040             align="T"
1041             target="general"
1042             posparent="crop"
1043             posref="TL TR"
1044             x="-8"
1045             y="0" />
1046       <!-- *** -->
1047       <group id="landscape"
1048              active="false"
1049              posparent="crop"
1050              posref="TM TM"
1051              x="0"
1052              y="-8"
1053              sizeref="w"
1054              child_resize_h="true"
1055              child_resize_hmargin="4"
1056              w="-4"
1057              max_sizeparent="crop"
1058              max_sizeref="h"
1059              max_h="-4">
1060         <view style="sgc_title"
1061               type="text"
1062               id="glan"
1063               posref="TM TM"
1064               x="0"
1065               y="0"
1066               hardtext="uiLandGeneral" />
1067         <instance template="tgcw_combo_default"
1068                   value="UI:TEMP:PRESET_LAND" />
1069         <view style="sgc_title2"
1070               type="text"
1071               id="lan"
1072               posref="TL TL"
1073               x="0"
1074               y="-44"
1075               hardtext="uiLand" />
1076         <!-- NB float are mul by 10000 -->
1077         <instance template="tgcw_scrollbarfloat"
1078                   id="lvi"
1079                   text="uiVision"
1080                   posparent="lan"
1081                   posref="BL TL"
1082                   x="20"
1083                   y="-2" />
1084         <instance template="tgcw_scrollbarfloat"
1085                   id="ltn"
1086                   text="uiTileNear"
1087                   posparent="lvi"
1088                   posref="BL TL"
1089                   x="0"
1090                   y="-2" />
1091         <instance template="tgcw_scrollbarfloat"
1092                   id="lth"
1093                   text="uiThreshold"
1094                   posparent="ltn"
1095                   posref="BL TL"
1096                   x="0"
1097                   y="-2" />
1098         <instance template="tgcw_checkbox"
1099                   id="lmv"
1100                   text="uiMicroVeget"
1101                   posparent="lth"
1102                   posref="BL TL"
1103                   x="-20"
1104                   y="-12" />
1105         <instance template="tgcw_scrollbarfloat"
1106                   id="mvd"
1107                   text="uiMicroVegetDensity"
1108                   posparent="lmv"
1109                   posref="BL TL"
1110                   x="20"
1111                   y="-2" />
1112       </group>
1113       <ctrl style="skin_scroll"
1114             id="sb_landscape"
1115             align="T"
1116             target="landscape"
1117             posparent="crop"
1118             posref="TL TR"
1119             x="-8"
1120             y="0" />
1121       <!-- *** -->
1122       <group id="char"
1123              active="false"
1124              posparent="crop"
1125              posref="TM TM"
1126              x="0"
1127              y="-8"
1128              sizeref="w"
1129              child_resize_h="true"
1130              child_resize_hmargin="4"
1131              w="-4"
1132              max_sizeparent="crop"
1133              max_sizeref="h"
1134              max_h="-4">
1135         <view style="sgc_title"
1136               type="text"
1137               id="cpol"
1138               posref="TM TM"
1139               x="0"
1140               y="0"
1141               hardtext="uiCharPoly" />
1142         <instance template="tgcw_combo_default"
1143                   value="UI:TEMP:PRESET_CHAR" />
1144         <view style="sgc_title2"
1145               type="text"
1146               id="model"
1147               posref="TL TL"
1148               x="0"
1149               y="-46"
1150               hardtext="uiCharModel" />
1151         <instance template="tgcw_scrollbarint"
1152                   id="maxpoly"
1153                   text="uiCharMaxPoly"
1154                   posref="BL TL"
1155                   posparent="model"
1156                   x="20"
1157                   y="-2" />
1158         <instance template="tgcw_scrollbarint"
1159                   id="maxnotclod"
1160                   text="uiCharMaxNotCLod"
1161                   posparent="maxpoly"
1162                   posref="BL TL"
1163                   x="0"
1164                   y="-2" />
1165         <instance template="tgcw_scrollbarfloat"
1166                   id="farclip"
1167                   text="uiCharFarClip"
1168                   posparent="maxnotclod"
1169                   posref="BL TL"
1170                   x="0"
1171                   y="-2" />
1172         <instance template="tgcw_checkbox"
1173                   id="race_anim"
1174                   text="uiEnableRacialAnimation"
1175                   posparent="farclip"
1176                   posref="BL TL"
1177                   x="-20"
1178                   y="-12" />
1179       </group>
1180       <ctrl style="skin_scroll"
1181             id="sb_char"
1182             align="T"
1183             target="char"
1184             posparent="crop"
1185             posref="TL TR"
1186             x="-8"
1187             y="0" />
1188       <!-- *** -->
1189       <group id="fx"
1190              active="false"
1191              posparent="crop"
1192              posref="TM TM"
1193              x="0"
1194              y="-8"
1195              sizeref="w"
1196              child_resize_h="true"
1197              child_resize_hmargin="4"
1198              w="-4"
1199              max_sizeparent="crop"
1200              max_sizeref="h"
1201              max_h="-4">
1202         <view style="sgc_title"
1203               type="text"
1204               id="gfx"
1205               posref="TM TM"
1206               x="0"
1207               y="0"
1208               hardtext="uiFXGeneral" />
1209         <instance template="tgcw_combo_default"
1210                   value="UI:TEMP:PRESET_FX" />
1211         <view style="sgc_title2"
1212               type="text"
1213               id="limit"
1214               posref="TL TL"
1215               x="0"
1216               y="-46"
1217               hardtext="uiFxLimitations" />
1218         <instance template="tgcw_scrollbarint"
1219                   id="maxpoly"
1220                   text="uiFxMaxPoly"
1221                   posparent="limit"
1222                   posref="BL TL"
1223                   x="20"
1224                   y="-2" />
1225         <!--
1226                         <instance template="tgcw_checkbox" id="cloud" text="uiFxCloud" posparent="maxpoly" posref="BL TL" x="-20" y="-12" />
1227                         <instance template="tgcw_scrollbarfloat" id="cqual" text="uiFxCloudQuality" posparent="cloud" posref="BL TL" x="20" y="-2" />
1228                         <instance template="tgcw_scrollbarint" id="cup" text="uiFxCloudUpdate" posparent="cqual" posref="BL TL" x="0" y="-2" />
1229                         -->
1230         <instance template="tgcw_checkbox"
1231                   id="shadow"
1232                   text="uiFxShadow"
1233                   posparent="maxpoly"
1234                   posref="BL TL"
1235                   x="-20"
1236                   y="-12" />
1237         <instance template="tgcw_checkbox"
1238                   id="fxaa"
1239                   text="uiFXAA"
1240                   posparent="shadow"
1241                   posref="BL TL"
1242                   x="0"
1243                   y="-12" />
1244         <group id="anisotropic_gr"
1245                posparent="fxaa"
1246                sizeparent="parent"
1247                sizeref="w"
1248                h="20"
1249                posref="BL TL"
1250                x="0"
1251                y="-12">
1252           <view type="text"
1253                     id="text"
1254                     posref="TL TL"
1255                     x="0"
1256                     y="-4"
1257                     color="255 255 255 192"
1258                     fontsize="12"
1259                     shadow="true"
1260                     hardtext="uigcFxAnisotropicFilter" />
1261           <group type="combo_box"
1262                     id="anisotropic"
1263                     w="70"
1264                     h="20"
1265                     value="UI:TEMP:ANISOTROPIC"
1266                     posref="MR ML"
1267                     posparent="text"
1268                     x="4"
1269                     y="0">
1270             <instance template="combo_box_def1" />
1271           </group>
1272           <link expr="@UI:TEMP:ANISOTROPIC"
1273                 action="game_config_change_anisotropic" />
1274         </group>
1275         <group id="bloom_gr"
1276                posparent="anisotropic_gr"
1277                sizeparent="parent"
1278                sizeref="w"
1279                h="100"
1280                posref="BL TL"
1281                x="0"
1282                y="-12"
1283                tooltip="uiFxTooltipBloom"
1284                tooltip_parent="win">
1285           <instance template="tgcw_checkbox"
1286                     id="bloom"
1287                     text="uiFxBloom"
1288                     posref="TL TL"
1289                     x="0"
1290                     y="0" />
1291           <instance template="tgcw_checkbox"
1292                     id="square_bloom"
1293                     text="uiFxSquareBloom"
1294                     posparent="bloom"
1295                     posref="BL TL"
1296                     x="20"
1297                     y="-2" />
1298           <instance template="tgcw_scrollbarfloat"
1299                     id="density_bloom"
1300                     text="uiFxDensityBloom"
1301                     posparent="square_bloom"
1302                     posref="BL TL"
1303                     x="0"
1304                     y="-2" />
1305         </group>
1306       </group>
1307       <ctrl style="skin_scroll"
1308             id="sb_fx"
1309             align="T"
1310             target="fx"
1311             posparent="crop"
1312             posref="TL TR"
1313             x="-8"
1314             y="0" />
1315       <!-- *** -->
1316       <group id="hud"
1317              active="false"
1318              posparent="crop"
1319              posref="TM TM"
1320              x="0"
1321              y="-8"
1322              sizeref="w"
1323              child_resize_h="true"
1324              child_resize_hmargin="4"
1325              w="-4"
1326              max_sizeparent="crop"
1327              max_sizeref="h"
1328              max_h="-4">
1329         <!-- Entities Names -->
1330         <view style="sgc_title"
1331               type="text"
1332               id="en"
1333               posref="TM TM"
1334               x="0"
1335               y="0"
1336               hardtext="uiHud" />
1337         <!--<instance template="tgcw_checkbox" id="suc"  text="uiShowUnderCursor"               posref="TL TL" x="0" y="-20" />
1338                         <instance template="tgcw_checkbox" id="sta"  text="uiShowTargeted"                      posref="BL TL" posparent="suc"  x="0" y="-12" />-->
1339         <instance template="tgcw_checkbox"
1340                   id="swrc"
1341                   text="uiSelectWithRClick"
1342                   posref="TL TL"
1343                   x="0"
1344                   y="-20" />
1345         <instance template="tgcw_checkbox"
1346                   id="foa"
1347                   text="uiFollowOnAtk"
1348                   posref="BL TL"
1349                   posparent="swrc"
1350                   x="0"
1351                   y="-12" />
1352         <instance template="tgcw_checkbox"
1353                   id="aos"
1354                   text="uiAtkOnSelect"
1355                   posref="BL TL"
1356                   posparent="foa"
1357                   x="0"
1358                   y="-12" />
1359         <instance template="tgcw_checkbox"
1360                   id="aet"
1361                   text="uiAutoEquipTool"
1362                   posref="BL TL"
1363                   posparent="aos"
1364                   x="0"
1365                   y="-12" />
1366         <instance template="tgcw_checkbox"
1367                   id="auc"
1368                   text="uiAutomaticCamera"
1369                   posref="BL TL"
1370                   posparent="aet"
1371                   x="0"
1372                   y="-12" />
1373         <instance template="tgcw_checkbox"
1374                   id="fade"
1375                   text="uiCharFade"
1376                   posref="BL TL"
1377                   posparent="auc"
1378                   x="0"
1379                   y="-12" />
1380         <instance template="tgcw_scrollbarint"
1381                   id="opamin"
1382                   text="uiCharOpacityMin"
1383                   posref="BL TL"
1384                   posparent="fade"
1385                   x="20"
1386                   y="-2" />
1387         <instance template="tgcw_checkbox"
1388                   id="cao"
1389                   text="uiCurrentActionOut"
1390                   tooltip="uittCurrentActionOut"
1391                   posref="BL TL"
1392                   posparent="opamin"
1393                   x="-20"
1394                   y="-12" />
1395         <instance template="tgcw_checkbox"
1396                   id="show_clock"
1397                   text="uiShowClock"
1398                   tooltip="uittShowClock"
1399                   posref="BL TL"
1400                   posparent="cao"
1401                   x="0"
1402                   y="-12" />
1403         <instance template="tgcw_checkbox"
1404                   id="show_clock_12h"
1405                   text="uiShowClock12h"
1406                   tooltip="uittShowClock12h"
1407                   posref="BL TL"
1408                   posparent="show_clock"
1409                   x="0"
1410                   y="-12" />
1411         <instance template="tgcw_checkbox"
1412                   id="show_reticle"
1413                   text="uiShowReticle"
1414                   tooltip="uittShowReticle"
1415                   posref="BL TL"
1416                   posparent="show_clock_12h"
1417                   x="0"
1418                   y="-12" />
1419         <instance template="tgcw_checkbox"
1420                   id="radar_use_camera"
1421                   text="uiRadarUseCamera"
1422                   tooltip="uittRadarUseCamera"
1423                   posref="BL TL"
1424                   posparent="show_reticle"
1425                   x="0"
1426                   y="-12" />
1427       </group>
1428       <ctrl style="skin_scroll"
1429             id="sb_hud"
1430             align="T"
1431             target="hud"
1432             posparent="crop"
1433             posref="TL TR"
1434             x="-8"
1435             y="0" />
1436       <!-- *** -->
1437       <group id="language"
1438              active="false"
1439              posparent="crop"
1440              posref="TM TM"
1441              x="0"
1442              y="-8"
1443              sizeref="w"
1444              child_resize_h="true"
1445              child_resize_hmargin="4"
1446              w="-4"
1447              max_sizeparent="crop"
1448              max_sizeref="h"
1449              max_h="-4">
1450         <!-- Language selector -->
1451         <view style="sgc_title"
1452               type="text"
1453               id="en"
1454               posref="TM TM"
1455               x="0"
1456               y="0"
1457               hardtext="uigcLanguage" />
1458         <group type="combo_box"
1459                id="languages"
1460                w="150"
1461                h="20"
1462                value="UI:TEMP:LANGUAGE"
1463                posref="TL TL"
1464                x="0"
1465                y="-20">
1466           <instance template="combo_box_def1" />
1467           <combo_text name="uigcEnglish" />
1468           <combo_text name="uigcFrancais" />
1469           <combo_text name="uigcDeutch" />
1470           <combo_text name="uigcRussian" />
1471           <combo_text name="uigcSpanish" />
1472         </group>
1473         <link expr="@UI:TEMP:LANGUAGE"
1474               action="game_config_change_language" />
1475       </group>
1476       <ctrl style="skin_scroll"
1477             id="sb_language"
1478             align="T"
1479             target="language"
1480             posparent="crop"
1481             posref="TL TR"
1482             x="-8"
1483             y="0" />
1484       <!-- *** -->
1485       <group id="alpha_colors"
1486              active="false"
1487              posparent="crop"
1488              posref="TM TM"
1489              x="0"
1490              y="-8"
1491              sizeref="w"
1492              child_resize_h="true"
1493              child_resize_hmargin="4"
1494              w="-4"
1495              max_sizeparent="crop"
1496              max_sizeref="h"
1497              max_h="-4">
1498         <!-- Night and day colors -->
1499         <view style="sgc_title"
1500               type="text"
1501               id="gcol"
1502               posref="TM TM"
1503               x="0"
1504               y="0"
1505               hardtext="uiGlobalColor" />
1506         <view style="sgc_title2"
1507               type="text"
1508               id="gcol2"
1509               posref="TL TL"
1510               x="0"
1511               y="-20"
1512               hardtext="uiUIColor" />
1513         <instance template="tgcw_color"
1514                   id="col_day"
1515                   text="uiColorD"
1516                   title="uiDefDayCol"
1517                   tooltip="uittColDay"
1518                   posref="BL TL"
1519                   posparent="gcol2"
1520                   x="20"
1521                   y="-2" />
1522         <instance template="tgcw_color"
1523                   id="col_night"
1524                   text="uiColorN"
1525                   title="uiDefNightCol"
1526                   tooltip="uittColNight"
1527                   posref="BL TL"
1528                   posparent="col_day"
1529                   x="0"
1530                   y="-2" />
1531         <!-- Global Opacity -->
1532         <view style="sgc_title2"
1533               type="text"
1534               id="gopa"
1535               posref="BL TL"
1536               x="-20"
1537               y="-12"
1538               hardtext="uiGlobalOpacity"
1539               posparent="col_night" />
1540         <instance template="tgcw_scrollbarint"
1541                   id="ga_win"
1542                   text="uiAlphaBG"
1543                   posref="BL TL"
1544                   posparent="gopa"
1545                   x="20"
1546                   y="-2" />
1547         <instance template="tgcw_scrollbarint"
1548                   id="ga_con"
1549                   text="uiAlphaContent"
1550                   posref="BL TL"
1551                   posparent="ga_win"
1552                   x="0"
1553                   y="-2" />
1554         <!-- MouseOver Opacity -->
1555         <view style="sgc_title2"
1556               type="text"
1557               id="moopa"
1558               posref="BL TL"
1559               x="-20"
1560               y="-12"
1561               hardtext="uiMouseOverOpacity"
1562               posparent="ga_con" />
1563         <instance template="tgcw_scrollbarint"
1564                   id="moa_win"
1565                   text="uiAlphaRolloverBG"
1566                   posref="BL TL"
1567                   posparent="moopa"
1568                   x="20"
1569                   y="-2" />
1570         <instance template="tgcw_scrollbarint"
1571                   id="moa_con"
1572                   text="uiAlphaRolloverContent"
1573                   posref="BL TL"
1574                   posparent="moa_win"
1575                   x="0"
1576                   y="-2" />
1577         <instance template="tgcw_scrollbarint"
1578                   id="moa_speed"
1579                   text="uiRolloverAlphaSpeed"
1580                   posref="BL TL"
1581                   posparent="moa_con"
1582                   x="0"
1583                   y="-2" />
1584         <instance template="tgcw_checkbox"
1585                   id="show_3d_item_preview"
1586                   text="uiShow3dItemPreview"
1587                   tooltip="uittShow3dItemPreview"
1588                   posref="BL TL"
1589                   posparent="moa_speed"
1590                   x="-20"
1591                   y="-12" />
1592       </group>
1593       <ctrl style="skin_scroll"
1594             id="sb_alpha_colors"
1595             align="T"
1596             target="alpha_colors"
1597             posparent="crop"
1598             posref="TL TR"
1599             x="-8"
1600             y="0" />
1601       <!-- *** -->
1602       <group id="chat_colors"
1603              active="false"
1604              posparent="crop"
1605              posref="TM TM"
1606              x="0"
1607              y="-8"
1608              sizeref="w"
1609              child_resize_h="true"
1610              child_resize_hmargin="4"
1611              w="-4"
1612              max_sizeparent="crop"
1613              max_sizeref="h"
1614              max_h="-4">
1615         <!-- Chat colors -->
1616         <view style="sgc_title"
1617               id="ccol"
1618               posref="TM TM"
1619               x="0"
1620               y="0"
1621               hardtext="uiChatColors" />
1622         <instance template="tgcw_color"
1623                   id="cc_say"
1624                   text="uiSayColor"
1625                   title="uiCCDSay"
1626                   tooltip="uittChooseSayColor"
1627                   posref="TL TL"
1628                   x="0"
1629                   y="-20" />
1630         <instance template="tgcw_color"
1631                   id="cc_tell"
1632                   text="uiTellColor"
1633                   title="uiCCDTell"
1634                   tooltip="uittChooseTellColor"
1635                   posref="BL TL"
1636                   posparent="cc_say"
1637                   x="0"
1638                   y="-4" />
1639         <instance template="tgcw_color"
1640                   id="cc_team"
1641                   text="uiTeamColor"
1642                   title="uiCCDTeam"
1643                   tooltip="uittChooseTeamColor"
1644                   posref="BL TL"
1645                   posparent="cc_tell"
1646                   x="0"
1647                   y="-4" />
1648         <instance template="tgcw_color"
1649                   id="cc_guild"
1650                   text="uiGuildColor"
1651                   title="uiCCDGuild"
1652                   tooltip="uittChooseGuildColor"
1653                   posref="BL TL"
1654                   posparent="cc_team"
1655                   x="0"
1656                   y="-4" />
1657         <instance template="tgcw_color"
1658                   id="cc_region"
1659                   text="uiRegionColor"
1660                   title="uiCCDRegion"
1661                   tooltip="uittChooseRegionColor"
1662                   posref="BL TL"
1663                   posparent="cc_guild"
1664                   x="0"
1665                   y="-4" />
1666         <instance template="tgcw_color"
1667                   id="cc_univ"
1668                   text="uiUnivColor"
1669                   title="uiCCDUniv"
1670                   tooltip="uittChooseUnivColor"
1671                   posref="BL TL"
1672                   posparent="cc_region"
1673                   x="0"
1674                   y="-4" />
1675         <instance template="tgcw_color"
1676                   id="cc_shout"
1677                   text="uiShoutColor"
1678                   title="uiCCDShout"
1679                   tooltip="uittChooseShoutColor"
1680                   posref="BL TL"
1681                   posparent="cc_univ"
1682                   x="0"
1683                   y="-4" />
1684         <instance template="tgcw_color"
1685                   id="cc_dyn0"
1686                   text="uiDynColor0"
1687                   title="uiCCDDyn0"
1688                   tooltip="uittChooseDynColor0"
1689                   posref="BL TL"
1690                   posparent="cc_shout"
1691                   x="0"
1692                   y="-4" />
1693         <instance template="tgcw_color"
1694                   id="cc_dyn1"
1695                   text="uiDynColor1"
1696                   title="uiCCDDyn1"
1697                   tooltip="uittChooseDynColor1"
1698                   posref="BL TL"
1699                   posparent="cc_dyn0"
1700                   x="0"
1701                   y="-4" />
1702         <instance template="tgcw_color"
1703                   id="cc_dyn2"
1704                   text="uiDynColor2"
1705                   title="uiCCDDyn2"
1706                   tooltip="uittChooseDynColor2"
1707                   posref="BL TL"
1708                   posparent="cc_dyn1"
1709                   x="0"
1710                   y="-4" />
1711         <instance template="tgcw_color"
1712                   id="cc_dyn3"
1713                   text="uiDynColor3"
1714                   title="uiCCDDyn3"
1715                   tooltip="uittChooseDynColor3"
1716                   posref="BL TL"
1717                   posparent="cc_dyn2"
1718                   x="0"
1719                   y="-4" />
1720         <instance template="tgcw_color"
1721                   id="cc_dyn4"
1722                   text="uiDynColor4"
1723                   title="uiCCDDyn4"
1724                   tooltip="uittChooseDynColor4"
1725                   posref="BL TL"
1726                   posparent="cc_dyn3"
1727                   x="0"
1728                   y="-4" />
1729         <instance template="tgcw_color"
1730                   id="cc_dyn5"
1731                   text="uiDynColor5"
1732                   title="uiCCDDyn5"
1733                   tooltip="uittChooseDynColor5"
1734                   posref="BL TL"
1735                   posparent="cc_dyn4"
1736                   x="0"
1737                   y="-4" />
1738         <instance template="tgcw_color"
1739                   id="cc_dyn6"
1740                   text="uiDynColor6"
1741                   title="uiCCDDyn6"
1742                   tooltip="uittChooseDynColor6"
1743                   posref="BL TL"
1744                   posparent="cc_dyn5"
1745                   x="0"
1746                   y="-4" />
1747         <instance template="tgcw_color"
1748                   id="cc_dyn7"
1749                   text="uiDynColor7"
1750                   title="uiCCDDyn7"
1751                   tooltip="uittChooseDynColor7"
1752                   posref="BL TL"
1753                   posparent="cc_dyn6"
1754                   x="0"
1755                   y="-4" />
1756         <instance template="tgcw_checkbox"
1757                   id="enter_dontquit_cb"
1758                   text="uiEnterDontQuitCB"
1759                   tooltip="uittChatEnter"
1760                   posparent="cc_dyn7"
1761                   posref="BL TL"
1762                   x="0"
1763                   y="-8" />
1764         <instance template="tgcw_checkbox"
1765                   id="show_times_in_chat_cb"
1766                   text="uiShowTimesInChatCB"
1767                   tooltip="uittShowTimesInChat"
1768                   posparent="enter_dontquit_cb"
1769                   posref="BL TL"
1770                   x="0"
1771                   y="-8" />
1772         <instance template="tgcw_checkbox"
1773                   id="show_dyn_channel_name_in_chat_cb"
1774                   text="uiShowDynChannelNameInChatCB"
1775                   tooltip="uittShowDynChannelNameInChat"
1776                   posparent="show_times_in_chat_cb"
1777                   posref="BL TL"
1778                   x="0"
1779                   y="-8" />
1780         <instance template="tgcw_checkbox"
1781                   id="show_online_offline_notifications_cb"
1782                   text="uiShowOnlineOfflineNotifications"
1783                   tooltip="uittShowOnlineOfflineNotifications"
1784                   posparent="show_dyn_channel_name_in_chat_cb"
1785                   posref="BL TL"
1786                   x="0"
1787                   y="-8" />
1788                 <instance template="tgcw_scrollbarint"
1789                   id="font_size"
1790                   text="uiFontSize"
1791                   posref="BL TL"
1792                   posparent="show_online_offline_notifications_cb"
1793                   x="0"
1794                   y="-8" />
1795         <link expr="@UI:SAVE:CHAT:ENTER_DONT_QUIT_CB"
1796               target="enter_dontquit_cb:c:pushed" />
1797         <link expr="@UI:SAVE:CHAT:SHOW_TIMES_IN_CHAT_CB"
1798               target="show_times_in_chat_cb:c:pushed" />
1799         <link expr="@UI:SAVE:CHAT:SHOW_DYN_CHANNEL_NAME_IN_CHAT_CB"
1800               target="show_dyn_channel_name_in_chat_cb:c:pushed" />
1801         <link expr="@UI:SAVE:CHAT:SHOW_ONLINE_OFFLINE_NOTIFICATIONS_CB"
1802               target="show_online_offline_notifications_cb:c:pushed" />
1803           </group>
1804       <ctrl style="skin_scroll"
1805             id="sb_chat_colors"
1806             align="T"
1807             target="chat_colors"
1808             posparent="crop"
1809             posref="TL TR"
1810             x="-8"
1811             y="0" />
1812       <!-- *** -->
1813       <group id="entity_colors"
1814              active="false"
1815              posparent="crop"
1816              posref="TM TM"
1817              x="0"
1818              y="-8"
1819              sizeref="w"
1820              child_resize_h="true"
1821              child_resize_hmargin="4"
1822              w="-4"
1823              max_sizeparent="crop"
1824              max_sizeref="h"
1825              max_h="-4">
1826         <!-- Entity colors -->
1827         <view style="sgc_title"
1828               id="ccol"
1829               posref="TM TM"
1830               x="0"
1831               y="0"
1832               hardtext="uiEntityColors" />
1833         <instance template="tgcw_color"
1834                   id="cc_user"
1835                   text="uiUserColor"
1836                   title="uiUserColor"
1837                   tooltip="uittUserColor"
1838                   posref="TL TL"
1839                   x="0"
1840                   y="-20" />
1841         <instance template="tgcw_color"
1842                   id="cc_target"
1843                   text="uiTargetColor"
1844                   title="uiTargetColor"
1845                   tooltip="uittTargetColor"
1846                   posref="BL TL"
1847                   posparent="cc_user"
1848                   x="0"
1849                   y="-4" />
1850         <instance template="tgcw_color"
1851                   id="cc_group"
1852                   text="uiGroupColor"
1853                   title="uiGroupColor"
1854                   tooltip="uittGroupColor"
1855                   posref="BL TL"
1856                   posparent="cc_target"
1857                   x="0"
1858                   y="-16" />
1859         <instance template="tgcw_color"
1860                   id="cc_guild"
1861                   text="uiGuildRadarColor"
1862                   title="uiGuildRadarColor"
1863                   tooltip="uittGuildRadarColor"
1864                   posref="BL TL"
1865                   posparent="cc_group"
1866                   x="0"
1867                   y="-4" />
1868         <instance template="tgcw_color"
1869                   id="cc_player"
1870                   text="uiPlayerColor"
1871                   title="uiPlayerColor"
1872                   tooltip="uittPlayerColor"
1873                   posref="BL TL"
1874                   posparent="cc_guild"
1875                   x="0"
1876                   y="-4" />
1877         <instance template="tgcw_color"
1878                   id="cc_npc"
1879                   text="uiNPCColor"
1880                   title="uiNPCColor"
1881                   tooltip="uittNPCColor"
1882                   posref="BL TL"
1883                   posparent="cc_player"
1884                   x="0"
1885                   y="-4" />
1886         <instance template="tgcw_color"
1887                   id="cc_fauna"
1888                   text="uiFaunaColor"
1889                   title="uiFaunaColor"
1890                   tooltip="uittFaunaColor"
1891                   posref="BL TL"
1892                   posparent="cc_npc"
1893                   x="0"
1894                   y="-16" />
1895         <instance template="tgcw_color"
1896                   id="cc_mount"
1897                   text="uiMountColor"
1898                   title="uiMountColor"
1899                   tooltip="uittMountColor"
1900                   posref="BL TL"
1901                   posparent="cc_fauna"
1902                   x="0"
1903                   y="-4" />
1904         <instance template="tgcw_color"
1905                   id="cc_beast"
1906                   text="uiBeastColor"
1907                   title="uiBeastColor"
1908                   tooltip="uittBeastColor"
1909                   posref="BL TL"
1910                   posparent="cc_mount"
1911                   x="0"
1912                   y="-4" />
1913         <instance template="tgcw_color"
1914                   id="cc_source"
1915                   text="uiSourceColor"
1916                   title="uiSourceColor"
1917                   tooltip="uittSourceColor"
1918                   posref="BL TL"
1919                   posparent="cc_beast"
1920                   x="0"
1921                   y="-16" />
1922         <instance template="tgcw_color"
1923                   id="cc_dead"
1924                   text="uiDeadColor"
1925                   title="uiDeadColor"
1926                   tooltip="uittDeadColor"
1927                   posref="BL TL"
1928                   posparent="cc_source"
1929                   x="0"
1930                   y="-16" />
1931         <instance template="tgcw_color"
1932                   id="cc_pvpenemy"
1933                   text="uiPvpEnemyColor"
1934                   title="uiPvpEnemyColor"
1935                   tooltip="uittPvpEnemyColor"
1936                   posref="BL TL"
1937                   posparent="cc_dead"
1938                   x="0"
1939                   y="-16" />
1940         <instance template="tgcw_color"
1941                   id="cc_pvpally"
1942                   text="uiPvpAllyColor"
1943                   title="uiPvpAllyColor"
1944                   tooltip="uittPvpAllyColor"
1945                   posref="BL TL"
1946                   posparent="cc_pvpenemy"
1947                   x="0"
1948                   y="-4" />
1949         <instance template="tgcw_color"
1950                   id="cc_pvpallyinteam"
1951                   text="uiPvpAllyInTeamColor"
1952                   title="uiPvpAllyInTeamColor"
1953                   tooltip="uittPvpAllyInTeamColor"
1954                   posref="BL TL"
1955                   posparent="cc_pvpally"
1956                   x="0"
1957                   y="-4" />
1958         <instance template="tgcw_color"
1959                   id="cc_pvpallyinguild"
1960                   text="uiPvpAllyInGuildColor"
1961                   title="uiPvpAllyInGuildColor"
1962                   tooltip="uittPvpAllyInGuildColor"
1963                   posref="BL TL"
1964                   posparent="cc_pvpallyinteam"
1965                   x="0"
1966                   y="-4" />
1967         <instance template="tgcw_color"
1968                   id="cc_pvpneutral"
1969                   text="uiPvpNeutralColor"
1970                   title="uiPvpNeutralColor"
1971                   tooltip="uittPvpNeutralColor"
1972                   posref="BL TL"
1973                   posparent="cc_pvpallyinguild"
1974                   x="0"
1975                   y="-4" />
1976       </group>
1977       <ctrl style="skin_scroll"
1978             id="sb_entity_colors"
1979             align="T"
1980             target="entity_colors"
1981             posparent="crop"
1982             posref="TL TR"
1983             x="-8"
1984             y="0" />
1985       <!-- *** -->
1986       <group id="in_scene_user"
1987              active="false"
1988              posparent="crop"
1989              posref="TM TM"
1990              x="0"
1991              y="-8"
1992              sizeref="w"
1993              child_resize_h="true"
1994              child_resize_hmargin="4"
1995              w="-4"
1996              max_sizeparent="crop"
1997              max_sizeref="h"
1998              max_h="-4">
1999         <!-- In scene user colors -->
2000         <view style="sgc_title"
2001               id="ccol"
2002               posref="TM TM"
2003               x="0"
2004               y="0"
2005               hardtext="uiUserIS" />
2006         <instance template="tgcw_checkbox"
2007                   id="is_user_guild_symbol"
2008                   text="uiGuildSymbol"
2009                   tooltip="uittGuildSymbol"
2010                   posref="TL TL"
2011                   x="0"
2012                   y="-20" />
2013         <instance template="tgcw_checkbox"
2014                   id="is_user_name"
2015                   text="uiWindowName"
2016                   tooltip="uittName"
2017                   posref="BL TL"
2018                   posparent="is_user_guild_symbol"
2019                   x="0"
2020                   y="-4" />
2021         <instance template="tgcw_checkbox"
2022                   id="is_user_title"
2023                   text="uiTitle"
2024                   tooltip="uittTitle"
2025                   posref="BL TL"
2026                   posparent="is_user_name"
2027                   x="0"
2028                   y="-4" />
2029         <instance template="tgcw_checkbox"
2030                   id="is_user_rptags"
2031                   text="uiRpTags"
2032                   tooltip="uittRpTags"
2033                   posref="BL TL"
2034                   posparent="is_user_title"
2035                   x="0"
2036                   y="-4" />
2037         <instance template="tgcw_checkbox"
2038                   id="is_user_guild_name"
2039                   text="uigcGuildName"
2040                   tooltip="uittGuildName"
2041                   posref="BL TL"
2042                   posparent="is_user_rptags"
2043                   x="0"
2044                   y="-4" />
2045         <instance template="tgcw_checkbox"
2046                   id="is_user_hp"
2047                   text="uiHP"
2048                   tooltip="uittHP"
2049                   posref="BL TL"
2050                   posparent="is_user_guild_name"
2051                   x="0"
2052                   y="-4" />
2053         <instance template="tgcw_checkbox"
2054                   id="is_user_sap"
2055                   text="uiSAP"
2056                   tooltip="uittSAP"
2057                   posref="BL TL"
2058                   posparent="is_user_hp"
2059                   x="0"
2060                   y="-4" />
2061         <instance template="tgcw_checkbox"
2062                   id="is_user_sta"
2063                   text="uiSTA"
2064                   tooltip="uittSTA"
2065                   posref="BL TL"
2066                   posparent="is_user_sap"
2067                   x="0"
2068                   y="-4" />
2069         <instance template="tgcw_checkbox"
2070                   id="is_user_focus"
2071                   text="uiFOC"
2072                   tooltip="uittFocus"
2073                   posref="BL TL"
2074                   posparent="is_user_sta"
2075                   x="0"
2076                   y="-4" />
2077         <instance template="tgcw_checkbox"
2078                   id="is_user_action"
2079                   text="uiActionBar"
2080                   tooltip="uittActionBar"
2081                   posref="BL TL"
2082                   posparent="is_user_focus"
2083                   x="0"
2084                   y="-4" />
2085         <instance template="tgcw_checkbox"
2086                   id="is_user_pvp_logo"
2087                   text="uiPvpLogo"
2088                   tooltip="uittPvpLogo"
2089                   posref="BL TL"
2090                   posparent="is_user_action"
2091                   x="0"
2092                   y="-4" />
2093       </group>
2094       <ctrl style="skin_scroll"
2095             id="sb_in_scene_user"
2096             align="T"
2097             target="in_scene_user"
2098             posparent="crop"
2099             posref="TL TR"
2100             x="-8"
2101             y="0" />
2102       <!-- *** -->
2103       <group id="in_scene_friend"
2104              active="false"
2105              posparent="crop"
2106              posref="TM TM"
2107              x="0"
2108              y="-8"
2109              sizeref="w"
2110              child_resize_h="true"
2111              child_resize_hmargin="4"
2112              w="-4"
2113              max_sizeparent="crop"
2114              max_sizeref="h"
2115              max_h="-4">
2116         <!-- In scene friend colors -->
2117         <view style="sgc_title"
2118               id="ccol"
2119               posref="TM TM"
2120               x="0"
2121               y="0"
2122               hardtext="uiFriendIS" />
2123         <instance template="tgcw_checkbox"
2124                   id="is_friend_guild_symbol"
2125                   text="uiGuildSymbol"
2126                   tooltip="uittGuildSymbol"
2127                   posref="TL TL"
2128                   x="0"
2129                   y="-20" />
2130         <instance template="tgcw_checkbox"
2131                   id="is_friend_name"
2132                   text="uiWindowName"
2133                   tooltip="uittName"
2134                   posref="BL TL"
2135                   posparent="is_friend_guild_symbol"
2136                   x="0"
2137                   y="-4" />
2138         <instance template="tgcw_checkbox"
2139                   id="is_friend_title"
2140                   text="uiTitle"
2141                   tooltip="uittTitle"
2142                   posref="BL TL"
2143                   posparent="is_friend_name"
2144                   x="0"
2145                   y="-4" />
2146         <instance template="tgcw_checkbox"
2147                   id="is_friend_rptags"
2148                   text="uiRpTags"
2149                   tooltip="uittRpTags"
2150                   posref="BL TL"
2151                   posparent="is_friend_title"
2152                   x="0"
2153                   y="-4" />
2154         <instance template="tgcw_checkbox"
2155                   id="is_friend_guild_name"
2156                   text="uigcGuildName"
2157                   tooltip="uittGuildName"
2158                   posref="BL TL"
2159                   posparent="is_friend_rptags"
2160                   x="0"
2161                   y="-4" />
2162         <instance template="tgcw_checkbox"
2163                   id="is_friend_hp"
2164                   text="uiHP"
2165                   tooltip="uittHP"
2166                   posref="BL TL"
2167                   posparent="is_friend_guild_name"
2168                   x="0"
2169                   y="-4" />
2170         <instance template="tgcw_checkbox"
2171                   id="is_friend_sap"
2172                   text="uiSAP"
2173                   tooltip="uittSTA"
2174                   posref="BL TL"
2175                   posparent="is_friend_hp"
2176                   x="0"
2177                   y="-4" />
2178         <instance template="tgcw_checkbox"
2179                   id="is_friend_sta"
2180                   text="uiSTA"
2181                   tooltip="uittSAP"
2182                   posref="BL TL"
2183                   posparent="is_friend_sap"
2184                   x="0"
2185                   y="-4" />
2186         <instance template="tgcw_checkbox"
2187                   id="is_friend_focus"
2188                   text="uiFOC"
2189                   tooltip="uittFocus"
2190                   posref="BL TL"
2191                   posparent="is_friend_sta"
2192                   x="0"
2193                   y="-4" />
2194         <instance template="tgcw_checkbox"
2195                   id="is_friend_pvp_logo"
2196                   text="uiPvpLogo"
2197                   tooltip="uittPvpLogo"
2198                   posref="BL TL"
2199                   posparent="is_friend_focus"
2200                   x="0"
2201                   y="-4" />
2202         <instance template="tgcw_checkbox"
2203                   id="is_friend_npcname"
2204                   text="uiWindowNpcName"
2205                   tooltip="uittNpcName"
2206                   posref="BL TL"
2207                   posparent="is_friend_pvp_logo"
2208                   x="0"
2209                   y="-8" />
2210         <instance template="tgcw_checkbox"
2211                   id="is_friend_npctitle"
2212                   text="uiNpcTitle"
2213                   tooltip="uittNpcTitle"
2214                   posref="BL TL"
2215                   posparent="is_friend_npcname"
2216                   x="0"
2217                   y="-4" />
2218         <instance template="tgcw_checkbox"
2219                   id="is_friend_mission_icon"
2220                   text="uiMissionIcon"
2221                   tooltip="uittMissionIcon"
2222                   posref="BL TL"
2223                   posparent="is_friend_npctitle"
2224                   x="0"
2225                   y="-4" />
2226         <instance template="tgcw_checkbox"
2227                   id="is_friend_mission_mini_icon"
2228                   text="uiMiniMissionIcon"
2229                   tooltip="uittMiniMissionIcon"
2230                   posref="BL TL"
2231                   posparent="is_friend_mission_icon"
2232                   x="16"
2233                   y="-4" />
2234       </group>
2235       <ctrl style="skin_scroll"
2236             id="sb_in_scene_friend"
2237             align="T"
2238             target="in_scene_friend"
2239             posparent="crop"
2240             posref="TL TR"
2241             x="-8"
2242             y="0" />
2243       <!-- *** -->
2244       <group id="in_scene_enemy"
2245              active="false"
2246              posparent="crop"
2247              posref="TM TM"
2248              x="0"
2249              y="-8"
2250              sizeref="w"
2251              child_resize_h="true"
2252              child_resize_hmargin="4"
2253              w="-4"
2254              max_sizeparent="crop"
2255              max_sizeref="h"
2256              max_h="-4">
2257         <!-- In scene enemy colors -->
2258         <view style="sgc_title"
2259               id="ccol"
2260               posref="TM TM"
2261               x="0"
2262               y="0"
2263               hardtext="uiEnemyIS" />
2264         <instance template="tgcw_checkbox"
2265                   id="is_enemy_guild_symbol"
2266                   text="uiGuildSymbol"
2267                   tooltip="uittGuildSymbol"
2268                   posref="TL TL"
2269                   x="0"
2270                   y="-20" />
2271         <instance template="tgcw_checkbox"
2272                   id="is_enemy_name"
2273                   text="uiWindowName"
2274                   tooltip="uittName"
2275                   posref="BL TL"
2276                   posparent="is_enemy_guild_symbol"
2277                   x="0"
2278                   y="-4" />
2279         <instance template="tgcw_checkbox"
2280                   id="is_enemy_title"
2281                   text="uiTitle"
2282                   tooltip="uittTitle"
2283                   posref="BL TL"
2284                   posparent="is_enemy_name"
2285                   x="0"
2286                   y="-4" />
2287         <instance template="tgcw_checkbox"
2288                   id="is_enemy_rptags"
2289                   text="uiRpTags"
2290                   tooltip="uittRpTags"
2291                   posref="BL TL"
2292                   posparent="is_enemy_title"
2293                   x="0"
2294                   y="-4" />                    
2295         <instance template="tgcw_checkbox"
2296                   id="is_enemy_guild_name"
2297                   text="uigcGuildName"
2298                   tooltip="uittGuildName"
2299                   posref="BL TL"
2300                   posparent="is_enemy_rptags"
2301                   x="0"
2302                   y="-4" />
2303         <instance template="tgcw_checkbox"
2304                   id="is_enemy_hp"
2305                   text="uiHP"
2306                   tooltip="uittHP"
2307                   posref="BL TL"
2308                   posparent="is_enemy_guild_name"
2309                   x="0"
2310                   y="-4" />
2311         <instance template="tgcw_checkbox"
2312                   id="is_ennemy_pvp_logo"
2313                   text="uiPvpLogo"
2314                   tooltip="uittPvpLogo"
2315                   posref="BL TL"
2316                   posparent="is_enemy_hp"
2317                   x="0"
2318                   y="-4" />
2319       </group>
2320       <ctrl style="skin_scroll"
2321             id="sb_in_scene_enemy"
2322             align="T"
2323             target="in_scene_enemy"
2324             posparent="crop"
2325             posref="TL TR"
2326             x="-8"
2327             y="0" />
2328       <!-- *** -->
2329       <group id="in_scene_chat_messages"
2330              active="false"
2331              posparent="crop"
2332              posref="TM TM"
2333              x="0"
2334              y="-8"
2335              sizeref="w"
2336              child_resize_h="true"
2337              child_resize_hmargin="4"
2338              w="-4"
2339              max_sizeparent="crop"
2340              max_sizeref="h"
2341              max_h="-4">
2342         <!-- In scene enemy colors -->
2343         <view style="sgc_title"
2344               id="ccol"
2345               posref="TM TM"
2346               x="0"
2347               y="0"
2348               hardtext="uiChatIS" />
2349         <instance template="tgcw_checkbox"
2350                   id="is_user_messages"
2351                   text="uiUserMessages"
2352                   tooltip="uittUserMessages"
2353                   posref="TL TL"
2354                   x="0"
2355                   y="-20" />
2356         <instance template="tgcw_checkbox"
2357                   id="is_friend_messages"
2358                   text="uiFriendMessages"
2359                   tooltip="uittFriendMessages"
2360                   posref="BL TL"
2361                   posparent="is_user_messages"
2362                   x="0"
2363                   y="-4" />
2364         <instance template="tgcw_checkbox"
2365                   id="is_enemy_messages"
2366                   text="uiEnemyMessages"
2367                   tooltip="uittEnemyMessages"
2368                   posref="BL TL"
2369                   posparent="is_friend_messages"
2370                   x="0"
2371                   y="-4" />
2372       </group>
2373       <ctrl style="skin_scroll"
2374             id="sb_in_scene_chat_messages"
2375             align="T"
2376             target="in_scene_chat_messages"
2377             posparent="crop"
2378             posref="TL TR"
2379             x="-8"
2380             y="0" />
2381       <!-- *** -->
2382       <group id="win_colors"
2383              active="false"
2384              posparent="crop"
2385              posref="TM TM"
2386              x="0"
2387              y="-8"
2388              sizeref="w"
2389              child_resize_h="true"
2390              child_resize_hmargin="4"
2391              w="-4"
2392              max_sizeparent="crop"
2393              max_sizeref="h"
2394              max_h="-4">
2395         <!-- win colors -->
2396         <view style="sgc_title"
2397               id="wcol"
2398               posref="TM TM"
2399               x="0"
2400               y="0"
2401               hardtext="uiWinColors" />
2402         <instance template="tgcw_color"
2403                   id="wc_pla"
2404                   text="uiPlaColor"
2405                   title="uiCCDPla"
2406                   tooltip="uittChoosePlaColor"
2407                   posref="TL TL"
2408                   x="0"
2409                   y="-20" />
2410         <instance template="tgcw_color"
2411                   id="wc_inv"
2412                   text="uiInvColor"
2413                   title="uiCCDInv"
2414                   tooltip="uittChooseInvColor"
2415                   posref="BL TL"
2416                   posparent="wc_pla"
2417                   x="0"
2418                   y="-4" />
2419         <instance template="tgcw_color"
2420                   id="wc_ani"
2421                   text="uiAniColor"
2422                   title="uiCCDAni"
2423                   tooltip="uittChooseAniColor"
2424                   posref="BL TL"
2425                   posparent="wc_inv"
2426                   x="0"
2427                   y="-4" />
2428         <instance template="tgcw_color"
2429                   id="wc_help"
2430                   text="uiHelColor"
2431                   title="uiCCDHel"
2432                   tooltip="uittChooseHelColor"
2433                   posref="BL TL"
2434                   posparent="wc_ani"
2435                   x="0"
2436                   y="-16" />
2437         <instance template="tgcw_color"
2438                   id="wc_infos"
2439                   text="uiInfColor"
2440                   title="uiCCDInf"
2441                   tooltip="uittChooseInfColor"
2442                   posref="BL TL"
2443                   posparent="wc_help"
2444                   x="0"
2445                   y="-4" />
2446         <instance template="tgcw_color"
2447                   id="wc_opt"
2448                   text="uiOptColor"
2449                   title="uiCCDOpt"
2450                   tooltip="uittChooseOptColor"
2451                   posref="BL TL"
2452                   posparent="wc_infos"
2453                   x="0"
2454                   y="-4" />
2455         <instance template="tgcw_color"
2456                   id="wc_mem"
2457                   text="uiMemColor"
2458                   title="uiCCDMem"
2459                   tooltip="uittChooseMemColor"
2460                   posref="TL TL"
2461                   posparent="wc_opt"
2462                   x="0"
2463                   y="-16" />
2464         <instance template="tgcw_color"
2465                   id="wc_lab"
2466                   text="uiLabColor"
2467                   title="uiCCDLab"
2468                   tooltip="uittChooseLabColor"
2469                   posref="BL TL"
2470                   posparent="wc_mem"
2471                   x="0"
2472                   y="-4" />
2473         <instance template="tgcw_color"
2474                   id="wc_com"
2475                   text="uiComColor"
2476                   title="uiCCDCom"
2477                   tooltip="uittChooseComColor"
2478                   posref="BL TL"
2479                   posparent="wc_lab"
2480                   x="0"
2481                   y="-16" />
2482         <instance template="tgcw_color"
2483                   id="wc_trade"
2484                   text="uiTraColor"
2485                   title="uiCCDTra"
2486                   tooltip="uittChooseTraColor"
2487                   posref="BL TL"
2488                   posparent="wc_com"
2489                   x="0"
2490                   y="-4" />
2491         <instance template="tgcw_color"
2492                   id="wc_bot"
2493                   text="uiBotColor"
2494                   title="uiCCDBot"
2495                   tooltip="uittChooseBotColor"
2496                   posref="BL TL"
2497                   posparent="wc_trade"
2498                   x="0"
2499                   y="-4" />
2500       </group>
2501       <ctrl style="skin_scroll"
2502             id="sb_win_colors"
2503             align="T"
2504             target="win_colors"
2505             posparent="crop"
2506             posref="TL TR"
2507             x="-8"
2508             y="0" />
2509       <group id="win_colors_r2"
2510              active="false"
2511              posparent="crop"
2512              posref="TM TM"
2513              x="0"
2514              y="-8"
2515              sizeref="w"
2516              child_resize_h="true"
2517              child_resize_hmargin="4"
2518              w="-4"
2519              max_sizeparent="crop"
2520              max_sizeref="h"
2521              max_h="-4">
2522         <view style="sgc_title"
2523               id="wcol"
2524               posref="TM TM"
2525               x="0"
2526               y="0"
2527               hardtext="uiR2WinColors" />
2528         <instance template="tgcw_color"
2529                   id="wc_r2_palette"
2530                   text="uiR2Palette"
2531                   title="uiCCDR2_palette"
2532                   tooltip="uittR2_Palette"
2533                   posref="TL TL"
2534                   x="0"
2535                   y="-20" />
2536         <instance template="tgcw_color"
2537                   id="wc_r2_scenario"
2538                   text="uiR2Scenario"
2539                   title="uiCCDR2_scenario"
2540                   tooltip="uittR2_Scenario"
2541                   posparent="wc_r2_palette"
2542                   posref="BL TL"
2543                   x="0"
2544                   y="-4" />
2545         <instance template="tgcw_color"
2546                   id="wc_r2_prop_window"
2547                   text="uiR2Prop_window"
2548                   title="uiCCDR2_prop_window"
2549                   tooltip="uittR2_Prop_window"
2550                   posparent="wc_r2_scenario"
2551                   posref="BL TL"
2552                   x="0"
2553                   y="-4" />
2554         <instance template="tgcw_color"
2555                   id="wc_r2_form"
2556                   text="uiR2Form"
2557                   title="uiCCDR2_form"
2558                   tooltip="uittR2_Form"
2559                   posparent="wc_r2_prop_window"
2560                   posref="BL TL"
2561                   x="0"
2562                   y="-4" />
2563         <instance template="tgcw_color"
2564                   id="wc_r2_custom_look"
2565                   text="uiR2Custom_look"
2566                   title="uiCCDR2_custom_look"
2567                   tooltip="uittR2_Custom_look"
2568                   posparent="wc_r2_form"
2569                   posref="BL TL"
2570                   x="0"
2571                   y="-4" />
2572         <instance template="tgcw_color"
2573                   id="wc_r2_dialogs"
2574                   text="uiR2Dialogs"
2575                   title="uiCCDR2_dialogs"
2576                   tooltip="uittR2_Dialogs"
2577                   posparent="wc_r2_custom_look"
2578                   posref="BL TL"
2579                   x="0"
2580                   y="-4" />
2581         <instance template="tgcw_color"
2582                   id="wc_r2_events"
2583                   text="uiR2Events"
2584                   title="uiCCDR2_events"
2585                   tooltip="uittR2_Events"
2586                   posparent="wc_r2_dialogs"
2587                   posref="BL TL"
2588                   x="0"
2589                   y="-4" />
2590         <instance template="tgcw_color"
2591                   id="wc_r2_activities"
2592                   text="uiR2Activities"
2593                   title="uiCCDR2_activities"
2594                   tooltip="uittR2_Activities"
2595                   posparent="wc_r2_events"
2596                   posref="BL TL"
2597                   x="0"
2598                   y="-4" />
2599         <instance template="tgcw_color"
2600                   id="wc_r2_feature_help"
2601                   text="uiR2Feature_help"
2602                   title="uiCCDR2_feature_help"
2603                   tooltip="uittR2_Feature_help"
2604                   posparent="wc_r2_activities"
2605                   posref="BL TL"
2606                   x="0"
2607                   y="-4" />
2608         <instance template="tgcw_color"
2609                   id="wc_r2_connect"
2610                   text="uiR2Connect"
2611                   title="uiCCDR2_connect"
2612                   tooltip="uittR2_Connect"
2613                   posparent="wc_r2_feature_help"
2614                   posref="BL TL"
2615                   x="0"
2616                   y="-4" />
2617         <instance template="tgcw_color"
2618                   id="wc_r2_session_browser"
2619                   text="uiR2Session_browser"
2620                   title="uiCCDR2_session_browser"
2621                   tooltip="uittR2_Session_browser"
2622                   posparent="wc_r2_connect"
2623                   posref="BL TL"
2624                   x="0"
2625                   y="-4" />
2626         <instance template="tgcw_color"
2627                   id="wc_r2_scenario_control"
2628                   text="uiR2Scenario_control"
2629                   title="uiCCDR2_scenario_control"
2630                   tooltip="uittR2_Scenario_control"
2631                   posparent="wc_r2_session_browser"
2632                   posref="BL TL"
2633                   x="0"
2634                   y="-4" />
2635         <instance template="tgcw_color"
2636                   id="wc_r2_player_tracking"
2637                   text="uiR2Player_tracking"
2638                   title="uiCCDR2_player_tracking"
2639                   tooltip="uittR2_Player_tracking"
2640                   posparent="wc_r2_scenario_control"
2641                   posref="BL TL"
2642                   x="0"
2643                   y="-4" />
2644       </group>
2645       <ctrl style="skin_scroll"
2646             id="sb_win_colors_r2"
2647             align="T"
2648             target="win_colors_r2"
2649             posparent="crop"
2650             posref="TL TR"
2651             x="-8"
2652             y="0" />
2653       <!-- *** -->
2654       <group id="mouse"
2655              active="false"
2656              posparent="crop"
2657              posref="TM TM"
2658              x="0"
2659              y="-8"
2660              sizeref="w"
2661              child_resize_h="true"
2662              child_resize_hmargin="4"
2663              w="-4"
2664              max_sizeparent="crop"
2665              max_sizeref="h"
2666              max_h="-4">
2667         <view style="sgc_title"
2668               id="mouseopt"
2669               posref="TM TM"
2670               x="0"
2671               y="0"
2672               hardtext="uiMouseOptions" />
2673         <instance template="tgcw_checkbox"
2674                   id="hard"
2675                   text="uiMouseHardware"
2676                   posref="TR TR"
2677                   x="-55"
2678                   y="-20" />
2679         <instance template="tgcw_checkbox"
2680                   id="inverted"
2681                   text="uiMouseInverted"
2682                   posparent="hard"
2683                   posref="BL TL"
2684                   x="0"
2685                   y="-2" />
2686         <instance template="tgcw_checkbox"
2687                   id="dbl"
2688                   text="uiMouseDblClickMode"
2689                   posparent="inverted"
2690                   posref="BL TL"
2691                   x="0"
2692                   y="-2" />
2693         <view style="sgc_title2"
2694               type="text"
2695               id="inter"
2696               posref="TL TL"
2697               x="0"
2698               y="-20"
2699               hardtext="uiMouseInterface" />
2700         <instance template="tgcw_scrollbarint"
2701                   id="dcspeed"
2702                   text="uiDoubleClickSpeed"
2703                   posparent="inter"
2704                   posref="BL TL"
2705                   x="20"
2706                   y="-2" />
2707         <instance template="tgcw_scrollbarfloat"
2708                   id="curspeed"
2709                   text="uiCursorSpeed"
2710                   posparent="dcspeed"
2711                   posref="BL TL"
2712                   x="0"
2713                   y="-2" />
2714         <instance template="tgcw_scrollbarint"
2715                   id="curaccel"
2716                   text="uiCursorAccel"
2717                   posparent="curspeed"
2718                   posref="BL TL"
2719                   x="0"
2720                   y="-2" />
2721         <view style="sgc_title2"
2722               type="text"
2723               id="head"
2724               posref="BL TL"
2725               hardtext="uiMouseHead"
2726               posparent="curaccel"
2727               x="-20"
2728               y="-12" />
2729         <instance template="tgcw_scrollbarfloat"
2730                   id="headspeed"
2731                   text="uiHeadSpeed"
2732                   posparent="head"
2733                   posref="BL TL"
2734                   x="20"
2735                   y="-2" />
2736         <instance template="tgcw_scrollbarint"
2737                   id="headaccel"
2738                   text="uiHeadAccel"
2739                   posparent="headspeed"
2740                   posref="BL TL"
2741                   x="0"
2742                   y="-2" />
2743       </group>
2744       <ctrl style="skin_scroll"
2745             id="sb_mouse"
2746             align="T"
2747             target="mouse"
2748             posparent="crop"
2749             posref="TL TR"
2750             x="-8"
2751             y="0" />
2752       <!-- *** -->
2753       <group id="keyb"
2754              active="false"
2755              posparent="crop"
2756              posref="TM TM"
2757              x="0"
2758              y="-8"
2759              sizeref="w"
2760              child_resize_h="true"
2761              child_resize_hmargin="4"
2762              w="-4"
2763              max_sizeparent="crop"
2764              max_sizeref="h"
2765              max_h="-4">
2766         <view style="sgc_title"
2767               id="mouseopt"
2768               posref="TM TM"
2769               x="0"
2770               y="0"
2771               hardtext="uiKeybOptions" />
2772         <view style="sgc_title2"
2773               type="text"
2774               id="cam"
2775               posref="TL TL"
2776               x="0"
2777               y="-20"
2778               hardtext="uiKeybCamera" />
2779         <instance template="tgcw_scrollbarfloat"
2780                   id="speedmax"
2781                   text="uiKeybCamSpeedMax"
2782                   posparent="cam"
2783                   posref="BL TL"
2784                   x="20"
2785                   y="-2" />
2786         <instance template="tgcw_scrollbarfloat"
2787                   id="speedmin"
2788                   text="uiKeybCamSpeedMin"
2789                   posparent="speedmax"
2790                   posref="BL TL"
2791                   x="0"
2792                   y="-2" />
2793       </group>
2794       <ctrl style="skin_scroll"
2795             id="sb_keyb"
2796             align="T"
2797             target="keyb"
2798             posparent="crop"
2799             posref="TL TR"
2800             x="-8"
2801             y="0" />
2802       <!-- *** -->
2803       <group id="vr"
2804              active="false"
2805              posparent="crop"
2806              posref="TM TM"
2807              x="0"
2808              y="-8"
2809              sizeref="w"
2810              child_resize_h="true"
2811              child_resize_hmargin="4"
2812              w="-4"
2813              max_sizeparent="crop"
2814              max_sizeref="h"
2815              max_h="-4">
2816         <view style="sgc_title"
2817               type="text"
2818               id="gen"
2819               posref="TM TM"
2820               x="0"
2821               y="0"
2822               hardtext="uiVRGeneral" />
2823         <group id="enabler"
2824                posref="TL TL"
2825                x="0"
2826                y="-16"
2827                child_resize_w="true"
2828                h="14">
2829           <ctrl type="button"
2830                 id="c"
2831                 button_type="toggle_button"
2832                 posref="TL TL"
2833                 x="0"
2834                 y="0"
2835                 tx_normal="w_slot_on.tga"
2836                 tx_pushed="w_opacity_on.tga"
2837                 tx_over="w_slot_on.tga"
2838                 color="255 255 255 255"
2839                 col_pushed="255 255 255 255"
2840                 col_over="255 255 255 0"
2841                 onclick_l="game_config_change_vr_enable"
2842                 params_l="" />
2843           <view type="text"
2844                 id="text"
2845                 posparent="c"
2846                 posref="MR ML"
2847                 x="4"
2848                 y="-2"
2849                 color="255 255 255 192"
2850                 fontsize="12"
2851                 shadow="true"
2852                 hardtext="uiVREnable" />
2853         </group>
2854         <group type="combo_box"
2855                id="vr_devices"
2856                sizeparent="parent"
2857                sizeref="w"
2858                w="0"
2859                h="20"
2860                value="UI:TEMP:VR_DEVICE"
2861                posparent="enabler"
2862                posref="BL TL"
2863                x="0"
2864                y="-4">
2865           <instance template="combo_box_def1" />
2866         </group>
2867         <link expr="@UI:TEMP:VR_DEVICE"
2868               action="game_config_change_vr_device" />
2869       </group>
2870       <ctrl style="skin_scroll"
2871             id="sb_vr"
2872             align="T"
2873             target="vr"
2874             posparent="crop"
2875             posref="TL TR"
2876             x="-8"
2877             y="0" />
2878       <!-- *** -->
2879       <group id="sound"
2880              active="false"
2881              posparent="crop"
2882              posref="TM TM"
2883              x="0"
2884              y="-8"
2885              sizeref="w"
2886              child_resize_h="true"
2887              child_resize_hmargin="4"
2888              w="-4"
2889              max_sizeparent="crop"
2890              max_sizeref="h"
2891              max_h="-4">
2892         <view style="sgc_title"
2893               type="text"
2894               id="gen"
2895               posref="TM TM"
2896               x="0"
2897               y="0"
2898               hardtext="uiSoundGeneral" />
2899         <instance template="tgcw_checkbox"
2900                   id="enabler"
2901                   text="uiSoundOnOff"
2902                   posref="TL TL"
2903                   x="0"
2904                   y="-16" />
2905         <instance template="tgcw_checkbox"
2906                   id="useeax"
2907                   text="uiUseEax"
2908                   posref="BL TL"
2909                   posparent="enabler"
2910                   x="0"
2911                   y="-12" />
2912         <instance template="tgcw_checkbox"
2913                   id="forcesoftbuf"
2914                   text="uiSoundFSB"
2915                   posref="BL TL"
2916                   posparent="useeax"
2917                   x="0"
2918                   y="-12" />
2919         <view style="sgc_title2"
2920               type="text"
2921               id="perf"
2922               posparent="forcesoftbuf"
2923               posref="BL TL"
2924               x="0"
2925               y="-8"
2926               hardtext="uiSoundPerf" />
2927         <instance template="tgcw_scrollbarint"
2928                   id="maxtrack"
2929                   text="uiMaxTracks"
2930                   posparent="perf"
2931                   posref="BL TL"
2932                   x="20"
2933                   y="-2" />
2934         <view style="sgc_title2"
2935               type="text"
2936               id="volume"
2937               posparent="maxtrack"
2938               posref="BL TL"
2939               x="-20"
2940               y="-2"
2941               hardtext="uiSoundVolume" />
2942         <instance template="tgcw_scrollbarfloat"
2943                   id="sfx_volume"
2944                   text="uiSoundSFXVolume"
2945                   posparent="volume"
2946                   posref="BL TL"
2947                   x="20"
2948                   y="-2" />
2949         <instance template="tgcw_scrollbarfloat"
2950                   id="music_volume"
2951                   text="uiSoundGameMusicVolume"
2952                   posparent="sfx_volume"
2953                   posref="BL TL"
2954                   x="0"
2955                   y="-2" />
2956       </group>
2957       <ctrl style="skin_scroll"
2958             id="sb_sound"
2959             align="T"
2960             target="sound"
2961             posparent="crop"
2962             posref="TL TR"
2963             x="-8"
2964             y="0" />
2965       <!-- *** -->
2966       <group id="landmark_colors"
2967              active="false"
2968              posparent="crop"
2969              posref="TM TM"
2970              x="0"
2971              y="-8"
2972              sizeref="w"
2973              child_resize_h="true"
2974              child_resize_hmargin="4"
2975              w="-4"
2976              max_sizeparent="crop"
2977              max_sizeref="h"
2978                  max_h="-4">
2979         <!-- Landmark colors -->
2980         <view style="sgc_title"
2981               id="ccol"
2982               posref="TM TM"
2983               x="0"
2984               y="0"
2985               hardtext="uiLandmarkColors" />
2986         <instance template="tgcw_color"
2987                   id="cc_misc"
2988                   text="uiLMMiscColor"
2989                   title="uiCCDLMMisc"
2990                   tooltip="uittChooseLMMiscColor"
2991                   posref="TL TL"
2992                   x="0"
2993                   y="-20" />
2994         <instance template="tgcw_color" id="cc_tribe" text="uiLMTribeColor" title="uiCCDLMTribe" tooltip="uittChooseLMTribeColor" posref="BL TL" posparent="cc_misc" x="0" y="-16" />
2995                 <instance template="tgcw_color" id="cc_bandit" text="uiLMBanditColor" title="uiCCDLMBandit" tooltip="uittChooseLMBanditColor" posref="BL TL" posparent="cc_tribe" x="0" y="-4" />
2996                 <instance template="tgcw_color" id="cc_citizen" text="uiLMCitizenColor" title="uiCCDLMCitizen" tooltip="uittChooseLMCitizenColor" posref="BL TL" posparent="cc_bandit" x="0" y="-4" />
2997                 <instance template="tgcw_color" id="cc_fauna" text="uiLMFaunaColor" title="uiCCDLMFauna" tooltip="uittChooseLMFaunaColor" posref="BL TL" posparent="cc_citizen" x="0" y="-16" />
2998                 <instance template="tgcw_color" id="cc_faunaexcel" text="uiLMFaunaExcelColor" title="uiCCDLMFaunaExcel" tooltip="uittChooseLMFaunaExcelColor" posref="BL TL" posparent="cc_fauna" x="0" y="-4" />
2999                 <instance template="tgcw_color" id="cc_faunasup" text="uiLMFaunaSupColor" title="uiCCDLMFaunaSup" tooltip="uittChooseLMFaunaSupColor" posref="BL TL" posparent="cc_faunaexcel" x="0" y="-4" />
3000                 <instance template="tgcw_color" id="cc_forage" text="uiLMForageColor" title="uiCCDLMForage" tooltip="uittChooseLMForageColor" posref="BL TL" posparent="cc_faunasup" x="0" y="-16" />
3001                 <instance template="tgcw_color" id="cc_forageexcel" text="uiLMForageExcelColor" title="uiCCDLMForageExcel" tooltip="uittChooseLMForageExcelColor" posref="BL TL" posparent="cc_forage" x="0" y="-4" />
3002                 <instance template="tgcw_color" id="cc_foragesup" text="uiLMForageSupColor" title="uiCCDLMForageSup" tooltip="uittChooseLMForageSupColor" posref="BL TL" posparent="cc_forageexcel" x="0" y="-4" />
3003                 <instance template="tgcw_color" id="cc_sap" text="uiLMSapColor" title="uiCCDLMSap" tooltip="uittChooseLMSapColor" posref="BL TL" posparent="cc_foragesup" x="16" y="-4" />
3004                 <instance template="tgcw_color" id="cc_amber" text="uiLMAmberColor" title="uiCCDLMAmber" tooltip="uittChooseLMAmberColor" posref="BL TL" posparent="cc_sap" x="0" y="-4" />
3005                 <instance template="tgcw_color" id="cc_node" text="uiLMNodeColor" title="uiCCDLMNode" tooltip="uittChooseLMNodeColor" posref="BL TL" posparent="cc_amber" x="0" y="-4" />
3006                 <instance template="tgcw_color" id="cc_fiber" text="uiLMFiberColor" title="uiCCDLMFiber" tooltip="uittChooseLMFiberColor" posref="BL TL" posparent="cc_node" x="0" y="-4" />
3007                 <instance template="tgcw_color" id="cc_bark" text="uiLMBarkColor" title="uiCCDLMBark" tooltip="uittChooseLMBarkColor" posref="BL TL" posparent="cc_fiber" x="0" y="-4" />
3008                 <instance template="tgcw_color" id="cc_seed" text="uiLMSeedColor" title="uiCCDLMSeed" tooltip="uittChooseLMSeedColor" posref="BL TL" posparent="cc_bark" x="0" y="-4" />
3009                 <instance template="tgcw_color" id="cc_shell" text="uiLMShellColor" title="uiCCDLMShell" tooltip="uittChooseLMShellColor" posref="BL TL" posparent="cc_seed" x="0" y="-4" />
3010                 <instance template="tgcw_color" id="cc_resin" text="uiLMResinColor" title="uiCCDLMResin" tooltip="uittChooseLMResinColor" posref="BL TL" posparent="cc_shell" x="0" y="-4" />
3011                 <instance template="tgcw_color" id="cc_wood" text="uiLMWoodColor" title="uiCCDLMWood" tooltip="uittChooseLMWoodColor" posref="BL TL" posparent="cc_resin" x="0" y="-4" />
3012                 <instance template="tgcw_color" id="cc_oil" text="uiLMOilColor" title="uiCCDLMOil" tooltip="uittChooseLMOilColor" posref="BL TL" posparent="cc_wood" x="0" y="-4" />
3013                 <instance template="tgcw_color" id="cc_mission" text="uiLMMissionColor" title="uiCCDLMMission" tooltip="uittChooseLMMissionColor" posref="BL TL" posparent="cc_oil" x="-16" y="-16" />
3014                 <instance template="tgcw_color" id="cc_food" text="uiLMFoodColor" title="uiCCDLMFood" tooltip="uittChooseLMFoodColor" posref="BL TL" posparent="cc_mission" x="16" y="-4" />
3015                 <instance template="tgcw_color" id="cc_construction" text="uiLMConstructionColor" title="uiCCDLMConstruction" tooltip="uittChooseLMConstructionColor" posref="BL TL" posparent="cc_food" x="0" y="-4" />
3016                 <instance template="tgcw_color" id="cc_goo" text="uiLMGooColor" title="uiCCDLMGoo" tooltip="uittChooseLMGooColor" posref="BL TL" posparent="cc_construction" x="0" y="-4" />
3017                 <instance template="tgcw_color" id="cc_insect" text="uiLMInsectColor" title="uiCCDLMInsect" tooltip="uittChooseLMInsectColor" posref="BL TL" posparent="cc_goo" x="0" y="-4" />
3018                 <instance template="tgcw_color" id="cc_kitin" text="uiLMKitinColor" title="uiCCDLMKitin" tooltip="uittChooseLMKitinColor" posref="BL TL" posparent="cc_insect" x="0" y="-4" />
3019                 <instance template="tgcw_color" id="cc_nocive" text="uiLMNociveColor" title="uiCCDLMNocive" tooltip="uittChooseLMNociveColor" posref="BL TL" posparent="cc_kitin" x="0" y="-4" />
3020                 <instance template="tgcw_color" id="cc_preservative" text="uiLMPreservativeColor" title="uiCCDLMPreservative" tooltip="uittChooseLMPreservativeColor" posref="BL TL" posparent="cc_nocive" x="0" y="-4" />
3021                 <instance template="tgcw_color" id="cc_passage" text="uiLMPassageColor" title="uiCCDLMPassage" tooltip="uittChooseLMPassageColor" posref="BL TL" posparent="cc_preservative" x="-16" y="-16" />
3022                 <instance template="tgcw_color" id="cc_teleporter" text="uiLMTeleporterColor" title="uiCCDLMTeleporter" tooltip="uittChooseLMTeleporterColor" posref="BL TL" posparent="cc_passage" x="0" y="-4" />
3024       </group>
3025       <ctrl style="skin_scroll"
3026             id="sb_landmark_colors"
3027             align="T"
3028             target="landmark_colors"
3029             posparent="crop"
3030             posref="TL TR"
3031             x="-8"
3032             y="0" />                    
3033       <!-- *** -->
3034       <group id="help"
3035              active="false"
3036              posparent="crop"
3037              posref="TM TM"
3038              x="0"
3039              y="-8"
3040              sizeref="w"
3041              child_resize_h="true"
3042              child_resize_hmargin="4"
3043              w="-4"
3044              max_sizeparent="crop"
3045              max_sizeref="h"
3046              max_h="-4">
3047         <!-- Entities Names -->
3048         <view style="sgc_title"
3049               type="text"
3050               id="hen"
3051               posref="TM TM"
3052               x="0"
3053               y="0"
3054               hardtext="uiHelp" />
3055         <instance template="tgcw_checkbox"
3056                   id="context_help"
3057                   text="uiShowContextHelp"
3058                   posref="TL TL"
3059                   x="0"
3060                   y="-20" />
3061       </group>
3062       <ctrl style="skin_scroll"
3063             id="sb_help"
3064             align="T"
3065             target="help"
3066             posparent="crop"
3067             posref="TL TR"
3068             x="-8"
3069             y="0" />
3070       <!-- *** -->
3071       <!-- *** -->
3072       <ddx id="all">
3073         <!-- This ref to the apply button -->
3074         <apply ui="apply" />
3075         <param ui="general:con:c"
3076                type="cfg"
3077                realtime="true"
3078                widget="sbfloat"
3079                link="Contrast" />
3080         <param ui="general:lum:c"
3081                type="cfg"
3082                realtime="true"
3083                widget="sbfloat"
3084                link="Luminosity" />
3085         <param ui="general:gam:c"
3086                type="cfg"
3087                realtime="true"
3088                widget="sbfloat"
3089                link="Gamma" />
3090         <param ui="general:waitvbl:c"
3091                type="cfg"
3092                realtime="true"
3093                widget="boolbut"
3094                link="WaitVBL" />
3095         <param ui="landscape:lvi:c"
3096                type="cfg"
3097                widget="sbfloat_round"
3098                realtime="end_scroll"
3099                ui_view="landscape:lvi:c_res"
3100                ui_unit="uigcUnitMeters"
3101                link="Vision"
3102                preset="UI:TEMP:PRESET_LAND" />
3103         <param ui="landscape:ltn:c"
3104                type="cfg"
3105                widget="sbfloat_round"
3106                realtime="true"
3107                ui_view="landscape:ltn:c_res"
3108                ui_unit="uigcUnitMeters"
3109                link="LandscapeTileNear"
3110                preset="UI:TEMP:PRESET_LAND" />
3111         <param ui="landscape:lth:c"
3112                type="cfg"
3113                widget="sbfloat"
3114                realtime="true"
3115                ui_view="landscape:lth:c_res"
3116                ui_decimal="4"
3117                link="LandscapeThreshold"
3118                preset="UI:TEMP:PRESET_LAND" />
3119         <param ui="landscape:lmv:c"
3120                type="cfg"
3121                widget="boolbut"
3122                realtime="true"
3123                link="MicroVeget"
3124                preset="UI:TEMP:PRESET_LAND" />
3125         <param ui="landscape:mvd:c"
3126                type="cfg"
3127                widget="sbfloat_round"
3128                realtime="end_scroll"
3129                ui_view="landscape:mvd:c_res"
3130                ui_unit="uigcUnitPercent"
3131                link="MicroVegetDensity"
3132                preset="UI:TEMP:PRESET_LAND" />
3133         <param ui="char:maxpoly:c"
3134                type="cfg"
3135                widget="sbint"
3136                realtime="true"
3137                ui_view="char:maxpoly:c_res"
3138                link="SkinNbMaxPoly"
3139                preset="UI:TEMP:PRESET_CHAR" />
3140         <param ui="char:maxnotclod:c"
3141                type="cfg"
3142                widget="sbint"
3143                realtime="true"
3144                ui_view="char:maxnotclod:c_res"
3145                ui_unit="uigcUnitChar"
3146                link="NbMaxSkeletonNotCLod"
3147                preset="UI:TEMP:PRESET_CHAR" />
3148         <param ui="char:farclip:c"
3149                type="cfg"
3150                widget="sbfloat_round"
3151                realtime="true"
3152                ui_view="char:farclip:c_res"
3153                ui_unit="uigcUnitMeters"
3154                link="CharacterFarClip"
3155                preset="UI:TEMP:PRESET_CHAR" />
3156         <param ui="char:race_anim:c"
3157                type="cfg"
3158                widget="boolbut"
3159                realtime="true"
3160                link="EnableRacialAnimation" />
3161         <param ui="fx:maxpoly:c"
3162                type="cfg"
3163                widget="sbint"
3164                realtime="true"
3165                ui_view="fx:maxpoly:c_res"
3166                link="FxNbMaxPoly"
3167                preset="UI:TEMP:PRESET_FX" />
3168         <param ui="fx:cloud:c"
3169                type="cfg"
3170                widget="boolbut"
3171                realtime="true"
3172                link="Cloud"
3173                preset="UI:TEMP:PRESET_FX" />
3174         <param ui="fx:cqual:c"
3175                type="cfg"
3176                widget="sbfloat_round"
3177                realtime="true"
3178                ui_view="fx:cqual:c_res"
3179                link="CloudQuality"
3180                preset="UI:TEMP:PRESET_FX" />
3181         <param ui="fx:cup:c"
3182                type="cfg"
3183                widget="sbint"
3184                realtime="true"
3185                ui_view="fx:cup:c_res"
3186                link="CloudUpdate"
3187                preset="UI:TEMP:PRESET_FX" />
3188         <param ui="fx:shadow:c"
3189                type="cfg"
3190                widget="boolbut"
3191                realtime="true"
3192                link="Shadows"
3193                preset="UI:TEMP:PRESET_FX" />
3194         <param ui="fx:fxaa:c"
3195                type="cfg"
3196                widget="boolbut"
3197                realtime="true"
3198                link="FXAA"
3199                preset="UI:TEMP:PRESET_FX" />
3200         <param ui="fx:anisotropic_gr:anisotropic:c"
3201                type="db"
3202                widget="boolbut"
3203                realtime="true"
3204                link="UI:TEMP:ANISOTROPIC" />
3205         <param ui="fx:bloom_gr:bloom:c"
3206                type="cfg"
3207                widget="boolbut"
3208                realtime="true"
3209                link="Bloom"
3210                preset="UI:TEMP:PRESET_FX" />
3211         <param ui="fx:bloom_gr:square_bloom:c"
3212                type="cfg"
3213                widget="boolbut"
3214                realtime="true"
3215                link="SquareBloom"
3216                preset="UI:TEMP:PRESET_FX" />
3217         <param ui="fx:bloom_gr:density_bloom:c"
3218                type="cfg"
3219                widget="sbfloat_round"
3220                realtime="true"
3221                ui_view="fx:bloom_gr:density_bloom:c_res"
3222                link="DensityBloom"
3223                preset="UI:TEMP:PRESET_FX" />
3224         <!--
3225                         <param ui="hud:suc:c"  type="cfg" widget="boolbut" link="ShowNameUnderCursor" realtime="true"/>
3226                         <param ui="hud:sta:c"  type="cfg" widget="boolbut" link="ShowNameSelected"    realtime="true"/>
3228         <param ui="hud:swrc:c"
3229                type="cfg"
3230                widget="boolbut"
3231                link="SelectWithRClick"
3232                realtime="true" />
3233         <param ui="hud:foa:c"
3234                type="cfg"
3235                widget="boolbut"
3236                link="FollowOnAtk"
3237                realtime="true" />
3238         <param ui="hud:aos:c"
3239                type="cfg"
3240                widget="boolbut"
3241                link="AtkOnSelect"
3242                realtime="true" />
3243         <param ui="hud:aet:c"
3244                type="cfg"
3245                widget="boolbut"
3246                link="AutoEquipTool"
3247                realtime="true" />
3248         <param ui="hud:auc:c"
3249                type="cfg"
3250                widget="boolbut"
3251                link="AutomaticCamera"
3252                realtime="true" />
3253         <param ui="hud:fade:c"
3254                type="db"
3255                widget="boolbut"
3256                link="UI:SAVE:USER_CHAR_FADE"
3257                realtime="true" />
3258         <param ui="hud:opamin:c"
3259                type="db"
3260                widget="sbint"
3261                link="UI:SAVE:USER_CHAR_OPA_MIN"
3262                min="0"
3263                max="255"
3264                realtime="true" />
3265         <param ui="hud:cao:c"
3266                type="db"
3267                widget="boolbut"
3268                link="UI:SAVE:ACT_BAR_OUT"
3269                realtime="true" />
3270         <param ui="hud:show_clock:c"
3271                type="db"
3272                widget="boolbut"
3273                link="UI:SAVE:SHOW_CLOCK"
3274                realtime="true" />
3275         <param ui="hud:show_clock_12h:c"
3276                type="db"
3277                widget="boolbut"
3278                link="UI:SAVE:SHOW_CLOCK_12H"
3279                realtime="true" />
3280         <param ui="hud:show_reticle:c"
3281                type="db"
3282                widget="boolbut"
3283                link="UI:SAVE:SHOW_RETICLE"
3284                realtime="true" />
3285         <param ui="hud:radar_use_camera:c"
3286                type="db"
3287                widget="boolbut"
3288                link="UI:SAVE:RADAR:USE_CAMERA"
3289                realtime="true" />
3290         <param ui="alpha_colors:col_day:c"
3291                type="db"
3292                widget="colbut"
3293                link="UI:SAVE:DAY_COLOR"
3294                realtime="true" />
3295         <param ui="alpha_colors:col_night:c"
3296                type="db"
3297                widget="colbut"
3298                link="UI:SAVE:NIGHT_COLOR"
3299                realtime="true" />
3300         <param ui="alpha_colors:ga_win:c"
3301                type="db"
3302                widget="sbint"
3303                link="UI:SAVE:CONTAINER_ALPHA"
3304                min="0"
3305                max="255"
3306                realtime="true" />
3307         <param ui="alpha_colors:ga_con:c"
3308                type="db"
3309                widget="sbint"
3310                link="UI:SAVE:CONTENT_ALPHA"
3311                min="64"
3312                max="255"
3313                realtime="true" />
3314         <param ui="alpha_colors:moa_win:c"
3315                type="db"
3316                widget="sbint"
3317                link="UI:SAVE:CONTAINER_ROLLOVER_FACTOR"
3318                min="0"
3319                max="255"
3320                realtime="true" />
3321         <param ui="alpha_colors:moa_con:c"
3322                type="db"
3323                widget="sbint"
3324                link="UI:SAVE:CONTENT_ROLLOVER_FACTOR"
3325                min="64"
3326                max="255"
3327                realtime="true" />
3328         <param ui="alpha_colors:moa_speed:c"
3329                type="db"
3330                widget="sbint"
3331                link="UI:SAVE:ALPHA_ROLLOVER_SPEED"
3332                min="0"
3333                max="100"
3334                realtime="true" />
3335         <param ui="alpha_colors:show_3d_item_preview:c"
3336                type="db"
3337                widget="boolbut"
3338                link="UI:SAVE:SHOW_3D_ITEM_PREVIEW"
3339                realtime="true" />
3340         <param ui="chat_colors:cc_say:c"
3341                type="db"
3342                widget="colbut"
3343                link="UI:SAVE:CHAT:COLORS:SAY"
3344                realtime="true" />
3345         <param ui="chat_colors:cc_tell:c"
3346                type="db"
3347                widget="colbut"
3348                link="UI:SAVE:CHAT:COLORS:TELL"
3349                realtime="true" />
3350         <param ui="chat_colors:cc_team:c"
3351                type="db"
3352                widget="colbut"
3353                link="UI:SAVE:CHAT:COLORS:GROUP"
3354                realtime="true" />
3355         <param ui="chat_colors:cc_guild:c"
3356                type="db"
3357                widget="colbut"
3358                link="UI:SAVE:CHAT:COLORS:CLADE"
3359                realtime="true" />
3360         <param ui="chat_colors:cc_region:c"
3361                type="db"
3362                widget="colbut"
3363                link="UI:SAVE:CHAT:COLORS:REGION"
3364                realtime="true" />
3365         <param ui="chat_colors:cc_univ:c"
3366                type="db"
3367                widget="colbut"
3368                link="UI:SAVE:CHAT:COLORS:UNIVERSE_NEW"
3369                realtime="true" />
3370         <param ui="chat_colors:cc_shout:c"
3371                type="db"
3372                widget="colbut"
3373                link="UI:SAVE:CHAT:COLORS:SHOUT"
3374                realtime="true" />
3375         <param ui="chat_colors:cc_dyn0:c"
3376                type="db"
3377                widget="colbut"
3378                link="UI:SAVE:CHAT:COLORS:DYN:0"
3379                realtime="true" />
3380         <param ui="chat_colors:cc_dyn1:c"
3381                type="db"
3382                widget="colbut"
3383                link="UI:SAVE:CHAT:COLORS:DYN:1"
3384                realtime="true" />
3385         <param ui="chat_colors:cc_dyn2:c"
3386                type="db"
3387                widget="colbut"
3388                link="UI:SAVE:CHAT:COLORS:DYN:2"
3389                realtime="true" />
3390         <param ui="chat_colors:cc_dyn3:c"
3391                type="db"
3392                widget="colbut"
3393                link="UI:SAVE:CHAT:COLORS:DYN:3"
3394                realtime="true" />
3395         <param ui="chat_colors:cc_dyn4:c"
3396                type="db"
3397                widget="colbut"
3398                link="UI:SAVE:CHAT:COLORS:DYN:4"
3399                realtime="true" />
3400         <param ui="chat_colors:cc_dyn5:c"
3401                type="db"
3402                widget="colbut"
3403                link="UI:SAVE:CHAT:COLORS:DYN:5"
3404                realtime="true" />
3405         <param ui="chat_colors:cc_dyn6:c"
3406                type="db"
3407                widget="colbut"
3408                link="UI:SAVE:CHAT:COLORS:DYN:6"
3409                realtime="true" />
3410         <param ui="chat_colors:cc_dyn7:c"
3411                type="db"
3412                widget="colbut"
3413                link="UI:SAVE:CHAT:COLORS:DYN:7"
3414                realtime="true" />
3415         <!--
3416                         <param ui="chat_colors:cc_shout:c"              type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:SHOUT" realtime="true" />
3417                         <param ui="chat_colors:cc_civi:c"               type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:CIVILIZATION" realtime="true" />
3418                         <param ui="chat_colors:cc_terri:c"              type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:TERRITORY"  realtime="true" />
3419                         -->
3420         <param ui="chat_colors:enter_dontquit_cb:c"
3421                type="db"
3422                widget="boolbut"
3423                link="UI:SAVE:CHAT:ENTER_DONT_QUIT_CB"
3424                realtime="true" />
3425         <param ui="chat_colors:show_times_in_chat_cb:c"
3426                type="db"
3427                widget="boolbut"
3428                link="UI:SAVE:CHAT:SHOW_TIMES_IN_CHAT_CB"
3429                realtime="true" />
3430         <param ui="chat_colors:show_dyn_channel_name_in_chat_cb:c"
3431                type="db"
3432                widget="boolbut"
3433                link="UI:SAVE:CHAT:SHOW_DYN_CHANNEL_NAME_IN_CHAT_CB"
3434                realtime="true" />
3435         <param ui="chat_colors:show_online_offline_notifications_cb:c"
3436                type="db"
3437                widget="boolbut"
3438                link="UI:SAVE:CHAT:SHOW_ONLINE_OFFLINE_NOTIFICATIONS_CB"
3439                realtime="true" />
3440         <param ui="chat_colors:font_size:c"
3441                type="db"
3442                widget="sbint"
3443                link="UI:SAVE:CHAT:FONT_SIZE"
3444                min="9"
3445                max="20"
3446                realtime="true" />
3447         <param ui="entity_colors:cc_user:c"
3448                type="db"
3449                widget="colbut"
3450                link="UI:SAVE:ENTITY:COLORS:USER"
3451                realtime="true" />
3452         <param ui="entity_colors:cc_player:c"
3453                type="db"
3454                widget="colbut"
3455                link="UI:SAVE:ENTITY:COLORS:PLAYER"
3456                realtime="true" />
3457         <param ui="entity_colors:cc_npc:c"
3458                type="db"
3459                widget="colbut"
3460                link="UI:SAVE:ENTITY:COLORS:NPC"
3461                realtime="true" />
3462         <param ui="entity_colors:cc_fauna:c"
3463                type="db"
3464                widget="colbut"
3465                link="UI:SAVE:ENTITY:COLORS:FAUNA"
3466                realtime="true" />
3467         <param ui="entity_colors:cc_target:c"
3468                type="db"
3469                widget="colbut"
3470                link="UI:SAVE:ENTITY:COLORS:TARGET"
3471                realtime="true" />
3472         <param ui="entity_colors:cc_group:c"
3473                type="db"
3474                widget="colbut"
3475                link="UI:SAVE:ENTITY:COLORS:GROUP"
3476                realtime="true" />
3477         <param ui="entity_colors:cc_guild:c"
3478                type="db"
3479                widget="colbut"
3480                link="UI:SAVE:ENTITY:COLORS:GUILD"
3481                realtime="true" />
3482         <param ui="entity_colors:cc_mount:c"
3483                type="db"
3484                widget="colbut"
3485                link="UI:SAVE:ENTITY:COLORS:MOUNT"
3486                realtime="true" />
3487         <param ui="entity_colors:cc_beast:c"
3488                type="db"
3489                widget="colbut"
3490                link="UI:SAVE:ENTITY:COLORS:BEAST"
3491                realtime="true" />
3492         <param ui="entity_colors:cc_source:c"
3493                type="db"
3494                widget="colbut"
3495                link="UI:SAVE:ENTITY:COLORS:SOURCE"
3496                realtime="true" />
3497         <param ui="entity_colors:cc_dead:c"
3498                type="db"
3499                widget="colbut"
3500                link="UI:SAVE:ENTITY:COLORS:DEAD"
3501                realtime="true" />
3502         <param ui="entity_colors:cc_pvpenemy:c"
3503                type="db"
3504                widget="colbut"
3505                link="UI:SAVE:ENTITY:COLORS:PVPENEMY"
3506                realtime="true" />
3507         <param ui="entity_colors:cc_pvpally:c"
3508                type="db"
3509                widget="colbut"
3510                link="UI:SAVE:ENTITY:COLORS:PVPALLY"
3511                realtime="true" />
3512         <param ui="entity_colors:cc_pvpneutral:c"
3513                type="db"
3514                widget="colbut"
3515                link="UI:SAVE:ENTITY:COLORS:PVPNEUTRAL"
3516                realtime="true" />
3517         <param ui="entity_colors:cc_pvpallyinteam:c"
3518                type="db"
3519                widget="colbut"
3520                link="UI:SAVE:ENTITY:COLORS:PVPALLYINTEAM"
3521                realtime="true" />
3522         <param ui="entity_colors:cc_pvpallyinguild:c"
3523                type="db"
3524                widget="colbut"
3525                link="UI:SAVE:ENTITY:COLORS:PVPALLYINGUILD"
3526                realtime="true" />
3527         <param ui="in_scene_user:is_user_guild_symbol:c"
3528                type="db"
3529                widget="boolbut"
3530                link="UI:SAVE:INSCENE:USER:GUILD_SYMBOL"
3531                realtime="true" />
3532         <param ui="in_scene_user:is_user_name:c"
3533                type="db"
3534                widget="boolbut"
3535                link="UI:SAVE:INSCENE:USER:NAME"
3536                realtime="true" />
3537         <param ui="in_scene_user:is_user_title:c"
3538                type="db"
3539                widget="boolbut"
3540                link="UI:SAVE:INSCENE:USER:TITLE"
3541                realtime="true" />
3542         <param ui="in_scene_user:is_user_rptags:c"
3543                type="db"
3544                widget="boolbut"
3545                link="UI:SAVE:INSCENE:USER:RPTAGS"
3546                realtime="true" />
3547         <param ui="in_scene_user:is_user_guild_name:c"
3548                type="db"
3549                widget="boolbut"
3550                link="UI:SAVE:INSCENE:USER:GUILD_NAME"
3551                realtime="true" />
3552         <param ui="in_scene_user:is_user_hp:c"
3553                type="db"
3554                widget="boolbut"
3555                link="UI:SAVE:INSCENE:USER:HP"
3556                realtime="true" />
3557         <param ui="in_scene_user:is_user_sap:c"
3558                type="db"
3559                widget="boolbut"
3560                link="UI:SAVE:INSCENE:USER:SAP"
3561                realtime="true" />
3562         <param ui="in_scene_user:is_user_sta:c"
3563                type="db"
3564                widget="boolbut"
3565                link="UI:SAVE:INSCENE:USER:STA"
3566                realtime="true" />
3567         <param ui="in_scene_user:is_user_focus:c"
3568                type="db"
3569                widget="boolbut"
3570                link="UI:SAVE:INSCENE:USER:FOCUS"
3571                realtime="true" />
3572         <param ui="in_scene_user:is_user_action:c"
3573                type="db"
3574                widget="boolbut"
3575                link="UI:SAVE:INSCENE:USER:ACTION"
3576                realtime="true" />
3577         <param ui="in_scene_user:is_user_pvp_logo:c"
3578                type="db"
3579                widget="boolbut"
3580                link="UI:SAVE:INSCENE:USER:PVP_LOGO"
3581                realtime="true" />
3582         <param ui="in_scene_friend:is_friend_guild_symbol:c"
3583                type="db"
3584                widget="boolbut"
3585                link="UI:SAVE:INSCENE:FRIEND:GUILD_SYMBOL"
3586                realtime="true" />
3587         <param ui="in_scene_friend:is_friend_name:c"
3588                type="db"
3589                widget="boolbut"
3590                link="UI:SAVE:INSCENE:FRIEND:NAME"
3591                realtime="true" />
3592         <param ui="in_scene_friend:is_friend_title:c"
3593                type="db"
3594                widget="boolbut"
3595                link="UI:SAVE:INSCENE:FRIEND:TITLE"
3596                realtime="true" />
3597         <param ui="in_scene_friend:is_friend_rptags:c"
3598                type="db"
3599                widget="boolbut"
3600                link="UI:SAVE:INSCENE:FRIEND:RPTAGS"
3601                realtime="true" />
3602         <param ui="in_scene_friend:is_friend_guild_name:c"
3603                type="db"
3604                widget="boolbut"
3605                link="UI:SAVE:INSCENE:FRIEND:GUILD_NAME"
3606                realtime="true" />
3607         <param ui="in_scene_friend:is_friend_hp:c"
3608                type="db"
3609                widget="boolbut"
3610                link="UI:SAVE:INSCENE:FRIEND:HP"
3611                realtime="true" />
3612         <param ui="in_scene_friend:is_friend_sap:c"
3613                type="db"
3614                widget="boolbut"
3615                link="UI:SAVE:INSCENE:FRIEND:SAP"
3616                realtime="true" />
3617         <param ui="in_scene_friend:is_friend_sta:c"
3618                type="db"
3619                widget="boolbut"
3620                link="UI:SAVE:INSCENE:FRIEND:STA"
3621                realtime="true" />
3622         <param ui="in_scene_friend:is_friend_focus:c"
3623                type="db"
3624                widget="boolbut"
3625                link="UI:SAVE:INSCENE:FRIEND:FOCUS"
3626                realtime="true" />
3627         <param ui="in_scene_friend:is_friend_pvp_logo:c"
3628                type="db"
3629                widget="boolbut"
3630                link="UI:SAVE:INSCENE:FRIEND:PVP_LOGO"
3631                realtime="true" />
3632         <param ui="in_scene_friend:is_friend_npcname:c"
3633                type="db"
3634                widget="boolbut"
3635                link="UI:SAVE:INSCENE:FRIEND:NPCNAME"
3636                realtime="true" />
3637         <param ui="in_scene_friend:is_friend_npctitle:c"
3638                type="db"
3639                widget="boolbut"
3640                link="UI:SAVE:INSCENE:FRIEND:NPCTITLE"
3641                realtime="true" />
3642         <param ui="in_scene_friend:is_friend_mission_icon:c"
3643                type="db"
3644                widget="boolbut"
3645                link="UI:SAVE:INSCENE:FRIEND:MISSION_ICON"
3646                realtime="true" />
3647         <param ui="in_scene_friend:is_friend_mission_mini_icon:c"
3648                type="db"
3649                widget="boolbut"
3650                link="UI:SAVE:INSCENE:FRIEND:MINI_MISSION_ICON"
3651                realtime="true" />
3652         <param ui="in_scene_enemy:is_enemy_guild_symbol:c"
3653                type="db"
3654                widget="boolbut"
3655                link="UI:SAVE:INSCENE:ENEMY:GUILD_SYMBOL"
3656                realtime="true" />
3657         <param ui="in_scene_enemy:is_enemy_name:c"
3658                type="db"
3659                widget="boolbut"
3660                link="UI:SAVE:INSCENE:ENEMY:NAME"
3661                realtime="true" />
3662         <param ui="in_scene_enemy:is_enemy_title:c"
3663                type="db"
3664                widget="boolbut"
3665                link="UI:SAVE:INSCENE:ENEMY:TITLE"
3666                realtime="true" />
3667         <param ui="in_scene_enemy:is_enemy_rptags:c"
3668                type="db"
3669                widget="boolbut"
3670                link="UI:SAVE:INSCENE:ENEMY:RPTAGS"
3671                realtime="true" />
3672         <param ui="in_scene_enemy:is_enemy_guild_name:c"
3673                type="db"
3674                widget="boolbut"
3675                link="UI:SAVE:INSCENE:ENEMY:GUILD_NAME"
3676                realtime="true" />
3677         <param ui="in_scene_enemy:is_enemy_hp:c"
3678                type="db"
3679                widget="boolbut"
3680                link="UI:SAVE:INSCENE:ENEMY:HP"
3681                realtime="true" />
3682         <param ui="in_scene_enemy:is_ennemy_pvp_logo:c"
3683                type="db"
3684                widget="boolbut"
3685                link="UI:SAVE:INSCENE:ENEMY:PVP_LOGO"
3686                realtime="true" />
3687         <param ui="in_scene_chat_messages:is_user_messages:c"
3688                type="db"
3689                widget="boolbut"
3690                link="UI:SAVE:INSCENE:USER:MESSAGES"
3691                realtime="true" />
3692         <param ui="in_scene_chat_messages:is_friend_messages:c"
3693                type="db"
3694                widget="boolbut"
3695                link="UI:SAVE:INSCENE:FRIEND:MESSAGES"
3696                realtime="true" />
3697         <param ui="in_scene_chat_messages:is_enemy_messages:c"
3698                type="db"
3699                widget="boolbut"
3700                link="UI:SAVE:INSCENE:ENEMY:MESSAGES"
3701                realtime="true" />
3702         <param ui="win_colors:wc_pla:c"
3703                type="db"
3704                widget="colbut"
3705                link="UI:SAVE:WIN:COLORS:PLA"
3706                realtime="true" />
3707         <param ui="win_colors:wc_ani:c"
3708                type="db"
3709                widget="colbut"
3710                link="UI:SAVE:WIN:COLORS:ANI"
3711                realtime="true" />
3712         <param ui="win_colors:wc_com:c"
3713                type="db"
3714                widget="colbut"
3715                link="UI:SAVE:WIN:COLORS:COM"
3716                realtime="true" />
3717         <param ui="win_colors:wc_inv:c"
3718                type="db"
3719                widget="colbut"
3720                link="UI:SAVE:WIN:COLORS:INV"
3721                realtime="true" />
3722         <param ui="win_colors:wc_opt:c"
3723                type="db"
3724                widget="colbut"
3725                link="UI:SAVE:WIN:COLORS:OPT"
3726                realtime="true" />
3727         <param ui="win_colors:wc_lab:c"
3728                type="db"
3729                widget="colbut"
3730                link="UI:SAVE:WIN:COLORS:LAB"
3731                realtime="true" />
3732         <param ui="win_colors:wc_mem:c"
3733                type="db"
3734                widget="colbut"
3735                link="UI:SAVE:WIN:COLORS:MEM"
3736                realtime="true" />
3737         <param ui="win_colors:wc_help:c"
3738                type="db"
3739                widget="colbut"
3740                link="UI:SAVE:WIN:COLORS:HELP"
3741                realtime="true" />
3742         <param ui="win_colors:wc_infos:c"
3743                type="db"
3744                widget="colbut"
3745                link="UI:SAVE:WIN:COLORS:INFOS"
3746                realtime="true" />
3747         <param ui="win_colors:wc_trade:c"
3748                type="db"
3749                widget="colbut"
3750                link="UI:SAVE:WIN:COLORS:TRADE"
3751                realtime="true" />
3752         <param ui="win_colors:wc_bot:c"
3753                type="db"
3754                widget="colbut"
3755                link="UI:SAVE:WIN:COLORS:BOT"
3756                realtime="true" />
3757         <param ui="win_colors_r2:wc_r2_palette:c"
3758                type="db"
3759                widget="colbut"
3760                link="UI:SAVE:WIN:COLORS:R2_PALETTE"
3761                realtime="true" />
3762         <param ui="win_colors_r2:wc_r2_scenario:c"
3763                type="db"
3764                widget="colbut"
3765                link="UI:SAVE:WIN:COLORS:R2_SCENARIO"
3766                realtime="true" />
3767         <param ui="win_colors_r2:wc_r2_prop_window:c"
3768                type="db"
3769                widget="colbut"
3770                link="UI:SAVE:WIN:COLORS:R2_PROP_WINDOW"
3771                realtime="true" />
3772         <param ui="win_colors_r2:wc_r2_form:c"
3773                type="db"
3774                widget="colbut"
3775                link="UI:SAVE:WIN:COLORS:R2_FORM"
3776                realtime="true" />
3777         <param ui="win_colors_r2:wc_r2_custom_look:c"
3778                type="db"
3779                widget="colbut"
3780                link="UI:SAVE:WIN:COLORS:R2_CUSTOM_LOOK"
3781                realtime="true" />
3782         <param ui="win_colors_r2:wc_r2_dialogs:c"
3783                type="db"
3784                widget="colbut"
3785                link="UI:SAVE:WIN:COLORS:R2_DIALOGS"
3786                realtime="true" />
3787         <param ui="win_colors_r2:wc_r2_events:c"
3788                type="db"
3789                widget="colbut"
3790                link="UI:SAVE:WIN:COLORS:R2_EVENTS"
3791                realtime="true" />
3792         <param ui="win_colors_r2:wc_r2_activities:c"
3793                type="db"
3794                widget="colbut"
3795                link="UI:SAVE:WIN:COLORS:R2_ACTIVITIES"
3796                realtime="true" />
3797         <param ui="win_colors_r2:wc_r2_feature_help:c"
3798                type="db"
3799                widget="colbut"
3800                link="UI:SAVE:WIN:COLORS:R2_FEATURE_HELP"
3801                realtime="true" />
3802         <param ui="win_colors_r2:wc_r2_connect:c"
3803                type="db"
3804                widget="colbut"
3805                link="UI:SAVE:WIN:COLORS:R2_CONNECT"
3806                realtime="true" />
3807         <param ui="win_colors_r2:wc_r2_session_browser:c"
3808                type="db"
3809                widget="colbut"
3810                link="UI:SAVE:WIN:COLORS:R2_SESSION_BROWSER"
3811                realtime="true" />
3812         <param ui="win_colors_r2:wc_r2_scenario_control:c"
3813                type="db"
3814                widget="colbut"
3815                link="UI:SAVE:WIN:COLORS:R2_SCENARIO_CONTROL"
3816                realtime="true" />
3817         <param ui="win_colors_r2:wc_r2_player_tracking:c"
3818                type="db"
3819                widget="colbut"
3820                link="UI:SAVE:WIN:COLORS:R2_PLAYER_TRACKING"
3821                realtime="true" />
3822         <param ui="mouse:hard:c"
3823                type="cfg"
3824                widget="boolbut"
3825                link="HardwareCursor"
3826                realtime="true" />
3827         <param ui="mouse:inverted:c"
3828                type="cfg"
3829                widget="boolbut"
3830                link="FreeLookInverted"
3831                realtime="true" />
3832         <param ui="mouse:dbl:c"
3833                type="cfg"
3834                widget="boolbut"
3835                link="DblClickMode"
3836                realtime="true" />
3837         <param ui="mouse:dcspeed:c"
3838                type="db"
3839                widget="sbint"
3840                link="UI:SAVE:DOUBLE_CLICK_SPEED"
3841                min="0"
3842                max="100"
3843                realtime="true" />
3844         <param ui="mouse:curspeed:c"
3845                type="cfg"
3846                widget="sbfloat"
3847                link="CursorSpeed"
3848                realtime="true" />
3849         <param ui="mouse:curaccel:c"
3850                type="cfg"
3851                widget="sbint"
3852                link="CursorAcceleration"
3853                realtime="true" />
3854         <param ui="mouse:headspeed:c"
3855                type="cfg"
3856                widget="sbfloat"
3857                link="FreeLookSpeed"
3858                realtime="true" />
3859         <param ui="mouse:headaccel:c"
3860                type="cfg"
3861                widget="sbint"
3862                link="FreeLookAcceleration"
3863                realtime="true" />
3864         <param ui="keyb:speedmax:c"
3865                type="cfg"
3866                widget="sbfloat"
3867                link="RotKeySpeedMax"
3868                realtime="true" />
3869         <param ui="keyb:speedmin:c"
3870                type="cfg"
3871                widget="sbfloat"
3872                link="RotKeySpeedMin"
3873                realtime="true" />
3874         <param ui="sound:enabler:c"
3875                type="cfg"
3876                widget="boolbut"
3877                link="SoundOn"
3878                realtime="true" />
3879         <param ui="sound:useeax:c"
3880                type="cfg"
3881                widget="boolbut"
3882                link="UseEax"
3883                realtime="true" />
3884         <param ui="sound:forcesoftbuf:c"
3885                type="cfg"
3886                widget="boolbut"
3887                link="SoundForceSoftwareBuffer"
3888                realtime="true" />
3889         <param ui="sound:maxtrack:c"
3890                type="cfg"
3891                widget="sbint"
3892                link="MaxTrack"
3893                realtime="end_scroll"
3894                ui_view="sound:maxtrack:c_res" />
3895         <param ui="sound:sfx_volume:c"
3896                type="cfg"
3897                widget="sbfloat"
3898                link="SoundSFXVolume"
3899                realtime="true" />
3900         <param ui="sound:music_volume:c"
3901                type="cfg"
3902                widget="sbfloat"
3903                link="SoundGameMusicVolume"
3904                realtime="true" />
3905         <param ui="landmark_colors:cc_misc:c"
3906                type="db"
3907                widget="colbut"
3908                link="UI:SAVE:LANDMARK:COLORS:MISC"
3909                realtime="true" />
3910         <param ui="landmark_colors:cc_tribe:c"
3911                type="db"
3912                widget="colbut"
3913                link="UI:SAVE:LANDMARK:COLORS:TRIBE"
3914                realtime="true" />
3915         <param ui="landmark_colors:cc_bandit:c"
3916                type="db"
3917                widget="colbut"
3918                link="UI:SAVE:LANDMARK:COLORS:BANDIT"
3919                realtime="true" />
3920         <param ui="landmark_colors:cc_citizen:c"
3921                type="db"
3922                widget="colbut"
3923                link="UI:SAVE:LANDMARK:COLORS:CITIZEN"
3924                realtime="true" />
3925         <param ui="landmark_colors:cc_fauna:c"
3926                type="db"
3927                widget="colbut"
3928                link="UI:SAVE:LANDMARK:COLORS:FAUNA"
3929                realtime="true" />
3930         <param ui="landmark_colors:cc_faunaexcel:c"
3931                type="db"
3932                widget="colbut"
3933                link="UI:SAVE:LANDMARK:COLORS:FAUNAEXCEL"
3934                realtime="true" />
3935         <param ui="landmark_colors:cc_faunasup:c"
3936                type="db"
3937                widget="colbut"
3938                link="UI:SAVE:LANDMARK:COLORS:FAUNASUP"
3939                realtime="true" />
3940         <param ui="landmark_colors:cc_forage:c"
3941                type="db"
3942                widget="colbut"
3943                link="UI:SAVE:LANDMARK:COLORS:FORAGE"
3944                realtime="true" />
3945         <param ui="landmark_colors:cc_forageexcel:c"
3946                type="db"
3947                widget="colbut"
3948                link="UI:SAVE:LANDMARK:COLORS:FORAGEEXCEL"
3949                realtime="true" />
3950         <param ui="landmark_colors:cc_foragesup:c"
3951                type="db"
3952                widget="colbut"
3953                link="UI:SAVE:LANDMARK:COLORS:FORAGESUP"
3954                realtime="true" />
3955         <param ui="landmark_colors:cc_sap:c"
3956                type="db"
3957                widget="colbut"
3958                link="UI:SAVE:LANDMARK:COLORS:SAP"
3959                realtime="true" />
3960         <param ui="landmark_colors:cc_amber:c"
3961                type="db"
3962                widget="colbut"
3963                link="UI:SAVE:LANDMARK:COLORS:AMBER"
3964                realtime="true" />
3965         <param ui="landmark_colors:cc_node:c"
3966                type="db"
3967                widget="colbut"
3968                link="UI:SAVE:LANDMARK:COLORS:NODE"
3969                realtime="true" />
3970         <param ui="landmark_colors:cc_fiber:c"
3971                type="db"
3972                widget="colbut"
3973                link="UI:SAVE:LANDMARK:COLORS:FIBER"
3974                realtime="true" />
3975         <param ui="landmark_colors:cc_bark:c"
3976                type="db"
3977                widget="colbut"
3978                link="UI:SAVE:LANDMARK:COLORS:BARK"
3979                realtime="true" />
3980         <param ui="landmark_colors:cc_seed:c"
3981                type="db"
3982                widget="colbut"
3983                link="UI:SAVE:LANDMARK:COLORS:SEED"
3984                realtime="true" />
3985         <param ui="landmark_colors:cc_shell:c"
3986                type="db"
3987                widget="colbut"
3988                link="UI:SAVE:LANDMARK:COLORS:SHELL"
3989                realtime="true" />
3990         <param ui="landmark_colors:cc_resin:c"
3991                type="db"
3992                widget="colbut"
3993                link="UI:SAVE:LANDMARK:COLORS:RESIN"
3994                realtime="true" />
3995         <param ui="landmark_colors:cc_wood:c"
3996                type="db"
3997                widget="colbut"
3998                link="UI:SAVE:LANDMARK:COLORS:WOOD"
3999                realtime="true" />
4000         <param ui="landmark_colors:cc_oil:c"
4001                type="db"
4002                widget="colbut"
4003                link="UI:SAVE:LANDMARK:COLORS:OIL"
4004                realtime="true" />
4005         <param ui="landmark_colors:cc_mission:c"
4006                type="db"
4007                widget="colbut"
4008                link="UI:SAVE:LANDMARK:COLORS:MISSION"
4009                realtime="true" />
4010         <param ui="landmark_colors:cc_food:c"
4011                type="db"
4012                widget="colbut"
4013                link="UI:SAVE:LANDMARK:COLORS:FOOD"
4014                realtime="true" />
4015         <param ui="landmark_colors:cc_construction:c"
4016                type="db"
4017                widget="colbut"
4018                link="UI:SAVE:LANDMARK:COLORS:CONSTRUCTION"
4019                realtime="true" />
4020         <param ui="landmark_colors:cc_goo:c"
4021                type="db"
4022                widget="colbut"
4023                link="UI:SAVE:LANDMARK:COLORS:GOO"
4024                realtime="true" />
4025         <param ui="landmark_colors:cc_insect:c"
4026                type="db"
4027                widget="colbut"
4028                link="UI:SAVE:LANDMARK:COLORS:INSECT"
4029                realtime="true" />
4030         <param ui="landmark_colors:cc_kitin:c"
4031                type="db"
4032                widget="colbut"
4033                link="UI:SAVE:LANDMARK:COLORS:KITIN"
4034                realtime="true" />
4035         <param ui="landmark_colors:cc_nocive:c"
4036                type="db"
4037                widget="colbut"
4038                link="UI:SAVE:LANDMARK:COLORS:NOCIVE"
4039                realtime="true" />
4040         <param ui="landmark_colors:cc_preservative:c"
4041                type="db"
4042                widget="colbut"
4043                link="UI:SAVE:LANDMARK:COLORS:PRESERVATIVE"
4044                realtime="true" />
4045         <param ui="landmark_colors:cc_passage:c"
4046                type="db"
4047                widget="colbut"
4048                link="UI:SAVE:LANDMARK:COLORS:PASSAGE"
4049                realtime="true" />
4050         <param ui="landmark_colors:cc_teleporter:c"
4051                type="db"
4052                widget="colbut"
4053                link="UI:SAVE:LANDMARK:COLORS:TELEPORTER"
4054                realtime="true" />
4055                            
4056         <param ui="help:context_help:c"
4057                type="db"
4058                widget="boolbut"
4059                link="UI:SAVE:ENTITY:CONTEXT_HELP"
4060                realtime="true" />
4061       </ddx>
4062     </group>
4063   </group>
4064   <tree node="game_config" />
4065   <link expr="depends(@UI:SAVE:CONTENT_ALPHA)"
4066         action="set"
4067         params="dblink=UI:SAVE:CONTAINER_ALPHA|value=min(@UI:SAVE:CONTENT_ALPHA, @UI:SAVE:CONTAINER_ALPHA)" />
4068   <link expr="depends(@UI:SAVE:CONTAINER_ALPHA)"
4069         action="set"
4070         params="dblink=UI:SAVE:CONTENT_ALPHA|value=max(@UI:SAVE:CONTENT_ALPHA, @UI:SAVE:CONTAINER_ALPHA)" />
4071   <link expr="depends(@UI:SAVE:CONTENT_ROLLOVER_FACTOR)"
4072         action="set"
4073         params="dblink=UI:SAVE:CONTAINER_ROLLOVER_FACTOR|value=min(@UI:SAVE:CONTENT_ROLLOVER_FACTOR, @UI:SAVE:CONTAINER_ROLLOVER_FACTOR)" />
4074   <link expr="depends(@UI:SAVE:CONTAINER_ROLLOVER_FACTOR)"
4075         action="set"
4076         params="dblink=UI:SAVE:CONTENT_ROLLOVER_FACTOR|value=max(@UI:SAVE:CONTENT_ROLLOVER_FACTOR, @UI:SAVE:CONTAINER_ROLLOVER_FACTOR)" />
4077 </interface_config>