8 <lua file="game_config.lua" />
9 <!-- ******************** -->
10 <!-- * UI COLOR & ALPHA * -->
11 <!-- ******************** -->
15 <!-- all container must be initialized with those templates to use data exchange -->
16 <style style="sgc_title"
18 color="255 255 255 255"
21 case_mode="%case_normal" />
22 <style style="sgc_title2"
24 color="255 255 255 192"
27 <!-- WIDGET TO CHOOSE A COLOR -->
28 <!-- the modal window (with the color picker) -->
38 on_enter_params="game:mcwValidateColor()">
44 color="255 255 255 255"
48 hardtext="uiDefmcwCol" />
58 texture="blank.tga" />
64 texture="color_palette.tga"
66 onchange_params="game:mcwOnColorChanged()" />
72 texture="color_palette2.tga"
74 onchange_params="game:mcwOnColorChanged()" />
75 <instance template="button_ok_cancel"
80 cancel_text="uittGCCancel"
82 onclick_ok_param="game:mcwValidateColor()"
83 onclick_cancel="leave_modal"
84 onclick_cancel_param="" />
86 <!-- the 2 templates (one for each palette type) -->
87 <template name="tgcw_color"
97 posparent="#posparent"
102 button_type="push_button"
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"
112 params_l="game:mcwChooseColor('#title',0)"
114 global_color_pushed="false" />
121 color="255 255 255 192"
127 <template name="tgcw_color2"
137 posparent="#posparent"
138 child_resize_w="true"
142 button_type="push_button"
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"
152 params_l="game:mcwChooseColor('#title',1)"
154 global_color_pushed="false" />
161 color="255 255 255 192"
167 <!-- WIDGET TO CHOOSE AN INTEGER FROM A SCROLL BAR -->
168 <template name="tgcw_scrollbarint"
178 posparent="#posparent"
179 child_resize_w="true"
188 texture="W_line_hor2.tga" />
195 color="255 255 255 192"
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-->
225 color="255 255 255 192"
230 <!-- WIDGET TO CHOOSE A FLOAT FROM A SCROLL BAR -->
231 <template name="tgcw_scrollbarfloat"
241 posparent="#posparent"
242 child_resize_w="true"
251 texture="W_line_hor2.tga" />
258 color="255 255 255 192"
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-->
288 color="255 255 255 192"
293 <!-- WIDGET TO CHOOSE A BOOLEAN FROM A CHECK BOX -->
294 <template name="tgcw_checkbox"
305 posparent="#posparent"
306 child_resize_w="true"
310 button_type="toggle_button"
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" />
328 color="255 255 255 192"
334 <template name="tgcw_checkbox2"
344 posparent="#posparent"
345 child_resize_w="true"
349 button_type="toggle_button"
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" />
366 color="255 255 255 192"
372 <!-- WIDGET TO CHOOSE A DEFAULT SETUP -->
373 <template name="tgcw_combo_default"
383 posparent="#posparent"
389 posparent="#posparent"
393 color="255 255 255 192"
396 hardtext="uigcPreSet" />
397 <group type="combo_box"
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" />
414 <!-- ************** -->
415 <!-- Main container -->
416 <!-- ************** -->
417 <variable entry="UI:TEMP:VID_MODE"
420 <variable entry="UI:TEMP:VID_FREQ"
423 <variable entry="UI:TEMP:PRESET_LAND"
426 <variable entry="UI:TEMP:PRESET_CHAR"
429 <variable entry="UI:TEMP:PRESET_FX"
432 <variable entry="UI:TEMP:ANISOTROPIC"
435 <variable entry="UI:TEMP:VR_DEVICE"
438 <variable entry="UI:TEMP:TEXTURE_MODE"
441 <variable entry="UI:TEMP:LANGUAGE"
444 <variable entry="UI:TEMP:SCREEN_RATIO_MODE"
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 <define id="game_config_save_channel_cb"
452 value="ui:interface:game_config:content:chat_colors:save_channel_cb:c" />
453 <define id="game_config_auto_channel_cb"
454 value="ui:interface:game_config:content:chat_colors:auto_channel_cb:c" />
455 <proc id="game_config_init">
456 <action handler="set"
457 params="dblink=UI:VARIABLES:ISACTIVE:GAME_CONFIG|value=1" />
458 <action handler="ddx_init"
459 params="ui:interface:game_config:content:all" />
460 <action handler="tree_reset"
461 params="ui:interface:game_config:content:sbtree:tree_list" />
462 <action handler="lua"
463 params="game:configShowOne('explanation')" />
464 <action handler="lua"
465 params="game:configInit()" />
467 <proc id="game_config_uninit">
468 <!-- Yoyo: on close window, same than cancel! -->
469 <action handler="ddx_cancel"
470 params="ui:interface:game_config:content:all" />
471 <action handler="game_config_cancel"
473 <action handler="set"
474 params="dblink=UI:VARIABLES:ISACTIVE:GAME_CONFIG|value=0" />
476 <proc id="game_config_ok">
477 <action handler="proc"
478 params="game_config_apply" />
479 <action handler="set"
480 params="target_property=ui:interface:game_config:active|value=0" />
482 <proc id="game_config_apply">
483 <action handler="game_config_change_screen_ratio_custom"
485 <action handler="ddx_update"
486 params="ui:interface:game_config:content:all" />
487 <action handler="game_config_apply"
490 <proc id="game_config_cancel">
491 <action handler="ddx_cancel"
492 params="ui:interface:game_config:content:all" />
493 <action handler="game_config_cancel"
495 <action handler="set"
496 params="target_property=ui:interface:game_config:active|value=0" />
498 <group type="container"
502 title="uiGlobalSettingsTitle"
504 line_at_bottom="false"
510 header_color="UI:SAVE:WIN:COLORS:OPT"
512 on_active_params="game_config_init"
514 on_deactive_params="game_config_uninit"
519 <group id="header_closed"
522 child_resize_w="true"
525 group_onclick_r="active_menu"
526 group_params_r="menu=ui:interface:base_menu_with_color">
528 <group id="header_opened"
534 group_onclick_r="active_menu"
535 group_params_r="menu=ui:interface:base_menu_with_color">
536 <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"/>
537 <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" />
553 <group id="tree_list"
558 col_over="255 255 255 48"
559 col_select="255 255 255 80"
560 max_sizeparent="parent"
567 params="game:configShowOne('language')"
579 params="game:configShowOne('hud')"
583 name="uigcAlphaColor"
585 params="game:configShowOne('alpha_colors')"
591 params="game:configShowOne('win_colors')"
595 name="uigcWinColorR2"
597 params="game:configShowOne('win_colors_r2')"
603 params="game:configShowOne('chat_colors')"
607 name="uigcEntityColor"
609 params="game:configShowOne('entity_colors')"
613 name="uigcInSceneInterface"
618 <node id="in_scene_user"
619 name="uigcInSceneInterfaceUser"
621 params="game:configShowOne('in_scene_user')"
624 <node id="in_scene_friend"
625 name="uigcInSceneInterfaceFriend"
627 params="game:configShowOne('in_scene_friend')"
630 <node id="in_scene_enemy"
631 name="uigcInSceneInterfaceEnemy"
633 params="game:configShowOne('in_scene_enemy')"
636 <node id="in_scene_chat_messages"
637 name="uigcInSceneChatMessages"
639 params="game:configShowOne('in_scene_chat_messages')"
643 <node id="landmarkco"
644 name="uigcLandmarkColor"
646 params="game:configShowOne('landmark_colors')"
652 params="game:configShowOne('help')"
665 params="game:configShowOne('mouse')"
671 params="game:configShowOne('keyb')"
684 params="game:configShowOne('general')"
690 params="game:configShowOne('landscape')"
696 params="game:configShowOne('char')"
702 params="game:configShowOne('fx')"
708 params="game:configShowOne('vr')"
715 params="game:configShowOne('sound')"
719 <ctrl style="skin_scroll"
722 target="tree_list" />
724 <!-- ok, apply, cancel -->
725 <ctrl style="text_button_16"
730 hardtext="uiGCCancel"
731 color="255 255 255 255"
732 col_over="255 255 255 255"
733 col_pushed="255 255 255 255"
735 params_l="game_config_cancel" />
736 <ctrl style="text_button_16"
743 color="255 255 255 255"
744 col_over="255 255 255 255"
745 col_pushed="255 255 255 255"
747 params_l="game_config_apply"
749 <ctrl style="text_button_16"
756 color="255 255 255 255"
757 col_over="255 255 255 255"
758 col_pushed="255 255 255 255"
760 params_l="game_config_ok" />
770 <instance template="box_widget"
785 <group id="explanation"
791 child_resize_h="true"
792 child_resize_hmargin="4"
794 max_sizeparent="crop"
797 <group type="scroll_text"
800 child_resize_h="true"
801 child_resize_wmargin="16"
802 child_resize_hmargin="16"
810 hardtext="uiCongifExplanation"
813 justification="justified"
814 color="255 255 255 160"
825 <ctrl style="skin_scroll"
841 child_resize_h="true"
842 child_resize_hmargin="4"
844 max_sizeparent="crop"
848 <view style="sgc_title"
854 hardtext="uiGeneralColor" />
855 <view style="sgc_title2"
861 hardtext="uiScreen" />
862 <instance template="tgcw_scrollbarfloat"
869 <instance template="tgcw_scrollbarfloat"
876 <instance template="tgcw_scrollbarfloat"
883 <!-- interface scale -->
884 <instance template="tgcw_checkbox"
886 text="uiInterfaceScaleAuto"
891 <instance template="tgcw_scrollbarfloat"
893 text="uiInterfaceScale"
895 posparent="scale_auto"
899 <view style="sgc_title2"
905 hardtext="uiWindowSnap"
907 <instance template="tgcw_scrollbarint"
908 id="window_snap_distance"
909 text="uiWindowSnapDistance"
911 posparent="title_win_snap"
914 <instance template="tgcw_checkbox"
915 id="window_snap_invert"
916 text="uiWindowSnapInvert"
917 posparent="window_snap_distance"
922 <instance template="tgcw_checkbox"
925 posparent="window_snap_invert"
929 <!-- Special case for video modes -->
930 <group id="fullscreen"
934 child_resize_w="true"
938 button_type="toggle_button"
942 tx_normal="w_slot_on.tga"
943 tx_pushed="w_opacity_on.tga"
944 tx_over="w_slot_on.tga"
945 color="255 255 255 255"
946 col_pushed="255 255 255 255"
947 col_over="255 255 255 0"
948 onclick_l="game_config_change_vid_fullscreen"
956 color="255 255 255 192"
959 hardtext="uiFullscreen" />
961 <group type="combo_box"
965 value="UI:TEMP:VID_MODE"
966 posparent="fullscreen"
970 <instance template="combo_box_def1" />
972 <link expr="@UI:TEMP:VID_MODE"
973 action="game_config_change_vid_mode" />
974 <group type="combo_box"
978 value="UI:TEMP:VID_FREQ"
979 posparent="video_modes"
983 <instance template="combo_box_def1" />
985 <link expr="@UI:TEMP:VID_FREQ"
986 action="game_config_change_vid_freq" />
987 <!-- Special case for texture modes -->
988 <group id="texture_mode"
1000 color="255 255 255 192"
1003 hardtext="uigcTextureMode" />
1004 <group type="combo_box"
1008 value="UI:TEMP:TEXTURE_MODE"
1013 <instance template="combo_box_def1" />
1015 <link expr="@UI:TEMP:TEXTURE_MODE"
1016 action="game_config_change_texture_mode" />
1018 <!-- Special case for Screen Aspect Ratio -->
1019 <!-- see game_config_screen_ratio_* defines -->
1020 <group id="screen_ratio"
1021 posparent="texture_mode"
1032 color="255 255 255 192"
1035 hardtext="uigcScreenRatio" />
1036 <instance template="text_tt"
1038 tooltip="uigcttScreenRatio" />
1039 <instance template="edit_box_widget"
1049 enter_loose_focus="true"
1051 onenter="game_config_change_screen_ratio_custom"
1052 enter_recover_focus="false"
1053 reset_focus_on_hide="true"
1055 entry_type="positive_float"
1058 onchange_params="target_property=ui:interface:game_config:content:apply:frozen|value=0" />
1059 <group type="combo_box"
1063 value="UI:TEMP:SCREEN_RATIO_MODE"
1068 <instance template="combo_box_def1" />
1069 <combo_text name="uigcScreenRatio43" />
1070 <combo_text name="uigcScreenRatio169" />
1071 <combo_text name="uigcScreenRatioCustom" />
1072 <combo_text name="uiConfigAuto" />
1074 <link expr="@UI:TEMP:SCREEN_RATIO_MODE"
1075 action="game_config_change_screen_ratio_mode" />
1078 <ctrl style="skin_scroll"
1087 <group id="landscape"
1094 child_resize_h="true"
1095 child_resize_hmargin="4"
1097 max_sizeparent="crop"
1100 <view style="sgc_title"
1106 hardtext="uiLandGeneral" />
1107 <instance template="tgcw_combo_default"
1108 value="UI:TEMP:PRESET_LAND" />
1109 <view style="sgc_title2"
1115 hardtext="uiLand" />
1116 <!-- NB float are mul by 10000 -->
1117 <instance template="tgcw_scrollbarfloat"
1124 <instance template="tgcw_scrollbarfloat"
1131 <instance template="tgcw_scrollbarfloat"
1138 <instance template="tgcw_checkbox"
1145 <instance template="tgcw_scrollbarfloat"
1147 text="uiMicroVegetDensity"
1153 <ctrl style="skin_scroll"
1169 child_resize_h="true"
1170 child_resize_hmargin="4"
1172 max_sizeparent="crop"
1175 <view style="sgc_title"
1181 hardtext="uiCharPoly" />
1182 <instance template="tgcw_combo_default"
1183 value="UI:TEMP:PRESET_CHAR" />
1184 <view style="sgc_title2"
1190 hardtext="uiCharModel" />
1191 <instance template="tgcw_scrollbarint"
1193 text="uiCharMaxPoly"
1198 <instance template="tgcw_scrollbarint"
1200 text="uiCharMaxNotCLod"
1205 <instance template="tgcw_scrollbarfloat"
1207 text="uiCharFarClip"
1208 posparent="maxnotclod"
1212 <instance template="tgcw_checkbox"
1214 text="uiEnableRacialAnimation"
1220 <ctrl style="skin_scroll"
1236 child_resize_h="true"
1237 child_resize_hmargin="4"
1239 max_sizeparent="crop"
1242 <view style="sgc_title"
1248 hardtext="uiFXGeneral" />
1249 <instance template="tgcw_combo_default"
1250 value="UI:TEMP:PRESET_FX" />
1251 <view style="sgc_title2"
1257 hardtext="uiFxLimitations" />
1258 <instance template="tgcw_scrollbarint"
1266 <instance template="tgcw_checkbox" id="cloud" text="uiFxCloud" posparent="maxpoly" posref="BL TL" x="-20" y="-12" />
1267 <instance template="tgcw_scrollbarfloat" id="cqual" text="uiFxCloudQuality" posparent="cloud" posref="BL TL" x="20" y="-2" />
1268 <instance template="tgcw_scrollbarint" id="cup" text="uiFxCloudUpdate" posparent="cqual" posref="BL TL" x="0" y="-2" />
1270 <instance template="tgcw_checkbox"
1277 <instance template="tgcw_checkbox"
1284 <group id="anisotropic_gr"
1297 color="255 255 255 192"
1300 hardtext="uigcFxAnisotropicFilter" />
1301 <group type="combo_box"
1305 value="UI:TEMP:ANISOTROPIC"
1310 <instance template="combo_box_def1" />
1312 <link expr="@UI:TEMP:ANISOTROPIC"
1313 action="game_config_change_anisotropic" />
1315 <group id="bloom_gr"
1316 posparent="anisotropic_gr"
1323 tooltip="uiFxTooltipBloom"
1324 tooltip_parent="win">
1325 <instance template="tgcw_checkbox"
1331 <instance template="tgcw_checkbox"
1333 text="uiFxSquareBloom"
1338 <instance template="tgcw_scrollbarfloat"
1340 text="uiFxDensityBloom"
1341 posparent="square_bloom"
1347 <ctrl style="skin_scroll"
1363 child_resize_h="true"
1364 child_resize_hmargin="4"
1366 max_sizeparent="crop"
1369 <!-- Entities Names -->
1370 <view style="sgc_title"
1377 <!--<instance template="tgcw_checkbox" id="suc" text="uiShowUnderCursor" posref="TL TL" x="0" y="-20" />
1378 <instance template="tgcw_checkbox" id="sta" text="uiShowTargeted" posref="BL TL" posparent="suc" x="0" y="-12" />-->
1379 <instance template="tgcw_checkbox"
1381 text="uiSelectWithRClick"
1385 <instance template="tgcw_checkbox"
1387 text="uiFollowOnAtk"
1392 <instance template="tgcw_checkbox"
1394 text="uiAtkOnSelect"
1399 <instance template="tgcw_checkbox"
1401 text="uiAutoEquipTool"
1406 <instance template="tgcw_checkbox"
1408 text="uiAutomaticCamera"
1413 <instance template="tgcw_checkbox"
1415 text="uiAutomaticLight"
1420 <instance template="tgcw_checkbox"
1427 <instance template="tgcw_scrollbarint"
1429 text="uiCharOpacityMin"
1434 <instance template="tgcw_checkbox"
1436 text="uiCurrentActionOut"
1437 tooltip="uittCurrentActionOut"
1442 <instance template="tgcw_checkbox"
1443 id="show_icon_buffs"
1444 text="uiShowIconBuffs"
1445 tooltip="uittShowIconBuffs"
1450 <instance template="tgcw_checkbox"
1453 tooltip="uittShowClock"
1455 posparent="show_icon_buffs"
1458 <instance template="tgcw_checkbox"
1460 text="uiShowClock12h"
1461 tooltip="uittShowClock12h"
1463 posparent="show_clock"
1466 <instance template="tgcw_checkbox"
1468 text="uiShowReticle"
1469 tooltip="uittShowReticle"
1471 posparent="show_clock_12h"
1474 <instance template="tgcw_checkbox"
1475 id="radar_use_camera"
1476 text="uiRadarUseCamera"
1477 tooltip="uittRadarUseCamera"
1479 posparent="show_reticle"
1483 <ctrl style="skin_scroll"
1492 <group id="language"
1499 child_resize_h="true"
1500 child_resize_hmargin="4"
1502 max_sizeparent="crop"
1505 <!-- Language selector -->
1506 <view style="sgc_title"
1512 hardtext="uigcLanguage" />
1513 <group type="combo_box"
1517 value="UI:TEMP:LANGUAGE"
1521 <instance template="combo_box_def1" />
1522 <combo_text name="uigcEnglish" />
1523 <combo_text name="uigcFrancais" />
1524 <combo_text name="uigcDeutch" />
1525 <combo_text name="uigcRussian" />
1526 <combo_text name="uigcSpanish" />
1528 <link expr="@UI:TEMP:LANGUAGE"
1529 action="game_config_change_language" />
1531 <view style="sgc_title"
1533 id="translation_header_text"
1537 hardtext="uiTranslationHeader"
1538 posparent="languages" />
1539 <view style="sgc_title2"
1541 id="translation_languages_header"
1545 hardtext="uiTranslationLanguages"
1546 posparent="translation_header_text" />
1547 <view style="sgc_title2"
1549 id="translation_inverse_header"
1553 hardtext="uiTranslationInverse"
1554 posparent="translation_languages_header" />
1555 <view style="sgc_title2"
1557 id="translation_hide_flag_header"
1561 hardtext="uiTranslationHide"
1562 posparent="translation_inverse_header" />
1563 <view style="sgc_title2"
1565 id="translation_english_text"
1569 hardtext="uiTranslationEnglish"
1570 posparent="translation_languages_header" />
1571 <instance template="tgcw_checkbox"
1572 id="translation_english_inverse"
1577 tooltip="uittTranslationInverse"
1578 posparent="translation_inverse_header" />
1579 <instance template="tgcw_checkbox"
1580 id="translation_english_hide_flag"
1585 tooltip="uittTranslationHide"
1586 posparent="translation_hide_flag_header" />
1587 <view style="sgc_title2"
1589 id="translation_french_text"
1593 hardtext="uiTranslationFrench"
1594 posparent="translation_english_text" />
1595 <instance template="tgcw_checkbox"
1596 id="translation_french_inverse"
1601 tooltip="uittTranslationInverse"
1602 posparent="translation_english_inverse" />
1603 <instance template="tgcw_checkbox"
1604 id="translation_french_hide_flag"
1609 tooltip="uittTranslationHide"
1610 posparent="translation_english_hide_flag" />
1611 <view style="sgc_title2"
1613 id="translation_german_text"
1617 hardtext="uiTranslationGerman"
1618 posparent="translation_french_text" />
1619 <instance template="tgcw_checkbox"
1620 id="translation_german_inverse"
1625 tooltip="uittTranslationInverse"
1626 posparent="translation_french_inverse" />
1627 <instance template="tgcw_checkbox"
1628 id="translation_german_hide_flag"
1633 tooltip="uittTranslationHide"
1634 posparent="translation_french_hide_flag" />
1635 <view style="sgc_title2"
1637 id="translation_russian_text"
1641 hardtext="uiTranslationRussian"
1642 posparent="translation_german_text" />
1643 <instance template="tgcw_checkbox"
1644 id="translation_russian_inverse"
1649 tooltip="uittTranslationInverse"
1650 posparent="translation_german_inverse" />
1651 <instance template="tgcw_checkbox"
1652 id="translation_russian_hide_flag"
1657 tooltip="uittTranslationHide"
1658 posparent="translation_german_hide_flag" />
1659 <view style="sgc_title2"
1661 id="translation_spanish_text"
1665 hardtext="uiTranslationSpanish"
1666 posparent="translation_russian_text" />
1667 <instance template="tgcw_checkbox"
1668 id="translation_spanish_inverse"
1673 tooltip="uittTranslationInverse"
1674 posparent="translation_russian_inverse" />
1675 <instance template="tgcw_checkbox"
1676 id="translation_spanish_hide_flag"
1681 tooltip="uittTranslationHide"
1682 posparent="translation_russian_hide_flag" />
1684 <view style="sgc_title2"
1686 id="disable_translation_text"
1690 hardtext="uiTranslationDisable"
1691 posparent="translation_spanish_text" />
1692 <instance template="tgcw_checkbox"
1693 id="disable_translation_around"
1697 text="uiTranslationDisableAround"
1698 tooltip="uittTranslationDisableAround"
1699 posparent="disable_translation_text" />
1700 <instance template="tgcw_checkbox"
1701 id="disable_translation_guild"
1705 text="uiTranslationDisableGuild"
1706 tooltip="uittTranslationDisableGuild"
1707 posparent="disable_translation_around" />
1708 <instance template="tgcw_checkbox"
1709 id="disable_translation_universe"
1713 text="uiTranslationDisableUniverse"
1714 tooltip="uittTranslationDisableUniverse"
1715 posparent="disable_translation_guild" />
1716 <instance template="tgcw_checkbox"
1717 id="disable_translation_region"
1721 text="uiTranslationDisableRegion"
1722 tooltip="uittTranslationDisableRegion"
1723 posparent="disable_translation_universe" />
1726 <link expr="@UI:SAVE:TRANSLATION:EN:INVERSE_DISPLAY"
1727 target="translation_english_inverse:c:pushed" />
1728 <link expr="@UI:SAVE:TRANSLATION:EN:HIDE_FLAG"
1729 target="translation_english_hide_flag:c:pushed" />
1730 <link expr="@UI:SAVE:TRANSLATION:FR:INVERSE_DISPLAY"
1731 target="translation_french_inverse:c:pushed" />
1732 <link expr="@UI:SAVE:TRANSLATION:FR:HIDE_FLAG"
1733 target="translation_french_hide_flag:c:pushed" />
1734 <link expr="@UI:SAVE:TRANSLATION:DE:INVERSE_DISPLAY"
1735 target="translation_german_inverse:c:pushed" />
1736 <link expr="@UI:SAVE:TRANSLATION:DE:HIDE_FLAG"
1737 target="translation_german_hide_flag:c:pushed" />
1738 <link expr="@UI:SAVE:TRANSLATION:RU:INVERSE_DISPLAY"
1739 target="translation_russian_inverse:c:pushed" />
1740 <link expr="@UI:SAVE:TRANSLATION:RU:HIDE_FLAG"
1741 target="translation_russian_hide_flag:c:pushed" />
1742 <link expr="@UI:SAVE:TRANSLATION:ES:INVERSE_DISPLAY"
1743 target="translation_spanish_inverse:c:pushed" />
1744 <link expr="@UI:SAVE:TRANSLATION:ES:HIDE_FLAG"
1745 target="translation_spanish_hide_flag:c:pushed" />
1747 <link expr="@UI:SAVE:TRANSLATION:ARROUND:DISABLE"
1748 target="disable_translation_around:c:pushed" />
1749 <link expr="@UI:SAVE:TRANSLATION:GUILD:DISABLE"
1750 target="disable_translation_guild:c:pushed" />
1751 <link expr="@UI:SAVE:TRANSLATION:UNIVERSE:DISABLE"
1752 target="disable_translation_universe:c:pushed" />
1753 <link expr="@UI:SAVE:TRANSLATION:REGION:DISABLE"
1754 target="disable_translation_region:c:pushed" />
1757 <ctrl style="skin_scroll"
1766 <group id="alpha_colors"
1773 child_resize_h="true"
1774 child_resize_hmargin="4"
1776 max_sizeparent="crop"
1779 <!-- Night and day colors -->
1780 <view style="sgc_title"
1786 hardtext="uiGlobalColor" />
1787 <view style="sgc_title2"
1793 hardtext="uiUIColor" />
1794 <instance template="tgcw_color"
1798 tooltip="uittColDay"
1803 <instance template="tgcw_color"
1806 title="uiDefNightCol"
1807 tooltip="uittColNight"
1812 <!-- Global Opacity -->
1813 <view style="sgc_title2"
1819 hardtext="uiGlobalOpacity"
1820 posparent="col_night" />
1821 <instance template="tgcw_scrollbarint"
1828 <instance template="tgcw_scrollbarint"
1830 text="uiAlphaContent"
1835 <!-- MouseOver Opacity -->
1836 <view style="sgc_title2"
1842 hardtext="uiMouseOverOpacity"
1843 posparent="ga_con" />
1844 <instance template="tgcw_scrollbarint"
1846 text="uiAlphaRolloverBG"
1851 <instance template="tgcw_scrollbarint"
1853 text="uiAlphaRolloverContent"
1858 <instance template="tgcw_scrollbarint"
1860 text="uiRolloverAlphaSpeed"
1865 <!-- Tooltip Opacity -->
1866 <view style="sgc_title2"
1872 hardtext="uiTooltipOpacity"
1873 posparent="moa_speed" />
1874 <instance template="tgcw_scrollbarint"
1881 <instance template="tgcw_scrollbarint"
1883 text="uiAlphaContent"
1888 <instance template="tgcw_color2"
1890 text="uiTooltipColor"
1891 title="uiDefTooltipColor"
1892 tooltip="uiDefTooltipColor"
1897 <instance template="tgcw_checkbox"
1898 id="show_3d_item_preview"
1899 text="uiShow3dItemPreview"
1900 tooltip="uittShow3dItemPreview"
1906 <ctrl style="skin_scroll"
1907 id="sb_alpha_colors"
1909 target="alpha_colors"
1915 <group id="chat_colors"
1922 child_resize_h="true"
1923 child_resize_hmargin="4"
1925 max_sizeparent="crop"
1928 <!-- Chat colors -->
1929 <view style="sgc_title"
1934 hardtext="uiChatColors" />
1935 <instance template="tgcw_color"
1939 tooltip="uittChooseSayColor"
1943 <instance template="tgcw_color"
1947 tooltip="uittChooseTellColor"
1952 <instance template="tgcw_color"
1956 tooltip="uittChooseTeamColor"
1961 <instance template="tgcw_color"
1965 tooltip="uittChooseGuildColor"
1970 <instance template="tgcw_color"
1972 text="uiRegionColor"
1974 tooltip="uittChooseRegionColor"
1976 posparent="cc_guild"
1979 <instance template="tgcw_color"
1983 tooltip="uittChooseUnivColor"
1985 posparent="cc_region"
1988 <instance template="tgcw_color"
1992 tooltip="uittChooseShoutColor"
1997 <instance template="tgcw_color"
2001 tooltip="uittChooseDynColor0"
2003 posparent="cc_shout"
2006 <instance template="tgcw_color"
2010 tooltip="uittChooseDynColor1"
2015 <instance template="tgcw_color"
2019 tooltip="uittChooseDynColor2"
2024 <instance template="tgcw_color"
2028 tooltip="uittChooseDynColor3"
2033 <instance template="tgcw_color"
2037 tooltip="uittChooseDynColor4"
2042 <instance template="tgcw_color"
2046 tooltip="uittChooseDynColor5"
2051 <instance template="tgcw_color"
2055 tooltip="uittChooseDynColor6"
2060 <instance template="tgcw_color"
2064 tooltip="uittChooseDynColor7"
2069 <instance template="tgcw_checkbox"
2070 id="save_channel_cb"
2072 tooltip="uittChanSave"
2077 <instance template="tgcw_checkbox"
2078 id="auto_channel_cb"
2080 tooltip="uittChanAuto"
2081 posparent="save_channel_cb"
2085 <instance template="tgcw_checkbox"
2086 id="show_times_in_chat_cb"
2087 text="uiShowTimesInChatCB"
2088 tooltip="uittShowTimesInChat"
2089 posparent="auto_channel_cb"
2093 <instance template="tgcw_checkbox"
2094 id="show_dyn_channel_name_in_chat_cb"
2095 text="uiShowDynChannelNameInChatCB"
2096 tooltip="uittShowDynChannelNameInChat"
2097 posparent="show_times_in_chat_cb"
2101 <instance template="tgcw_checkbox"
2102 id="show_online_offline_notifications_cb"
2103 text="uiShowOnlineOfflineNotifications"
2104 tooltip="uittShowOnlineOfflineNotifications"
2105 posparent="show_dyn_channel_name_in_chat_cb"
2109 <instance template="tgcw_scrollbarint"
2113 posparent="show_online_offline_notifications_cb"
2116 <instance template="tgcw_checkbox"
2117 id="enter_dontquit_cb"
2118 text="uiEnterDontQuitCB"
2119 tooltip="uittChatEnter"
2120 posparent="font_size"
2124 <link expr="@UI:SAVE:CHAT:ENTER_DONT_QUIT_CB"
2125 target="enter_dontquit_cb:c:pushed" />
2126 <link expr="@UI:SAVE:CHAT:SAVE_CHANNEL"
2127 target="save_channel_cb:c:pushed" />
2128 <link expr="@UI:SAVE:CHAT:AUTO_CHANNEL"
2129 target="auto_channel_cb:c:pushed" />
2130 <link expr="@UI:SAVE:CHAT:SHOW_TIMES_IN_CHAT_CB"
2131 target="show_times_in_chat_cb:c:pushed" />
2132 <link expr="@UI:SAVE:CHAT:SHOW_DYN_CHANNEL_NAME_IN_CHAT_CB"
2133 target="show_dyn_channel_name_in_chat_cb:c:pushed" />
2134 <link expr="@UI:SAVE:CHAT:SHOW_ONLINE_OFFLINE_NOTIFICATIONS_CB"
2135 target="show_online_offline_notifications_cb:c:pushed" />
2137 <ctrl style="skin_scroll"
2140 target="chat_colors"
2146 <group id="entity_colors"
2153 child_resize_h="true"
2154 child_resize_hmargin="4"
2156 max_sizeparent="crop"
2159 <!-- Entity colors -->
2160 <view style="sgc_title"
2165 hardtext="uiEntityColors" />
2166 <instance template="tgcw_color"
2170 tooltip="uittUserColor"
2174 <instance template="tgcw_color"
2176 text="uiTargetColor"
2177 title="uiTargetColor"
2178 tooltip="uittTargetColor"
2183 <instance template="tgcw_color"
2186 title="uiGroupColor"
2187 tooltip="uittGroupColor"
2189 posparent="cc_target"
2192 <instance template="tgcw_color"
2194 text="uiGuildRadarColor"
2195 title="uiGuildRadarColor"
2196 tooltip="uittGuildRadarColor"
2198 posparent="cc_group"
2201 <instance template="tgcw_color"
2203 text="uiPlayerColor"
2204 title="uiPlayerColor"
2205 tooltip="uittPlayerColor"
2207 posparent="cc_guild"
2210 <instance template="tgcw_color"
2214 tooltip="uittNPCColor"
2216 posparent="cc_player"
2219 <instance template="tgcw_color"
2222 title="uiFaunaColor"
2223 tooltip="uittFaunaColor"
2228 <instance template="tgcw_color"
2231 title="uiMountColor"
2232 tooltip="uittMountColor"
2234 posparent="cc_fauna"
2237 <instance template="tgcw_color"
2240 title="uiBeastColor"
2241 tooltip="uittBeastColor"
2243 posparent="cc_mount"
2246 <instance template="tgcw_color"
2248 text="uiSourceColor"
2249 title="uiSourceColor"
2250 tooltip="uittSourceColor"
2252 posparent="cc_beast"
2255 <instance template="tgcw_color"
2259 tooltip="uittDeadColor"
2261 posparent="cc_source"
2264 <instance template="tgcw_color"
2266 text="uiPvpEnemyColor"
2267 title="uiPvpEnemyColor"
2268 tooltip="uittPvpEnemyColor"
2273 <instance template="tgcw_color"
2275 text="uiPvpAllyColor"
2276 title="uiPvpAllyColor"
2277 tooltip="uittPvpAllyColor"
2279 posparent="cc_pvpenemy"
2282 <instance template="tgcw_color"
2283 id="cc_pvpallyinteam"
2284 text="uiPvpAllyInTeamColor"
2285 title="uiPvpAllyInTeamColor"
2286 tooltip="uittPvpAllyInTeamColor"
2288 posparent="cc_pvpally"
2291 <instance template="tgcw_color"
2292 id="cc_pvpallyinguild"
2293 text="uiPvpAllyInGuildColor"
2294 title="uiPvpAllyInGuildColor"
2295 tooltip="uittPvpAllyInGuildColor"
2297 posparent="cc_pvpallyinteam"
2300 <instance template="tgcw_color"
2302 text="uiPvpNeutralColor"
2303 title="uiPvpNeutralColor"
2304 tooltip="uittPvpNeutralColor"
2306 posparent="cc_pvpallyinguild"
2310 <ctrl style="skin_scroll"
2311 id="sb_entity_colors"
2313 target="entity_colors"
2319 <group id="in_scene_user"
2326 child_resize_h="true"
2327 child_resize_hmargin="4"
2329 max_sizeparent="crop"
2332 <!-- In scene user colors -->
2333 <view style="sgc_title"
2338 hardtext="uiUserIS" />
2339 <instance template="tgcw_checkbox"
2340 id="is_user_guild_symbol"
2341 text="uiGuildSymbol"
2342 tooltip="uittGuildSymbol"
2346 <instance template="tgcw_checkbox"
2351 posparent="is_user_guild_symbol"
2354 <instance template="tgcw_checkbox"
2359 posparent="is_user_name"
2362 <instance template="tgcw_checkbox"
2365 tooltip="uittRpTags"
2367 posparent="is_user_title"
2370 <instance template="tgcw_checkbox"
2371 id="is_user_guild_name"
2372 text="uigcGuildName"
2373 tooltip="uittGuildName"
2375 posparent="is_user_rptags"
2378 <instance template="tgcw_checkbox"
2383 posparent="is_user_guild_name"
2386 <instance template="tgcw_checkbox"
2391 posparent="is_user_hp"
2394 <instance template="tgcw_checkbox"
2399 posparent="is_user_sap"
2402 <instance template="tgcw_checkbox"
2407 posparent="is_user_sta"
2410 <instance template="tgcw_checkbox"
2413 tooltip="uittActionBar"
2415 posparent="is_user_focus"
2418 <instance template="tgcw_checkbox"
2419 id="is_user_pvp_logo"
2421 tooltip="uittPvpLogo"
2423 posparent="is_user_action"
2427 <ctrl style="skin_scroll"
2428 id="sb_in_scene_user"
2430 target="in_scene_user"
2436 <group id="in_scene_friend"
2443 child_resize_h="true"
2444 child_resize_hmargin="4"
2446 max_sizeparent="crop"
2449 <!-- In scene friend colors -->
2450 <view style="sgc_title"
2455 hardtext="uiFriendIS" />
2456 <instance template="tgcw_checkbox"
2457 id="is_friend_guild_symbol"
2458 text="uiGuildSymbol"
2459 tooltip="uittGuildSymbol"
2463 <instance template="tgcw_checkbox"
2468 posparent="is_friend_guild_symbol"
2471 <instance template="tgcw_checkbox"
2472 id="is_friend_title"
2476 posparent="is_friend_name"
2479 <instance template="tgcw_checkbox"
2480 id="is_friend_rptags"
2482 tooltip="uittRpTags"
2484 posparent="is_friend_title"
2487 <instance template="tgcw_checkbox"
2488 id="is_friend_guild_name"
2489 text="uigcGuildName"
2490 tooltip="uittGuildName"
2492 posparent="is_friend_rptags"
2495 <instance template="tgcw_checkbox"
2500 posparent="is_friend_guild_name"
2503 <instance template="tgcw_checkbox"
2508 posparent="is_friend_hp"
2511 <instance template="tgcw_checkbox"
2516 posparent="is_friend_sap"
2519 <instance template="tgcw_checkbox"
2520 id="is_friend_focus"
2524 posparent="is_friend_sta"
2527 <instance template="tgcw_checkbox"
2528 id="is_friend_pvp_logo"
2530 tooltip="uittPvpLogo"
2532 posparent="is_friend_focus"
2535 <instance template="tgcw_checkbox"
2536 id="is_friend_npcname"
2537 text="uiWindowNpcName"
2538 tooltip="uittNpcName"
2540 posparent="is_friend_pvp_logo"
2543 <instance template="tgcw_checkbox"
2544 id="is_friend_npctitle"
2546 tooltip="uittNpcTitle"
2548 posparent="is_friend_npcname"
2551 <instance template="tgcw_checkbox"
2552 id="is_friend_mission_icon"
2553 text="uiMissionIcon"
2554 tooltip="uittMissionIcon"
2556 posparent="is_friend_npctitle"
2559 <instance template="tgcw_checkbox"
2560 id="is_friend_mission_mini_icon"
2561 text="uiMiniMissionIcon"
2562 tooltip="uittMiniMissionIcon"
2564 posparent="is_friend_mission_icon"
2568 <ctrl style="skin_scroll"
2569 id="sb_in_scene_friend"
2571 target="in_scene_friend"
2577 <group id="in_scene_enemy"
2584 child_resize_h="true"
2585 child_resize_hmargin="4"
2587 max_sizeparent="crop"
2590 <!-- In scene enemy colors -->
2591 <view style="sgc_title"
2596 hardtext="uiEnemyIS" />
2597 <instance template="tgcw_checkbox"
2598 id="is_enemy_guild_symbol"
2599 text="uiGuildSymbol"
2600 tooltip="uittGuildSymbol"
2604 <instance template="tgcw_checkbox"
2609 posparent="is_enemy_guild_symbol"
2612 <instance template="tgcw_checkbox"
2617 posparent="is_enemy_name"
2620 <instance template="tgcw_checkbox"
2621 id="is_enemy_rptags"
2623 tooltip="uittRpTags"
2625 posparent="is_enemy_title"
2628 <instance template="tgcw_checkbox"
2629 id="is_enemy_guild_name"
2630 text="uigcGuildName"
2631 tooltip="uittGuildName"
2633 posparent="is_enemy_rptags"
2636 <instance template="tgcw_checkbox"
2641 posparent="is_enemy_guild_name"
2644 <instance template="tgcw_checkbox"
2645 id="is_ennemy_pvp_logo"
2647 tooltip="uittPvpLogo"
2649 posparent="is_enemy_hp"
2653 <ctrl style="skin_scroll"
2654 id="sb_in_scene_enemy"
2656 target="in_scene_enemy"
2662 <group id="in_scene_chat_messages"
2669 child_resize_h="true"
2670 child_resize_hmargin="4"
2672 max_sizeparent="crop"
2675 <!-- In scene enemy colors -->
2676 <view style="sgc_title"
2681 hardtext="uiChatIS" />
2682 <instance template="tgcw_checkbox"
2683 id="is_user_messages"
2684 text="uiUserMessages"
2685 tooltip="uittUserMessages"
2689 <instance template="tgcw_checkbox"
2690 id="is_friend_messages"
2691 text="uiFriendMessages"
2692 tooltip="uittFriendMessages"
2694 posparent="is_user_messages"
2697 <instance template="tgcw_checkbox"
2698 id="is_enemy_messages"
2699 text="uiEnemyMessages"
2700 tooltip="uittEnemyMessages"
2702 posparent="is_friend_messages"
2706 <ctrl style="skin_scroll"
2707 id="sb_in_scene_chat_messages"
2709 target="in_scene_chat_messages"
2715 <group id="win_colors"
2722 child_resize_h="true"
2723 child_resize_hmargin="4"
2725 max_sizeparent="crop"
2729 <view style="sgc_title"
2734 hardtext="uiWinColors" />
2735 <instance template="tgcw_color"
2739 tooltip="uittChoosePlaColor"
2743 <instance template="tgcw_color"
2747 tooltip="uittChooseInvColor"
2752 <instance template="tgcw_color"
2756 tooltip="uittChooseAniColor"
2761 <instance template="tgcw_color"
2765 tooltip="uittChooseHelColor"
2770 <instance template="tgcw_color"
2774 tooltip="uittChooseInfColor"
2779 <instance template="tgcw_color"
2783 tooltip="uittChooseOptColor"
2785 posparent="wc_infos"
2788 <instance template="tgcw_color"
2792 tooltip="uittChooseMemColor"
2797 <instance template="tgcw_color"
2801 tooltip="uittChooseLabColor"
2806 <instance template="tgcw_color"
2810 tooltip="uittChooseComColor"
2815 <instance template="tgcw_color"
2819 tooltip="uittChooseTraColor"
2824 <instance template="tgcw_color"
2828 tooltip="uittChooseBotColor"
2830 posparent="wc_trade"
2834 <ctrl style="skin_scroll"
2842 <group id="win_colors_r2"
2849 child_resize_h="true"
2850 child_resize_hmargin="4"
2852 max_sizeparent="crop"
2855 <view style="sgc_title"
2860 hardtext="uiR2WinColors" />
2861 <instance template="tgcw_color"
2864 title="uiCCDR2_palette"
2865 tooltip="uittR2_Palette"
2869 <instance template="tgcw_color"
2872 title="uiCCDR2_scenario"
2873 tooltip="uittR2_Scenario"
2874 posparent="wc_r2_palette"
2878 <instance template="tgcw_color"
2879 id="wc_r2_prop_window"
2880 text="uiR2Prop_window"
2881 title="uiCCDR2_prop_window"
2882 tooltip="uittR2_Prop_window"
2883 posparent="wc_r2_scenario"
2887 <instance template="tgcw_color"
2890 title="uiCCDR2_form"
2891 tooltip="uittR2_Form"
2892 posparent="wc_r2_prop_window"
2896 <instance template="tgcw_color"
2897 id="wc_r2_custom_look"
2898 text="uiR2Custom_look"
2899 title="uiCCDR2_custom_look"
2900 tooltip="uittR2_Custom_look"
2901 posparent="wc_r2_form"
2905 <instance template="tgcw_color"
2908 title="uiCCDR2_dialogs"
2909 tooltip="uittR2_Dialogs"
2910 posparent="wc_r2_custom_look"
2914 <instance template="tgcw_color"
2917 title="uiCCDR2_events"
2918 tooltip="uittR2_Events"
2919 posparent="wc_r2_dialogs"
2923 <instance template="tgcw_color"
2924 id="wc_r2_activities"
2925 text="uiR2Activities"
2926 title="uiCCDR2_activities"
2927 tooltip="uittR2_Activities"
2928 posparent="wc_r2_events"
2932 <instance template="tgcw_color"
2933 id="wc_r2_feature_help"
2934 text="uiR2Feature_help"
2935 title="uiCCDR2_feature_help"
2936 tooltip="uittR2_Feature_help"
2937 posparent="wc_r2_activities"
2941 <instance template="tgcw_color"
2944 title="uiCCDR2_connect"
2945 tooltip="uittR2_Connect"
2946 posparent="wc_r2_feature_help"
2950 <instance template="tgcw_color"
2951 id="wc_r2_session_browser"
2952 text="uiR2Session_browser"
2953 title="uiCCDR2_session_browser"
2954 tooltip="uittR2_Session_browser"
2955 posparent="wc_r2_connect"
2959 <instance template="tgcw_color"
2960 id="wc_r2_scenario_control"
2961 text="uiR2Scenario_control"
2962 title="uiCCDR2_scenario_control"
2963 tooltip="uittR2_Scenario_control"
2964 posparent="wc_r2_session_browser"
2968 <instance template="tgcw_color"
2969 id="wc_r2_player_tracking"
2970 text="uiR2Player_tracking"
2971 title="uiCCDR2_player_tracking"
2972 tooltip="uittR2_Player_tracking"
2973 posparent="wc_r2_scenario_control"
2978 <ctrl style="skin_scroll"
2979 id="sb_win_colors_r2"
2981 target="win_colors_r2"
2994 child_resize_h="true"
2995 child_resize_hmargin="4"
2997 max_sizeparent="crop"
3000 <view style="sgc_title"
3005 hardtext="uiMouseOptions" />
3006 <instance template="tgcw_checkbox"
3008 text="uiMouseHardware"
3012 <instance template="tgcw_checkbox"
3014 text="uiMouseInverted"
3019 <instance template="tgcw_checkbox"
3021 text="uiMouseDblClickMode"
3022 posparent="inverted"
3026 <instance template="tgcw_checkbox"
3028 text="uiFreeViewTablet"
3033 <view style="sgc_title2"
3039 hardtext="uiMouseInterface" />
3040 <instance template="tgcw_scrollbarint"
3042 text="uiDoubleClickSpeed"
3047 <instance template="tgcw_scrollbarfloat"
3049 text="uiCursorSpeed"
3054 <instance template="tgcw_scrollbarint"
3056 text="uiCursorAccel"
3057 posparent="curspeed"
3061 <view style="sgc_title2"
3065 hardtext="uiMouseHead"
3066 posparent="curaccel"
3069 <instance template="tgcw_scrollbarfloat"
3076 <instance template="tgcw_scrollbarint"
3079 posparent="headspeed"
3084 <ctrl style="skin_scroll"
3100 child_resize_h="true"
3101 child_resize_hmargin="4"
3103 max_sizeparent="crop"
3106 <view style="sgc_title"
3111 hardtext="uiKeybOptions" />
3112 <view style="sgc_title2"
3118 hardtext="uiKeybCamera" />
3119 <instance template="tgcw_scrollbarfloat"
3121 text="uiKeybCamSpeedMax"
3126 <instance template="tgcw_scrollbarfloat"
3128 text="uiKeybCamSpeedMin"
3129 posparent="speedmax"
3134 <ctrl style="skin_scroll"
3150 child_resize_h="true"
3151 child_resize_hmargin="4"
3153 max_sizeparent="crop"
3156 <view style="sgc_title"
3162 hardtext="uiVRGeneral" />
3167 child_resize_w="true"
3171 button_type="toggle_button"
3175 tx_normal="w_slot_on.tga"
3176 tx_pushed="w_opacity_on.tga"
3177 tx_over="w_slot_on.tga"
3178 color="255 255 255 255"
3179 col_pushed="255 255 255 255"
3180 col_over="255 255 255 0"
3181 onclick_l="game_config_change_vr_enable"
3189 color="255 255 255 192"
3192 hardtext="uiVREnable" />
3194 <group type="combo_box"
3200 value="UI:TEMP:VR_DEVICE"
3205 <instance template="combo_box_def1" />
3207 <link expr="@UI:TEMP:VR_DEVICE"
3208 action="game_config_change_vr_device" />
3210 <ctrl style="skin_scroll"
3226 child_resize_h="true"
3227 child_resize_hmargin="4"
3229 max_sizeparent="crop"
3232 <view style="sgc_title"
3238 hardtext="uiSoundGeneral" />
3239 <instance template="tgcw_checkbox"
3245 <instance template="tgcw_checkbox"
3252 <instance template="tgcw_checkbox"
3259 <view style="sgc_title2"
3262 posparent="forcesoftbuf"
3266 hardtext="uiSoundPerf" />
3267 <instance template="tgcw_scrollbarint"
3274 <view style="sgc_title2"
3277 posparent="maxtrack"
3281 hardtext="uiSoundVolume" />
3282 <instance template="tgcw_scrollbarfloat"
3284 text="uiSoundSFXVolume"
3289 <instance template="tgcw_scrollbarfloat"
3291 text="uiSoundGameMusicVolume"
3292 posparent="sfx_volume"
3296 <instance template="tgcw_scrollbarint"
3298 text="uimwMP3Player"
3299 posparent="music_volume"
3304 <ctrl style="skin_scroll"
3313 <group id="landmark_colors"
3320 child_resize_h="true"
3321 child_resize_hmargin="4"
3323 max_sizeparent="crop"
3326 <!-- Landmark colors -->
3327 <view style="sgc_title"
3332 hardtext="uiLandmarkColors" />
3333 <instance template="tgcw_color"
3335 text="uiLMMiscColor"
3337 tooltip="uittChooseLMMiscColor"
3341 <instance template="tgcw_color" id="cc_tribe" text="uiLMTribeColor" title="uiCCDLMTribe" tooltip="uittChooseLMTribeColor" posref="BL TL" posparent="cc_misc" x="0" y="-16" />
3342 <instance template="tgcw_color" id="cc_bandit" text="uiLMBanditColor" title="uiCCDLMBandit" tooltip="uittChooseLMBanditColor" posref="BL TL" posparent="cc_tribe" x="0" y="-4" />
3343 <instance template="tgcw_color" id="cc_citizen" text="uiLMCitizenColor" title="uiCCDLMCitizen" tooltip="uittChooseLMCitizenColor" posref="BL TL" posparent="cc_bandit" x="0" y="-4" />
3344 <instance template="tgcw_color" id="cc_fauna" text="uiLMFaunaColor" title="uiCCDLMFauna" tooltip="uittChooseLMFaunaColor" posref="BL TL" posparent="cc_citizen" x="0" y="-16" />
3345 <instance template="tgcw_color" id="cc_faunaexcel" text="uiLMFaunaExcelColor" title="uiCCDLMFaunaExcel" tooltip="uittChooseLMFaunaExcelColor" posref="BL TL" posparent="cc_fauna" x="0" y="-4" />
3346 <instance template="tgcw_color" id="cc_faunasup" text="uiLMFaunaSupColor" title="uiCCDLMFaunaSup" tooltip="uittChooseLMFaunaSupColor" posref="BL TL" posparent="cc_faunaexcel" x="0" y="-4" />
3347 <instance template="tgcw_color" id="cc_forage" text="uiLMForageColor" title="uiCCDLMForage" tooltip="uittChooseLMForageColor" posref="BL TL" posparent="cc_faunasup" x="0" y="-16" />
3348 <instance template="tgcw_color" id="cc_forageexcel" text="uiLMForageExcelColor" title="uiCCDLMForageExcel" tooltip="uittChooseLMForageExcelColor" posref="BL TL" posparent="cc_forage" x="0" y="-4" />
3349 <instance template="tgcw_color" id="cc_foragesup" text="uiLMForageSupColor" title="uiCCDLMForageSup" tooltip="uittChooseLMForageSupColor" posref="BL TL" posparent="cc_forageexcel" x="0" y="-4" />
3350 <instance template="tgcw_color" id="cc_sap" text="uiLMSapColor" title="uiCCDLMSap" tooltip="uittChooseLMSapColor" posref="BL TL" posparent="cc_foragesup" x="16" y="-4" />
3351 <instance template="tgcw_color" id="cc_amber" text="uiLMAmberColor" title="uiCCDLMAmber" tooltip="uittChooseLMAmberColor" posref="BL TL" posparent="cc_sap" x="0" y="-4" />
3352 <instance template="tgcw_color" id="cc_node" text="uiLMNodeColor" title="uiCCDLMNode" tooltip="uittChooseLMNodeColor" posref="BL TL" posparent="cc_amber" x="0" y="-4" />
3353 <instance template="tgcw_color" id="cc_fiber" text="uiLMFiberColor" title="uiCCDLMFiber" tooltip="uittChooseLMFiberColor" posref="BL TL" posparent="cc_node" x="0" y="-4" />
3354 <instance template="tgcw_color" id="cc_bark" text="uiLMBarkColor" title="uiCCDLMBark" tooltip="uittChooseLMBarkColor" posref="BL TL" posparent="cc_fiber" x="0" y="-4" />
3355 <instance template="tgcw_color" id="cc_seed" text="uiLMSeedColor" title="uiCCDLMSeed" tooltip="uittChooseLMSeedColor" posref="BL TL" posparent="cc_bark" x="0" y="-4" />
3356 <instance template="tgcw_color" id="cc_shell" text="uiLMShellColor" title="uiCCDLMShell" tooltip="uittChooseLMShellColor" posref="BL TL" posparent="cc_seed" x="0" y="-4" />
3357 <instance template="tgcw_color" id="cc_resin" text="uiLMResinColor" title="uiCCDLMResin" tooltip="uittChooseLMResinColor" posref="BL TL" posparent="cc_shell" x="0" y="-4" />
3358 <instance template="tgcw_color" id="cc_wood" text="uiLMWoodColor" title="uiCCDLMWood" tooltip="uittChooseLMWoodColor" posref="BL TL" posparent="cc_resin" x="0" y="-4" />
3359 <instance template="tgcw_color" id="cc_oil" text="uiLMOilColor" title="uiCCDLMOil" tooltip="uittChooseLMOilColor" posref="BL TL" posparent="cc_wood" x="0" y="-4" />
3360 <instance template="tgcw_color" id="cc_mission" text="uiLMMissionColor" title="uiCCDLMMission" tooltip="uittChooseLMMissionColor" posref="BL TL" posparent="cc_oil" x="-16" y="-16" />
3361 <instance template="tgcw_color" id="cc_food" text="uiLMFoodColor" title="uiCCDLMFood" tooltip="uittChooseLMFoodColor" posref="BL TL" posparent="cc_mission" x="16" y="-4" />
3362 <instance template="tgcw_color" id="cc_construction" text="uiLMConstructionColor" title="uiCCDLMConstruction" tooltip="uittChooseLMConstructionColor" posref="BL TL" posparent="cc_food" x="0" y="-4" />
3363 <instance template="tgcw_color" id="cc_goo" text="uiLMGooColor" title="uiCCDLMGoo" tooltip="uittChooseLMGooColor" posref="BL TL" posparent="cc_construction" x="0" y="-4" />
3364 <instance template="tgcw_color" id="cc_insect" text="uiLMInsectColor" title="uiCCDLMInsect" tooltip="uittChooseLMInsectColor" posref="BL TL" posparent="cc_goo" x="0" y="-4" />
3365 <instance template="tgcw_color" id="cc_kitin" text="uiLMKitinColor" title="uiCCDLMKitin" tooltip="uittChooseLMKitinColor" posref="BL TL" posparent="cc_insect" x="0" y="-4" />
3366 <instance template="tgcw_color" id="cc_nocive" text="uiLMNociveColor" title="uiCCDLMNocive" tooltip="uittChooseLMNociveColor" posref="BL TL" posparent="cc_kitin" x="0" y="-4" />
3367 <instance template="tgcw_color" id="cc_preservative" text="uiLMPreservativeColor" title="uiCCDLMPreservative" tooltip="uittChooseLMPreservativeColor" posref="BL TL" posparent="cc_nocive" x="0" y="-4" />
3368 <instance template="tgcw_color" id="cc_passage" text="uiLMPassageColor" title="uiCCDLMPassage" tooltip="uittChooseLMPassageColor" posref="BL TL" posparent="cc_preservative" x="-16" y="-16" />
3369 <instance template="tgcw_color" id="cc_teleporter" text="uiLMTeleporterColor" title="uiCCDLMTeleporter" tooltip="uittChooseLMTeleporterColor" posref="BL TL" posparent="cc_passage" x="0" y="-4" />
3372 <ctrl style="skin_scroll"
3373 id="sb_landmark_colors"
3375 target="landmark_colors"
3388 child_resize_h="true"
3389 child_resize_hmargin="4"
3391 max_sizeparent="crop"
3394 <!-- Entities Names -->
3395 <view style="sgc_title"
3401 hardtext="uiHelp" />
3402 <instance template="tgcw_checkbox"
3404 text="uiShowContextHelp"
3409 <ctrl style="skin_scroll"
3420 <!-- This ref to the apply button -->
3421 <apply ui="apply" />
3422 <param ui="general:con:c"
3427 <param ui="general:lum:c"
3431 link="Luminosity" />
3432 <param ui="general:gam:c"
3437 <param ui="general:scale_auto:c"
3440 ui_view="general:scale_auto:c_res"
3443 link="InterfaceScaleAuto" />
3444 <param ui="general:scale:c"
3447 ui_view="general:scale:c_res"
3450 link="InterfaceScale" />
3451 <param ui="general:waitvbl:c"
3456 <param ui="general:window_snap_distance:c"
3459 ui_view="general:window_snap_distance:c_res"
3462 link="WindowSnapDistance" />
3463 <param ui="general:window_snap_invert:c"
3467 link="WindowSnapInvert" />
3468 <param ui="landscape:lvi:c"
3470 widget="sbfloat_round"
3471 realtime="end_scroll"
3472 ui_view="landscape:lvi:c_res"
3473 ui_unit="uigcUnitMeters"
3475 preset="UI:TEMP:PRESET_LAND" />
3476 <param ui="landscape:ltn:c"
3478 widget="sbfloat_round"
3480 ui_view="landscape:ltn:c_res"
3481 ui_unit="uigcUnitMeters"
3482 link="LandscapeTileNear"
3483 preset="UI:TEMP:PRESET_LAND" />
3484 <param ui="landscape:lth:c"
3488 ui_view="landscape:lth:c_res"
3490 link="LandscapeThreshold"
3491 preset="UI:TEMP:PRESET_LAND" />
3492 <param ui="landscape:lmv:c"
3497 preset="UI:TEMP:PRESET_LAND" />
3498 <param ui="landscape:mvd:c"
3500 widget="sbfloat_round"
3501 realtime="end_scroll"
3502 ui_view="landscape:mvd:c_res"
3503 ui_unit="uigcUnitPercent"
3504 link="MicroVegetDensity"
3505 preset="UI:TEMP:PRESET_LAND" />
3506 <param ui="char:maxpoly:c"
3510 ui_view="char:maxpoly:c_res"
3511 link="SkinNbMaxPoly"
3512 preset="UI:TEMP:PRESET_CHAR" />
3513 <param ui="char:maxnotclod:c"
3517 ui_view="char:maxnotclod:c_res"
3518 ui_unit="uigcUnitChar"
3519 link="NbMaxSkeletonNotCLod"
3520 preset="UI:TEMP:PRESET_CHAR" />
3521 <param ui="char:farclip:c"
3523 widget="sbfloat_round"
3525 ui_view="char:farclip:c_res"
3526 ui_unit="uigcUnitMeters"
3527 link="CharacterFarClip"
3528 preset="UI:TEMP:PRESET_CHAR" />
3529 <param ui="char:race_anim:c"
3533 link="EnableRacialAnimation" />
3534 <param ui="fx:maxpoly:c"
3538 ui_view="fx:maxpoly:c_res"
3540 preset="UI:TEMP:PRESET_FX" />
3541 <param ui="fx:cloud:c"
3546 preset="UI:TEMP:PRESET_FX" />
3547 <param ui="fx:cqual:c"
3549 widget="sbfloat_round"
3551 ui_view="fx:cqual:c_res"
3553 preset="UI:TEMP:PRESET_FX" />
3554 <param ui="fx:cup:c"
3558 ui_view="fx:cup:c_res"
3560 preset="UI:TEMP:PRESET_FX" />
3561 <param ui="fx:shadow:c"
3566 preset="UI:TEMP:PRESET_FX" />
3567 <param ui="fx:fxaa:c"
3572 preset="UI:TEMP:PRESET_FX" />
3573 <param ui="fx:anisotropic_gr:anisotropic:c"
3577 link="UI:TEMP:ANISOTROPIC" />
3578 <param ui="fx:bloom_gr:bloom:c"
3583 preset="UI:TEMP:PRESET_FX" />
3584 <param ui="fx:bloom_gr:square_bloom:c"
3589 preset="UI:TEMP:PRESET_FX" />
3590 <param ui="fx:bloom_gr:density_bloom:c"
3592 widget="sbfloat_round"
3594 ui_view="fx:bloom_gr:density_bloom:c_res"
3596 preset="UI:TEMP:PRESET_FX" />
3598 <param ui="hud:suc:c" type="cfg" widget="boolbut" link="ShowNameUnderCursor" realtime="true"/>
3599 <param ui="hud:sta:c" type="cfg" widget="boolbut" link="ShowNameSelected" realtime="true"/>
3601 <param ui="hud:swrc:c"
3604 link="SelectWithRClick"
3606 <param ui="hud:foa:c"
3611 <param ui="hud:aos:c"
3616 <param ui="hud:aet:c"
3619 link="AutoEquipTool"
3621 <param ui="hud:auc:c"
3624 link="AutomaticCamera"
3626 <param ui="hud:aul:c"
3629 link="UI:SAVE:AUTO_LIGHT"
3631 <param ui="hud:fade:c"
3634 link="UI:SAVE:USER_CHAR_FADE"
3636 <param ui="hud:opamin:c"
3639 link="UI:SAVE:USER_CHAR_OPA_MIN"
3643 <param ui="hud:cao:c"
3646 link="UI:SAVE:ACT_BAR_OUT"
3648 <param ui="hud:show_icon_buffs:c"
3651 link="UI:SAVE:SHOW_ICON_BUFFS"
3653 <param ui="hud:show_clock:c"
3656 link="UI:SAVE:SHOW_CLOCK"
3658 <param ui="hud:show_clock_12h:c"
3661 link="UI:SAVE:SHOW_CLOCK_12H"
3663 <param ui="hud:show_reticle:c"
3666 link="UI:SAVE:SHOW_RETICLE"
3668 <param ui="hud:radar_use_camera:c"
3671 link="UI:SAVE:RADAR:USE_CAMERA"
3673 <param ui="alpha_colors:col_day:c"
3676 link="UI:SAVE:DAY_COLOR"
3678 <param ui="alpha_colors:col_night:c"
3681 link="UI:SAVE:NIGHT_COLOR"
3683 <param ui="alpha_colors:ga_win:c"
3686 link="UI:SAVE:CONTAINER_ALPHA"
3690 <param ui="alpha_colors:ga_con:c"
3693 link="UI:SAVE:CONTENT_ALPHA"
3697 <param ui="alpha_colors:moa_win:c"
3700 link="UI:SAVE:CONTAINER_ROLLOVER_FACTOR"
3704 <param ui="alpha_colors:moa_con:c"
3707 link="UI:SAVE:CONTENT_ROLLOVER_FACTOR"
3711 <param ui="alpha_colors:moa_speed:c"
3714 link="UI:SAVE:ALPHA_ROLLOVER_SPEED"
3718 <param ui="alpha_colors:ch_win:c"
3721 link="UI:SAVE:CONTEXT_HELP_CONTAINER_ALPHA"
3725 <param ui="alpha_colors:ch_con:c"
3728 link="UI:SAVE:CONTEXT_HELP_CONTENT_ALPHA"
3732 <param ui="alpha_colors:ch_col:c"
3735 link="UI:SAVE:CONTEXT_HELP_CONTAINER_COLOR"
3737 <param ui="alpha_colors:show_3d_item_preview:c"
3740 link="UI:SAVE:SHOW_3D_ITEM_PREVIEW"
3742 <param ui="language:translation_english_inverse:c"
3745 link="UI:SAVE:TRANSLATION:EN:INVERSE_DISPLAY"
3747 <param ui="language:translation_english_hide_flag:c"
3750 link="UI:SAVE:TRANSLATION:EN:HIDE_FLAG"
3752 <param ui="language:translation_french_inverse:c"
3755 link="UI:SAVE:TRANSLATION:FR:INVERSE_DISPLAY"
3757 <param ui="language:translation_french_hide_flag:c"
3760 link="UI:SAVE:TRANSLATION:FR:HIDE_FLAG"
3762 <param ui="language:translation_german_inverse:c"
3765 link="UI:SAVE:TRANSLATION:DE:INVERSE_DISPLAY"
3767 <param ui="language:translation_german_hide_flag:c"
3770 link="UI:SAVE:TRANSLATION:DE:HIDE_FLAG"
3772 <param ui="language:translation_russian_inverse:c"
3775 link="UI:SAVE:TRANSLATION:RU:INVERSE_DISPLAY"
3777 <param ui="language:translation_russian_hide_flag:c"
3780 link="UI:SAVE:TRANSLATION:RU:HIDE_FLAG"
3782 <param ui="language:translation_spanish_inverse:c"
3785 link="UI:SAVE:TRANSLATION:ES:INVERSE_DISPLAY"
3787 <param ui="language:translation_spanish_hide_flag:c"
3790 link="UI:SAVE:TRANSLATION:ES:HIDE_FLAG"
3793 <param ui="language:disable_translation_around:c"
3796 link="UI:SAVE:TRANSLATION:ARROUND:DISABLE"
3798 <param ui="language:disable_translation_guild:c"
3801 link="UI:SAVE:TRANSLATION:GUILD:DISABLE"
3803 <param ui="language:disable_translation_universe:c"
3806 link="UI:SAVE:TRANSLATION:UNIVERSE:DISABLE"
3808 <param ui="language:disable_translation_region:c"
3811 link="UI:SAVE:TRANSLATION:REGION:DISABLE"
3815 <param ui="chat_colors:cc_say:c"
3818 link="UI:SAVE:CHAT:COLORS:SAY"
3820 <param ui="chat_colors:cc_tell:c"
3823 link="UI:SAVE:CHAT:COLORS:TELL"
3825 <param ui="chat_colors:cc_team:c"
3828 link="UI:SAVE:CHAT:COLORS:GROUP"
3830 <param ui="chat_colors:cc_guild:c"
3833 link="UI:SAVE:CHAT:COLORS:CLADE"
3835 <param ui="chat_colors:cc_region:c"
3838 link="UI:SAVE:CHAT:COLORS:REGION"
3840 <param ui="chat_colors:cc_univ:c"
3843 link="UI:SAVE:CHAT:COLORS:UNIVERSE_NEW"
3845 <param ui="chat_colors:cc_shout:c"
3848 link="UI:SAVE:CHAT:COLORS:SHOUT"
3850 <param ui="chat_colors:cc_dyn0:c"
3853 link="UI:SAVE:CHAT:COLORS:DYN:0"
3855 <param ui="chat_colors:cc_dyn1:c"
3858 link="UI:SAVE:CHAT:COLORS:DYN:1"
3860 <param ui="chat_colors:cc_dyn2:c"
3863 link="UI:SAVE:CHAT:COLORS:DYN:2"
3865 <param ui="chat_colors:cc_dyn3:c"
3868 link="UI:SAVE:CHAT:COLORS:DYN:3"
3870 <param ui="chat_colors:cc_dyn4:c"
3873 link="UI:SAVE:CHAT:COLORS:DYN:4"
3875 <param ui="chat_colors:cc_dyn5:c"
3878 link="UI:SAVE:CHAT:COLORS:DYN:5"
3880 <param ui="chat_colors:cc_dyn6:c"
3883 link="UI:SAVE:CHAT:COLORS:DYN:6"
3885 <param ui="chat_colors:cc_dyn7:c"
3888 link="UI:SAVE:CHAT:COLORS:DYN:7"
3891 <param ui="chat_colors:cc_shout:c" type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:SHOUT" realtime="true" />
3892 <param ui="chat_colors:cc_civi:c" type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:CIVILIZATION" realtime="true" />
3893 <param ui="chat_colors:cc_terri:c" type="db" widget="colbut" link="UI:SAVE:CHAT:COLORS:TERRITORY" realtime="true" />
3895 <param ui="chat_colors:enter_dontquit_cb:c"
3898 link="UI:SAVE:CHAT:ENTER_DONT_QUIT_CB"
3900 <param ui="chat_colors:save_channel_cb:c"
3903 link="UI:SAVE:CHAT:SAVE_CHANNEL"
3905 <param ui="chat_colors:auto_channel_cb:c"
3908 link="UI:SAVE:CHAT:AUTO_CHANNEL"
3910 <param ui="chat_colors:show_times_in_chat_cb:c"
3913 link="UI:SAVE:CHAT:SHOW_TIMES_IN_CHAT_CB"
3915 <param ui="chat_colors:show_dyn_channel_name_in_chat_cb:c"
3918 link="UI:SAVE:CHAT:SHOW_DYN_CHANNEL_NAME_IN_CHAT_CB"
3920 <param ui="chat_colors:show_online_offline_notifications_cb:c"
3923 link="UI:SAVE:CHAT:SHOW_ONLINE_OFFLINE_NOTIFICATIONS_CB"
3925 <param ui="chat_colors:font_size:c"
3928 link="UI:SAVE:CHAT:FONT_SIZE"
3932 <param ui="entity_colors:cc_user:c"
3935 link="UI:SAVE:ENTITY:COLORS:USER"
3937 <param ui="entity_colors:cc_player:c"
3940 link="UI:SAVE:ENTITY:COLORS:PLAYER"
3942 <param ui="entity_colors:cc_npc:c"
3945 link="UI:SAVE:ENTITY:COLORS:NPC"
3947 <param ui="entity_colors:cc_fauna:c"
3950 link="UI:SAVE:ENTITY:COLORS:FAUNA"
3952 <param ui="entity_colors:cc_target:c"
3955 link="UI:SAVE:ENTITY:COLORS:TARGET"
3957 <param ui="entity_colors:cc_group:c"
3960 link="UI:SAVE:ENTITY:COLORS:GROUP"
3962 <param ui="entity_colors:cc_guild:c"
3965 link="UI:SAVE:ENTITY:COLORS:GUILD"
3967 <param ui="entity_colors:cc_mount:c"
3970 link="UI:SAVE:ENTITY:COLORS:MOUNT"
3972 <param ui="entity_colors:cc_beast:c"
3975 link="UI:SAVE:ENTITY:COLORS:BEAST"
3977 <param ui="entity_colors:cc_source:c"
3980 link="UI:SAVE:ENTITY:COLORS:SOURCE"
3982 <param ui="entity_colors:cc_dead:c"
3985 link="UI:SAVE:ENTITY:COLORS:DEAD"
3987 <param ui="entity_colors:cc_pvpenemy:c"
3990 link="UI:SAVE:ENTITY:COLORS:PVPENEMY"
3992 <param ui="entity_colors:cc_pvpally:c"
3995 link="UI:SAVE:ENTITY:COLORS:PVPALLY"
3997 <param ui="entity_colors:cc_pvpneutral:c"
4000 link="UI:SAVE:ENTITY:COLORS:PVPNEUTRAL"
4002 <param ui="entity_colors:cc_pvpallyinteam:c"
4005 link="UI:SAVE:ENTITY:COLORS:PVPALLYINTEAM"
4007 <param ui="entity_colors:cc_pvpallyinguild:c"
4010 link="UI:SAVE:ENTITY:COLORS:PVPALLYINGUILD"
4012 <param ui="in_scene_user:is_user_guild_symbol:c"
4015 link="UI:SAVE:INSCENE:USER:GUILD_SYMBOL"
4017 <param ui="in_scene_user:is_user_name:c"
4020 link="UI:SAVE:INSCENE:USER:NAME"
4022 <param ui="in_scene_user:is_user_title:c"
4025 link="UI:SAVE:INSCENE:USER:TITLE"
4027 <param ui="in_scene_user:is_user_rptags:c"
4030 link="UI:SAVE:INSCENE:USER:RPTAGS"
4032 <param ui="in_scene_user:is_user_guild_name:c"
4035 link="UI:SAVE:INSCENE:USER:GUILD_NAME"
4037 <param ui="in_scene_user:is_user_hp:c"
4040 link="UI:SAVE:INSCENE:USER:HP"
4042 <param ui="in_scene_user:is_user_sap:c"
4045 link="UI:SAVE:INSCENE:USER:SAP"
4047 <param ui="in_scene_user:is_user_sta:c"
4050 link="UI:SAVE:INSCENE:USER:STA"
4052 <param ui="in_scene_user:is_user_focus:c"
4055 link="UI:SAVE:INSCENE:USER:FOCUS"
4057 <param ui="in_scene_user:is_user_action:c"
4060 link="UI:SAVE:INSCENE:USER:ACTION"
4062 <param ui="in_scene_user:is_user_pvp_logo:c"
4065 link="UI:SAVE:INSCENE:USER:PVP_LOGO"
4067 <param ui="in_scene_friend:is_friend_guild_symbol:c"
4070 link="UI:SAVE:INSCENE:FRIEND:GUILD_SYMBOL"
4072 <param ui="in_scene_friend:is_friend_name:c"
4075 link="UI:SAVE:INSCENE:FRIEND:NAME"
4077 <param ui="in_scene_friend:is_friend_title:c"
4080 link="UI:SAVE:INSCENE:FRIEND:TITLE"
4082 <param ui="in_scene_friend:is_friend_rptags:c"
4085 link="UI:SAVE:INSCENE:FRIEND:RPTAGS"
4087 <param ui="in_scene_friend:is_friend_guild_name:c"
4090 link="UI:SAVE:INSCENE:FRIEND:GUILD_NAME"
4092 <param ui="in_scene_friend:is_friend_hp:c"
4095 link="UI:SAVE:INSCENE:FRIEND:HP"
4097 <param ui="in_scene_friend:is_friend_sap:c"
4100 link="UI:SAVE:INSCENE:FRIEND:SAP"
4102 <param ui="in_scene_friend:is_friend_sta:c"
4105 link="UI:SAVE:INSCENE:FRIEND:STA"
4107 <param ui="in_scene_friend:is_friend_focus:c"
4110 link="UI:SAVE:INSCENE:FRIEND:FOCUS"
4112 <param ui="in_scene_friend:is_friend_pvp_logo:c"
4115 link="UI:SAVE:INSCENE:FRIEND:PVP_LOGO"
4117 <param ui="in_scene_friend:is_friend_npcname:c"
4120 link="UI:SAVE:INSCENE:FRIEND:NPCNAME"
4122 <param ui="in_scene_friend:is_friend_npctitle:c"
4125 link="UI:SAVE:INSCENE:FRIEND:NPCTITLE"
4127 <param ui="in_scene_friend:is_friend_mission_icon:c"
4130 link="UI:SAVE:INSCENE:FRIEND:MISSION_ICON"
4132 <param ui="in_scene_friend:is_friend_mission_mini_icon:c"
4135 link="UI:SAVE:INSCENE:FRIEND:MINI_MISSION_ICON"
4137 <param ui="in_scene_enemy:is_enemy_guild_symbol:c"
4140 link="UI:SAVE:INSCENE:ENEMY:GUILD_SYMBOL"
4142 <param ui="in_scene_enemy:is_enemy_name:c"
4145 link="UI:SAVE:INSCENE:ENEMY:NAME"
4147 <param ui="in_scene_enemy:is_enemy_title:c"
4150 link="UI:SAVE:INSCENE:ENEMY:TITLE"
4152 <param ui="in_scene_enemy:is_enemy_rptags:c"
4155 link="UI:SAVE:INSCENE:ENEMY:RPTAGS"
4157 <param ui="in_scene_enemy:is_enemy_guild_name:c"
4160 link="UI:SAVE:INSCENE:ENEMY:GUILD_NAME"
4162 <param ui="in_scene_enemy:is_enemy_hp:c"
4165 link="UI:SAVE:INSCENE:ENEMY:HP"
4167 <param ui="in_scene_enemy:is_ennemy_pvp_logo:c"
4170 link="UI:SAVE:INSCENE:ENEMY:PVP_LOGO"
4172 <param ui="in_scene_chat_messages:is_user_messages:c"
4175 link="UI:SAVE:INSCENE:USER:MESSAGES"
4177 <param ui="in_scene_chat_messages:is_friend_messages:c"
4180 link="UI:SAVE:INSCENE:FRIEND:MESSAGES"
4182 <param ui="in_scene_chat_messages:is_enemy_messages:c"
4185 link="UI:SAVE:INSCENE:ENEMY:MESSAGES"
4187 <param ui="win_colors:wc_pla:c"
4190 link="UI:SAVE:WIN:COLORS:PLA"
4192 <param ui="win_colors:wc_ani:c"
4195 link="UI:SAVE:WIN:COLORS:ANI"
4197 <param ui="win_colors:wc_com:c"
4200 link="UI:SAVE:WIN:COLORS:COM"
4202 <param ui="win_colors:wc_inv:c"
4205 link="UI:SAVE:WIN:COLORS:INV"
4207 <param ui="win_colors:wc_opt:c"
4210 link="UI:SAVE:WIN:COLORS:OPT"
4212 <param ui="win_colors:wc_lab:c"
4215 link="UI:SAVE:WIN:COLORS:LAB"
4217 <param ui="win_colors:wc_mem:c"
4220 link="UI:SAVE:WIN:COLORS:MEM"
4222 <param ui="win_colors:wc_help:c"
4225 link="UI:SAVE:WIN:COLORS:HELP"
4227 <param ui="win_colors:wc_infos:c"
4230 link="UI:SAVE:WIN:COLORS:INFOS"
4232 <param ui="win_colors:wc_trade:c"
4235 link="UI:SAVE:WIN:COLORS:TRADE"
4237 <param ui="win_colors:wc_bot:c"
4240 link="UI:SAVE:WIN:COLORS:BOT"
4242 <param ui="win_colors_r2:wc_r2_palette:c"
4245 link="UI:SAVE:WIN:COLORS:R2_PALETTE"
4247 <param ui="win_colors_r2:wc_r2_scenario:c"
4250 link="UI:SAVE:WIN:COLORS:R2_SCENARIO"
4252 <param ui="win_colors_r2:wc_r2_prop_window:c"
4255 link="UI:SAVE:WIN:COLORS:R2_PROP_WINDOW"
4257 <param ui="win_colors_r2:wc_r2_form:c"
4260 link="UI:SAVE:WIN:COLORS:R2_FORM"
4262 <param ui="win_colors_r2:wc_r2_custom_look:c"
4265 link="UI:SAVE:WIN:COLORS:R2_CUSTOM_LOOK"
4267 <param ui="win_colors_r2:wc_r2_dialogs:c"
4270 link="UI:SAVE:WIN:COLORS:R2_DIALOGS"
4272 <param ui="win_colors_r2:wc_r2_events:c"
4275 link="UI:SAVE:WIN:COLORS:R2_EVENTS"
4277 <param ui="win_colors_r2:wc_r2_activities:c"
4280 link="UI:SAVE:WIN:COLORS:R2_ACTIVITIES"
4282 <param ui="win_colors_r2:wc_r2_feature_help:c"
4285 link="UI:SAVE:WIN:COLORS:R2_FEATURE_HELP"
4287 <param ui="win_colors_r2:wc_r2_connect:c"
4290 link="UI:SAVE:WIN:COLORS:R2_CONNECT"
4292 <param ui="win_colors_r2:wc_r2_session_browser:c"
4295 link="UI:SAVE:WIN:COLORS:R2_SESSION_BROWSER"
4297 <param ui="win_colors_r2:wc_r2_scenario_control:c"
4300 link="UI:SAVE:WIN:COLORS:R2_SCENARIO_CONTROL"
4302 <param ui="win_colors_r2:wc_r2_player_tracking:c"
4305 link="UI:SAVE:WIN:COLORS:R2_PLAYER_TRACKING"
4307 <param ui="mouse:hard:c"
4310 link="HardwareCursor"
4312 <param ui="mouse:inverted:c"
4315 link="FreeLookInverted"
4317 <param ui="mouse:dbl:c"
4322 <param ui="mouse:tablet:c"
4325 link="FreeLookTablet"
4327 <param ui="mouse:dcspeed:c"
4330 link="UI:SAVE:DOUBLE_CLICK_SPEED"
4334 <param ui="mouse:curspeed:c"
4339 <param ui="mouse:curaccel:c"
4342 link="CursorAcceleration"
4344 <param ui="mouse:headspeed:c"
4347 link="FreeLookSpeed"
4349 <param ui="mouse:headaccel:c"
4352 link="FreeLookAcceleration"
4354 <param ui="keyb:speedmax:c"
4357 link="RotKeySpeedMax"
4359 <param ui="keyb:speedmin:c"
4362 link="RotKeySpeedMin"
4364 <param ui="sound:enabler:c"
4369 <param ui="sound:useeax:c"
4374 <param ui="sound:forcesoftbuf:c"
4377 link="SoundForceSoftwareBuffer"
4379 <param ui="sound:maxtrack:c"
4383 realtime="end_scroll"
4384 ui_view="sound:maxtrack:c_res" />
4385 <param ui="sound:sfx_volume:c"
4388 link="SoundSFXVolume"
4390 <param ui="sound:music_volume:c"
4393 link="SoundGameMusicVolume"
4395 <param ui="sound:mp3_volume:c"
4398 link="UI:SAVE:MP3_VOLUME"
4402 <param ui="landmark_colors:cc_misc:c"
4405 link="UI:SAVE:LANDMARK:COLORS:MISC"
4407 <param ui="landmark_colors:cc_tribe:c"
4410 link="UI:SAVE:LANDMARK:COLORS:TRIBE"
4412 <param ui="landmark_colors:cc_bandit:c"
4415 link="UI:SAVE:LANDMARK:COLORS:BANDIT"
4417 <param ui="landmark_colors:cc_citizen:c"
4420 link="UI:SAVE:LANDMARK:COLORS:CITIZEN"
4422 <param ui="landmark_colors:cc_fauna:c"
4425 link="UI:SAVE:LANDMARK:COLORS:FAUNA"
4427 <param ui="landmark_colors:cc_faunaexcel:c"
4430 link="UI:SAVE:LANDMARK:COLORS:FAUNAEXCEL"
4432 <param ui="landmark_colors:cc_faunasup:c"
4435 link="UI:SAVE:LANDMARK:COLORS:FAUNASUP"
4437 <param ui="landmark_colors:cc_forage:c"
4440 link="UI:SAVE:LANDMARK:COLORS:FORAGE"
4442 <param ui="landmark_colors:cc_forageexcel:c"
4445 link="UI:SAVE:LANDMARK:COLORS:FORAGEEXCEL"
4447 <param ui="landmark_colors:cc_foragesup:c"
4450 link="UI:SAVE:LANDMARK:COLORS:FORAGESUP"
4452 <param ui="landmark_colors:cc_sap:c"
4455 link="UI:SAVE:LANDMARK:COLORS:SAP"
4457 <param ui="landmark_colors:cc_amber:c"
4460 link="UI:SAVE:LANDMARK:COLORS:AMBER"
4462 <param ui="landmark_colors:cc_node:c"
4465 link="UI:SAVE:LANDMARK:COLORS:NODE"
4467 <param ui="landmark_colors:cc_fiber:c"
4470 link="UI:SAVE:LANDMARK:COLORS:FIBER"
4472 <param ui="landmark_colors:cc_bark:c"
4475 link="UI:SAVE:LANDMARK:COLORS:BARK"
4477 <param ui="landmark_colors:cc_seed:c"
4480 link="UI:SAVE:LANDMARK:COLORS:SEED"
4482 <param ui="landmark_colors:cc_shell:c"
4485 link="UI:SAVE:LANDMARK:COLORS:SHELL"
4487 <param ui="landmark_colors:cc_resin:c"
4490 link="UI:SAVE:LANDMARK:COLORS:RESIN"
4492 <param ui="landmark_colors:cc_wood:c"
4495 link="UI:SAVE:LANDMARK:COLORS:WOOD"
4497 <param ui="landmark_colors:cc_oil:c"
4500 link="UI:SAVE:LANDMARK:COLORS:OIL"
4502 <param ui="landmark_colors:cc_mission:c"
4505 link="UI:SAVE:LANDMARK:COLORS:MISSION"
4507 <param ui="landmark_colors:cc_food:c"
4510 link="UI:SAVE:LANDMARK:COLORS:FOOD"
4512 <param ui="landmark_colors:cc_construction:c"
4515 link="UI:SAVE:LANDMARK:COLORS:CONSTRUCTION"
4517 <param ui="landmark_colors:cc_goo:c"
4520 link="UI:SAVE:LANDMARK:COLORS:GOO"
4522 <param ui="landmark_colors:cc_insect:c"
4525 link="UI:SAVE:LANDMARK:COLORS:INSECT"
4527 <param ui="landmark_colors:cc_kitin:c"
4530 link="UI:SAVE:LANDMARK:COLORS:KITIN"
4532 <param ui="landmark_colors:cc_nocive:c"
4535 link="UI:SAVE:LANDMARK:COLORS:NOCIVE"
4537 <param ui="landmark_colors:cc_preservative:c"
4540 link="UI:SAVE:LANDMARK:COLORS:PRESERVATIVE"
4542 <param ui="landmark_colors:cc_passage:c"
4545 link="UI:SAVE:LANDMARK:COLORS:PASSAGE"
4547 <param ui="landmark_colors:cc_teleporter:c"
4550 link="UI:SAVE:LANDMARK:COLORS:TELEPORTER"
4553 <param ui="help:context_help:c"
4556 link="UI:SAVE:ENTITY:CONTEXT_HELP"
4561 <tree node="game_config" />
4562 <link expr="depends(@UI:SAVE:CONTENT_ALPHA)"
4564 params="dblink=UI:SAVE:CONTAINER_ALPHA|value=min(@UI:SAVE:CONTENT_ALPHA, @UI:SAVE:CONTAINER_ALPHA)" />
4565 <link expr="depends(@UI:SAVE:CONTAINER_ALPHA)"
4567 params="dblink=UI:SAVE:CONTENT_ALPHA|value=max(@UI:SAVE:CONTENT_ALPHA, @UI:SAVE:CONTAINER_ALPHA)" />
4568 <link expr="depends(@UI:SAVE:CONTENT_ROLLOVER_FACTOR)"
4570 params="dblink=UI:SAVE:CONTAINER_ROLLOVER_FACTOR|value=min(@UI:SAVE:CONTENT_ROLLOVER_FACTOR, @UI:SAVE:CONTAINER_ROLLOVER_FACTOR)" />
4571 <link expr="depends(@UI:SAVE:CONTAINER_ROLLOVER_FACTOR)"
4573 params="dblink=UI:SAVE:CONTENT_ROLLOVER_FACTOR|value=max(@UI:SAVE:CONTENT_ROLLOVER_FACTOR, @UI:SAVE:CONTAINER_ROLLOVER_FACTOR)" />
4574 <link expr="depends(@UI:SAVE:CONTEXT_HELP_CONTENT_ALPHA)"
4576 params="dblink=UI:SAVE:CONTEXT_HELP_CONTAINER_ALPHA|value=min(@UI:SAVE:CONTEXT_HELP_CONTENT_ALPHA, @UI:SAVE:CONTEXT_HELP_CONTAINER_ALPHA)" />
4577 <link expr="depends(@UI:SAVE:CONTEXT_HELP_CONTAINER_ALPHA)"
4579 params="dblink=UI:SAVE:CONTEXT_HELP_CONTENT_ALPHA|value=max(@UI:SAVE:CONTEXT_HELP_CONTENT_ALPHA, @UI:SAVE:CONTEXT_HELP_CONTAINER_ALPHA)" />