Reformat xml using tidy_config.txt
parent
52c94ee0c6
commit
1f9694f108
@ -1,260 +1,56 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<interface_config>
|
<interface_config>
|
||||||
<root id="interface"
|
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
w="800"
|
|
||||||
h="600"
|
|
||||||
active="true" />
|
|
||||||
|
|
||||||
<!-- default: active, h_bar -->
|
<!-- default: active, h_bar -->
|
||||||
<variable entry="UI:VARIABLES:ISACTIVE:APPZONE"
|
<variable entry="UI:VARIABLES:ISACTIVE:APPZONE" type="sint32" value="1" />
|
||||||
type="sint32"
|
<variable entry="UI:SAVE:APPZONE:MODE" type="sint32" value="1" />
|
||||||
value="1" />
|
|
||||||
<variable entry="UI:SAVE:APPZONE:MODE"
|
|
||||||
type="sint32"
|
|
||||||
value="1" />
|
|
||||||
|
|
||||||
<!-- load lua after variable are setup -->
|
<!-- load lua after variable are setup -->
|
||||||
<lua file="appzone.lua" />
|
<lua file="appzone.lua" />
|
||||||
<lua file="webbrowser.lua" />
|
<lua file="webbrowser.lua" />
|
||||||
|
|
||||||
<proc id="appzone_proc_active">
|
<proc id="appzone_proc_active">
|
||||||
<action handler="set"
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:APPZONE|value=1" />
|
||||||
params="dblink=UI:VARIABLES:ISACTIVE:APPZONE|value=1" />
|
<action handler="proc" params="appzone_proc_mode" />
|
||||||
<action handler="proc"
|
|
||||||
params="appzone_proc_mode" />
|
|
||||||
</proc>
|
</proc>
|
||||||
|
|
||||||
<proc id="appzone_proc_deactive">
|
<proc id="appzone_proc_deactive">
|
||||||
<action handler="set"
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:APPZONE|value=0" />
|
||||||
params="dblink=UI:VARIABLES:ISACTIVE:APPZONE|value=0" />
|
|
||||||
</proc>
|
</proc>
|
||||||
|
|
||||||
<proc id="appzone_proc_mode_set">
|
<proc id="appzone_proc_mode_set">
|
||||||
<action handler="set"
|
<action handler="set" params="dblink=UI:SAVE:APPZONE:MODE|value=@0" />
|
||||||
params="dblink=UI:SAVE:APPZONE:MODE|value=@0" />
|
<action handler="proc" params="appzone_proc_mode" />
|
||||||
<action handler="proc"
|
|
||||||
params="appzone_proc_mode" />
|
|
||||||
</proc>
|
</proc>
|
||||||
|
|
||||||
<proc id="appzone_proc_mode_inc">
|
<proc id="appzone_proc_mode_inc">
|
||||||
<action handler="set"
|
<action handler="set" params="dblink=UI:SAVE:APPZONE:MODE|value=add(@UI:SAVE:APPZONE:MODE,1)" />
|
||||||
params="dblink=UI:SAVE:APPZONE:MODE|value=add(@UI:SAVE:APPZONE:MODE,1)" />
|
<action handler="proc" params="appzone_proc_mode" />
|
||||||
<action handler="proc"
|
|
||||||
params="appzone_proc_mode" />
|
|
||||||
</proc>
|
</proc>
|
||||||
|
|
||||||
<proc id="appzone_proc_mode">
|
<proc id="appzone_proc_mode">
|
||||||
<action handler="set"
|
<action handler="set" cond="le(@UI:SAVE:APPZONE:MODE,0)" params="dblink=UI:SAVE:APPZONE:MODE|value=1" />
|
||||||
cond="le(@UI:SAVE:APPZONE:MODE,0)"
|
<action handler="set" cond="ge(@UI:SAVE:APPZONE:MODE,5)" params="dblink=UI:SAVE:APPZONE:MODE|value=1" />
|
||||||
params="dblink=UI:SAVE:APPZONE:MODE|value=1" />
|
<action handler="lua" cond="eq(@UI:SAVE:APPZONE:MODE,1)" params="AppZone:setMode('h_bar')" />
|
||||||
<action handler="set"
|
<action handler="lua" cond="eq(@UI:SAVE:APPZONE:MODE,2)" params="AppZone:setMode('h_box')" />
|
||||||
cond="ge(@UI:SAVE:APPZONE:MODE,5)"
|
<action handler="lua" cond="eq(@UI:SAVE:APPZONE:MODE,3)" params="AppZone:setMode('v_bar')" />
|
||||||
params="dblink=UI:SAVE:APPZONE:MODE|value=1" />
|
<action handler="lua" cond="eq(@UI:SAVE:APPZONE:MODE,4)" params="AppZone:setMode('v_box')" />
|
||||||
|
|
||||||
<action handler="lua"
|
|
||||||
cond="eq(@UI:SAVE:APPZONE:MODE,1)"
|
|
||||||
params="AppZone:setMode('h_bar')" />
|
|
||||||
<action handler="lua"
|
|
||||||
cond="eq(@UI:SAVE:APPZONE:MODE,2)"
|
|
||||||
params="AppZone:setMode('h_box')" />
|
|
||||||
<action handler="lua"
|
|
||||||
cond="eq(@UI:SAVE:APPZONE:MODE,3)"
|
|
||||||
params="AppZone:setMode('v_bar')" />
|
|
||||||
<action handler="lua"
|
|
||||||
cond="eq(@UI:SAVE:APPZONE:MODE,4)"
|
|
||||||
params="AppZone:setMode('v_box')" />
|
|
||||||
</proc>
|
</proc>
|
||||||
|
<group type="menu" id="appzone_menu" extends="base_menu_with_color">
|
||||||
<group type="menu"
|
<action id="settings" name="uiBrowseHome" handler="lua" params="AppZone:onButtonHome()" icon="building_state2.tga" />
|
||||||
id="appzone_menu"
|
<action id="reload" name="uiBrowseRefresh" handler="lua" params="AppZone:reload()" icon="curs_rotate.tga" />
|
||||||
extends="base_menu_with_color">
|
<action id="hide" name="uiHide" handler="lua" params="AppZone:setActive(false)" icon="r2_icon_stop_possess.tga" />
|
||||||
<action id="settings"
|
|
||||||
name="uiBrowseHome"
|
|
||||||
handler="lua"
|
|
||||||
params="AppZone:onButtonHome()"
|
|
||||||
icon="building_state2.tga" />
|
|
||||||
<action id="reload"
|
|
||||||
name="uiBrowseRefresh"
|
|
||||||
handler="lua"
|
|
||||||
params="AppZone:reload()"
|
|
||||||
icon="curs_rotate.tga" />
|
|
||||||
<action id="hide"
|
|
||||||
name="uiHide"
|
|
||||||
handler="lua"
|
|
||||||
params="AppZone:setActive(false)"
|
|
||||||
icon="r2_icon_stop_possess.tga" />
|
|
||||||
<separator />
|
<separator />
|
||||||
</group>
|
</group>
|
||||||
|
<group id="appzone" type="container" x="0" y="0" w="200" h="26" posref="MM MM" min_w="26" min_h="26" max_w="1600" max_h="1600" pop_max_w="1600" pop_max_h="1600" title="" global_color="true" global_color_over="true" header_active="false" right_button="false" options="layer0_pad" movable="true" active="true" opened="true" openable="false" resizer="false" on_active="proc" on_active_params="appzone_proc_active" on_deactive="proc" on_deactive_params="appzone_proc_deactive" group_onclick_r="active_menu" group_params_r="menu=ui:interface:appzone_menu">
|
||||||
<group id="appzone"
|
<group id="header_closed" x="0" y="0" w="0" h="0" posref="TL TL" />
|
||||||
type="container"
|
<group id="header_opened" x="0" y="0" w="0" h="0" wmin="5" sizeref="w" posref="TL TL" />
|
||||||
x="0"
|
<group id="content" x="0" y="0" w="0" h="26" posref="TL TL">
|
||||||
y="0"
|
<ctrl type="button" style="text_button_header" button_type="toggle_button" id="toggle_mode" posref="BL BL" x="2" y="0" tx_normal="tb_mode.tga" tx_pushed="tb_mode.tga" tooltip="uiMk_mode" onclick_l="proc" params_l="appzone_proc_mode_inc" />
|
||||||
w="200"
|
<ctrl type="button" style="text_button_header" button_type="toggle_button" id="browse_home" posref="BR BR" x="0" y="-3" tx_normal="r2_palette_components.tga" tx_pushed="r2_palette_components.tga" tooltip="uittBrowseHome" onclick_l="lua" params_l="AppZone:onButtonHome()" />
|
||||||
h="26"
|
<ctrl type="button" style="text_button_header" button_type="toggle_button" id="browse_reload" posref="TL BL" posparent="browse_home" x="0" y="-4" tx_normal="r2ed_icon_rotate.tga" tx_pushed="r2ed_icon_rotate.tga" tooltip="uiBrowseRefresh" onclick_l="lua" params_l="AppZone:reload()" />
|
||||||
posref="MM MM"
|
<group id="html" type="webig_html" posref="TL TL" url="" title_prefix="" sizeref="wh" x="15" y="0" w="0" h="0" background_color="0 0 0 0" error_color="255 240 48 255" link_color="240 155 100 255" text_color="210 210 210 255" h1_color="255 255 255 255" h2_color="255 255 255 255" h3_color="255 255 255 255" h4_color="255 255 255 255" h5_color="255 255 255 255" h6_color="255 255 255 255" text_font_size="10" h1_font_size="16" h2_font_size="14" h3_font_size="13" h4_font_size="12" h5_font_size="11" h6_font_size="11" paragraph_begin_space="12" multi_line_space_factor="0.25" td_begin_space="0" li_begin_space="4" ul_begin_space="12" li_indent="-10" ul_indent="30" checkbox_bitmap_normal="patch_off.tga" checkbox_bitmap_pushed="patch_on.tga" checkbox_bitmap_over="" background_bitmap_view="" home="" browse_next_time="false" form_text_area_group="edit_box_widget_multiline">
|
||||||
min_w="26"
|
<group id="black" posref="BR BR" sizeref="hw" w="0" h="0" inherit_gc_alpha="true" />
|
||||||
min_h="26"
|
<view type="bitmap" id="black2" posparent="black" posref="MM MM" sizeref="wh" w="0" h="0" inherit_gc_alpha="true" scale="true" texture="blank.tga" global_color="false" />
|
||||||
max_w="1600"
|
<group type="list" id="text_list" fontsize="9" posref="TL TL" posparent="black" x="0" y="0" space="0" sizeref="hw" w="-4" h="0" maxelements="2000" />
|
||||||
max_h="1600"
|
<ctrl style="skin_scroll" id="scroll_bar" />
|
||||||
pop_max_w="1600"
|
|
||||||
pop_max_h="1600"
|
|
||||||
title=""
|
|
||||||
global_color="true"
|
|
||||||
global_color_over="true"
|
|
||||||
header_active="false"
|
|
||||||
right_button="false"
|
|
||||||
options="layer0_pad"
|
|
||||||
movable="true"
|
|
||||||
active="true"
|
|
||||||
opened="true"
|
|
||||||
openable="false"
|
|
||||||
resizer="false"
|
|
||||||
on_active="proc"
|
|
||||||
on_active_params="appzone_proc_active"
|
|
||||||
on_deactive="proc"
|
|
||||||
on_deactive_params="appzone_proc_deactive"
|
|
||||||
group_onclick_r="active_menu"
|
|
||||||
group_params_r="menu=ui:interface:appzone_menu">
|
|
||||||
<group id="header_closed"
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
w="0"
|
|
||||||
h="0"
|
|
||||||
posref="TL TL" />
|
|
||||||
<group id="header_opened"
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
w="0"
|
|
||||||
h="0"
|
|
||||||
wmin="5"
|
|
||||||
sizeref="w"
|
|
||||||
posref="TL TL" />
|
|
||||||
<group id="content"
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
w="0"
|
|
||||||
h="26"
|
|
||||||
posref="TL TL">
|
|
||||||
<ctrl type="button"
|
|
||||||
style="text_button_header"
|
|
||||||
button_type="toggle_button"
|
|
||||||
id="toggle_mode"
|
|
||||||
posref="BL BL"
|
|
||||||
x="2"
|
|
||||||
y="0"
|
|
||||||
tx_normal="tb_mode.tga"
|
|
||||||
tx_pushed="tb_mode.tga"
|
|
||||||
tooltip="uiMk_mode"
|
|
||||||
onclick_l="proc"
|
|
||||||
params_l="appzone_proc_mode_inc" />
|
|
||||||
<ctrl type="button"
|
|
||||||
style="text_button_header"
|
|
||||||
button_type="toggle_button"
|
|
||||||
id="browse_home"
|
|
||||||
posref="BR BR"
|
|
||||||
x="0"
|
|
||||||
y="-3"
|
|
||||||
tx_normal="r2_palette_components.tga"
|
|
||||||
tx_pushed="r2_palette_components.tga"
|
|
||||||
tooltip="uittBrowseHome"
|
|
||||||
onclick_l="lua"
|
|
||||||
params_l="AppZone:onButtonHome()" />
|
|
||||||
<ctrl type="button"
|
|
||||||
style="text_button_header"
|
|
||||||
button_type="toggle_button"
|
|
||||||
id="browse_reload"
|
|
||||||
posref="TL BL"
|
|
||||||
posparent="browse_home"
|
|
||||||
x="0"
|
|
||||||
y="-4"
|
|
||||||
tx_normal="r2ed_icon_rotate.tga"
|
|
||||||
tx_pushed="r2ed_icon_rotate.tga"
|
|
||||||
tooltip="uiBrowseRefresh"
|
|
||||||
onclick_l="lua"
|
|
||||||
params_l="AppZone:reload()" />
|
|
||||||
<group id="html"
|
|
||||||
type="webig_html"
|
|
||||||
posref="TL TL"
|
|
||||||
url=""
|
|
||||||
title_prefix=""
|
|
||||||
sizeref="wh"
|
|
||||||
x="15"
|
|
||||||
y="0"
|
|
||||||
w="0"
|
|
||||||
h="0"
|
|
||||||
background_color="0 0 0 0"
|
|
||||||
error_color="255 240 48 255"
|
|
||||||
link_color="240 155 100 255"
|
|
||||||
text_color="210 210 210 255"
|
|
||||||
h1_color="255 255 255 255"
|
|
||||||
h2_color="255 255 255 255"
|
|
||||||
h3_color="255 255 255 255"
|
|
||||||
h4_color="255 255 255 255"
|
|
||||||
h5_color="255 255 255 255"
|
|
||||||
h6_color="255 255 255 255"
|
|
||||||
text_font_size="10"
|
|
||||||
h1_font_size="16"
|
|
||||||
h2_font_size="14"
|
|
||||||
h3_font_size="13"
|
|
||||||
h4_font_size="12"
|
|
||||||
h5_font_size="11"
|
|
||||||
h6_font_size="11"
|
|
||||||
paragraph_begin_space="12"
|
|
||||||
multi_line_space_factor="0.25"
|
|
||||||
td_begin_space="0"
|
|
||||||
li_begin_space="4"
|
|
||||||
ul_begin_space="12"
|
|
||||||
li_indent="-10"
|
|
||||||
ul_indent="30"
|
|
||||||
checkbox_bitmap_normal="patch_off.tga"
|
|
||||||
checkbox_bitmap_pushed="patch_on.tga"
|
|
||||||
checkbox_bitmap_over=""
|
|
||||||
background_bitmap_view=""
|
|
||||||
home=""
|
|
||||||
browse_next_time="false"
|
|
||||||
form_text_area_group="edit_box_widget_multiline">
|
|
||||||
<group id="black"
|
|
||||||
posref="BR BR"
|
|
||||||
sizeref="hw"
|
|
||||||
w="0"
|
|
||||||
h="0"
|
|
||||||
inherit_gc_alpha="true" />
|
|
||||||
<view type="bitmap"
|
|
||||||
id="black2"
|
|
||||||
posparent="black"
|
|
||||||
posref="MM MM"
|
|
||||||
sizeref="wh"
|
|
||||||
w="0"
|
|
||||||
h="0"
|
|
||||||
inherit_gc_alpha="true"
|
|
||||||
scale="true"
|
|
||||||
texture="blank.tga"
|
|
||||||
global_color="false" />
|
|
||||||
<group type="list"
|
|
||||||
id="text_list"
|
|
||||||
fontsize="9"
|
|
||||||
posref="TL TL"
|
|
||||||
posparent="black"
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
space="0"
|
|
||||||
sizeref="hw"
|
|
||||||
w="-4"
|
|
||||||
h="0"
|
|
||||||
maxelements="2000" />
|
|
||||||
<ctrl style="skin_scroll"
|
|
||||||
id="scroll_bar" />
|
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<tree node="appzone" />
|
<tree node="appzone" />
|
||||||
|
<command name="appzone" action="lua" params="AppZone:handle('$')" />
|
||||||
<command name="appzone"
|
|
||||||
action="lua"
|
|
||||||
params="AppZone:handle('$')" />
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
@ -1,74 +1,28 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
|
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
||||||
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
<lua file="bg_downloader.lua" />
|
||||||
|
<proc id="bg_downloader_active">
|
||||||
|
|
||||||
<lua file="bg_downloader.lua" />
|
|
||||||
|
|
||||||
<proc id="bg_downloader_active">
|
|
||||||
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:BG_DOWNLOADER|value=1" />
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:BG_DOWNLOADER|value=1" />
|
||||||
|
</proc>
|
||||||
</proc>
|
<proc id="bg_downloader_deactive">
|
||||||
|
|
||||||
<proc id="bg_downloader_deactive">
|
|
||||||
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:BG_DOWNLOADER|value=0" />
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:BG_DOWNLOADER|value=0" />
|
||||||
</proc>
|
</proc>
|
||||||
|
<!-- Window for the background downloader -->
|
||||||
|
<group type="container" id="bg_downloader" title="uiBGD_WindowTitle" global_color="false" line_at_bottom="false" movable="true" opened="true" openable="false" pop_min_w="410" pop_min_h="100" pop_max_w="410" pop_max_h="100" h="100" w="410" active="false" savable="true" header_color="UI:SAVE:WIN:COLORS:OPT" on_deactive="proc" on_deactive_params="bg_downloader_deactive" on_active="proc" on_active_params="bg_downloader_active">
|
||||||
<!-- Window for the background downloader -->
|
<group id="header_closed" x="0" y="0" child_resize_w="true" h="16" posref="TL TL" group_onclick_r="active_menu" group_params_r="menu=ui:interface:base_menu_with_color"></group>
|
||||||
<group type="container" id="bg_downloader" title="uiBGD_WindowTitle" global_color="false" line_at_bottom="false"
|
<group id="header_opened" x="0" y="0" w="800" h="16" posref="TL TL" group_onclick_r="active_menu" group_params_r="menu=ui:interface:base_menu_with_color"></group>
|
||||||
movable="true" opened="true" openable="false"
|
<group id="content" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL">
|
||||||
pop_min_w="410" pop_min_h="100" pop_max_w="410" pop_max_h="100"
|
<view type="text" id="text" active="true" y="-12" posref="TM TM" hardtext="" fontsize="10" color="255 255 255 255" auto_clamp="true" global_color="false" />
|
||||||
h="100"
|
<view type="text" id="ellipsis" active="true" y="0" posref="BR BL" posparent="text" hardtext="" fontsize="13" color="255 255 255 255" global_color="false" />
|
||||||
w="410"
|
<view type="bitmap" id="bm" active="false" y="1" x="-1" texture="W_answer_16_valid.tga" posparent="text" posref="ML MR" global_color="false" />
|
||||||
active="false"
|
<view type="bar" id="progress" parent="" active="true" posparent="text" posref="BM TM" y="-2" global_color="false" />
|
||||||
savable="true"
|
<group type="combo_box" id="prio" sizeref="w" w="32" x="0" y="-8" child_resize_h="true" child_resize_hmargin="6" linked_to_db="false" posref="BM TM" posparent="progress" on_change="lua:bgdownloader:onChangePriority()" on_change_params="" tooltip="uiBGD_PriorityTooltip" global_color="false">
|
||||||
header_color="UI:SAVE:WIN:COLORS:OPT"
|
<instance template="combo_box_def1" tooltip="uiBGD_PriorityTooltip" />
|
||||||
on_deactive="proc" on_deactive_params="bg_downloader_deactive"
|
|
||||||
on_active="proc" on_active_params="bg_downloader_active"
|
|
||||||
>
|
|
||||||
<group id="header_closed" x="0" y="0" child_resize_w="true" h="16" posref="TL TL"
|
|
||||||
group_onclick_r="active_menu"
|
|
||||||
group_params_r="menu=ui:interface:base_menu_with_color"
|
|
||||||
>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="header_opened" x="0" y="0" w="800" h="16" posref="TL TL"
|
|
||||||
group_onclick_r="active_menu"
|
|
||||||
group_params_r="menu=ui:interface:base_menu_with_color"
|
|
||||||
>
|
|
||||||
</group>
|
|
||||||
<group id="content" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL" >
|
|
||||||
<view type="text" id="text" active="true" y="-12" posref="TM TM" hardtext="" fontsize="10" color="255 255 255 255"
|
|
||||||
auto_clamp="true"
|
|
||||||
global_color="false"
|
|
||||||
/>
|
|
||||||
<view type="text" id="ellipsis" active="true" y="0" posref="BR BL" posparent="text" hardtext="" fontsize="13" color="255 255 255 255"
|
|
||||||
global_color="false"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<view type="bitmap" id="bm" active="false" y="1" x="-1" texture="W_answer_16_valid.tga" posparent="text" posref="ML MR"
|
|
||||||
global_color="false"
|
|
||||||
/>
|
|
||||||
<view type="bar" id="progress" parent="" active="true" posparent="text" posref="BM TM" y="-2"
|
|
||||||
global_color="false"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group type="combo_box" id="prio" sizeref="w" w="32" x="0" y="-8" child_resize_h="true" child_resize_hmargin="6" linked_to_db="false"
|
|
||||||
posref="BM TM"
|
|
||||||
posparent="progress"
|
|
||||||
on_change="lua:bgdownloader:onChangePriority()" on_change_params=""
|
|
||||||
tooltip="uiBGD_PriorityTooltip"
|
|
||||||
global_color="false"
|
|
||||||
>
|
|
||||||
<instance template="combo_box_def1" tooltip="uiBGD_PriorityTooltip"/>
|
|
||||||
<combo_text name="uiBGD_Paused" />
|
<combo_text name="uiBGD_Paused" />
|
||||||
<combo_text name="uiBGD_LowPriority" />
|
<combo_text name="uiBGD_LowPriority" />
|
||||||
<combo_text name="uiBGD_NormalPriority" />
|
<combo_text name="uiBGD_NormalPriority" />
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
<tree node="bg_downloader" />
|
||||||
<tree node="bg_downloader"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1 @@
|
|||||||
<interface_config>
|
<interface_config></interface_config>
|
||||||
|
|
||||||
</interface_config>
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,201 +1,201 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<interface_config>
|
<interface_config>
|
||||||
<key name="KeyTAB" action="front_selection" params="ennemy"/>
|
<key name="KeyTAB" action="front_selection" params="ennemy" />
|
||||||
<key name="KeyTAB" ctrl="1" action="front_selection" params="friend"/>
|
<key name="KeyTAB" ctrl="1" action="front_selection" params="friend" />
|
||||||
<key name="KeyESCAPE" action="r2ed_cancel_tool"/>
|
<key name="KeyESCAPE" action="r2ed_cancel_tool" />
|
||||||
<key name="KeyESCAPE" shift="1" action="close_help"/>
|
<key name="KeyESCAPE" shift="1" action="close_help" />
|
||||||
<key name="KeyPRIOR" ctrl="1" action="camera_up"/>
|
<key name="KeyPRIOR" ctrl="1" action="camera_up" />
|
||||||
<key name="KeyPRIOR" ctrl="1" menu="1" action="inc_camera_height"/>
|
<key name="KeyPRIOR" ctrl="1" menu="1" action="inc_camera_height" />
|
||||||
<key name="KeyNEXT" ctrl="1" action="camera_down"/>
|
<key name="KeyNEXT" ctrl="1" action="camera_down" />
|
||||||
<key name="KeyNEXT" ctrl="1" menu="1" action="dec_camera_height"/>
|
<key name="KeyNEXT" ctrl="1" menu="1" action="dec_camera_height" />
|
||||||
<key name="KeyHOME" action="toggle_camera"/>
|
<key name="KeyHOME" action="toggle_camera" />
|
||||||
<key name="KeySNAPSHOT" action="screen_shot"/>
|
<key name="KeySNAPSHOT" action="screen_shot" />
|
||||||
<key name="KeyINSERT" action="look_up"/>
|
<key name="KeyINSERT" action="look_up" />
|
||||||
<key name="KeyINSERT" ctrl="1" menu="1" action="set_pos"/>
|
<key name="KeyINSERT" ctrl="1" menu="1" action="set_pos" />
|
||||||
<key name="KeyDELETE" action="look_down"/>
|
<key name="KeyDELETE" action="look_down" />
|
||||||
<key name="Key0" action="run_shortcut" params="09"/>
|
<key name="Key0" action="run_shortcut" params="09" />
|
||||||
<key name="Key0" ctrl="1" action="select_shortcut_bar" params="10"/>
|
<key name="Key0" ctrl="1" action="select_shortcut_bar" params="10" />
|
||||||
<key name="Key0" shift="1" action="run_shortcut" params="19"/>
|
<key name="Key0" shift="1" action="run_shortcut" params="19" />
|
||||||
<key name="Key0" menu="1" action="talk_message" params="09"/>
|
<key name="Key0" menu="1" action="talk_message" params="09" />
|
||||||
<key name="Key0" ctrl="1" menu="1" action="toggle_3d_filter" params="9"/>
|
<key name="Key0" ctrl="1" menu="1" action="toggle_3d_filter" params="9" />
|
||||||
<key name="Key0" shift="1" menu="1" action="talk_message" params="19"/>
|
<key name="Key0" shift="1" menu="1" action="talk_message" params="19" />
|
||||||
<key name="Key1" action="run_shortcut" params="00"/>
|
<key name="Key1" action="run_shortcut" params="00" />
|
||||||
<key name="Key1" ctrl="1" action="select_shortcut_bar" params="1"/>
|
<key name="Key1" ctrl="1" action="select_shortcut_bar" params="1" />
|
||||||
<key name="Key1" shift="1" action="run_shortcut" params="10"/>
|
<key name="Key1" shift="1" action="run_shortcut" params="10" />
|
||||||
<key name="Key1" menu="1" action="talk_message" params="00"/>
|
<key name="Key1" menu="1" action="talk_message" params="00" />
|
||||||
<key name="Key1" ctrl="1" menu="1" action="toggle_3d_filter" params="0"/>
|
<key name="Key1" ctrl="1" menu="1" action="toggle_3d_filter" params="0" />
|
||||||
<key name="Key1" shift="1" menu="1" action="talk_message" params="10"/>
|
<key name="Key1" shift="1" menu="1" action="talk_message" params="10" />
|
||||||
<key name="Key1" shift="1" ctrl="1" menu="1" action="command" params="mode 0 3"/>
|
<key name="Key1" shift="1" ctrl="1" menu="1" action="command" params="mode 0 3" />
|
||||||
<key name="Key2" action="run_shortcut" params="01"/>
|
<key name="Key2" action="run_shortcut" params="01" />
|
||||||
<key name="Key2" ctrl="1" action="select_shortcut_bar" params="2"/>
|
<key name="Key2" ctrl="1" action="select_shortcut_bar" params="2" />
|
||||||
<key name="Key2" shift="1" action="run_shortcut" params="11"/>
|
<key name="Key2" shift="1" action="run_shortcut" params="11" />
|
||||||
<key name="Key2" menu="1" action="talk_message" params="01"/>
|
<key name="Key2" menu="1" action="talk_message" params="01" />
|
||||||
<key name="Key2" ctrl="1" menu="1" action="toggle_3d_filter" params="1"/>
|
<key name="Key2" ctrl="1" menu="1" action="toggle_3d_filter" params="1" />
|
||||||
<key name="Key2" shift="1" menu="1" action="talk_message" params="11"/>
|
<key name="Key2" shift="1" menu="1" action="talk_message" params="11" />
|
||||||
<key name="Key2" shift="1" ctrl="1" menu="1" action="command" params="mode 0 1"/>
|
<key name="Key2" shift="1" ctrl="1" menu="1" action="command" params="mode 0 1" />
|
||||||
<key name="Key3" action="run_shortcut" params="02"/>
|
<key name="Key3" action="run_shortcut" params="02" />
|
||||||
<key name="Key3" ctrl="1" action="select_shortcut_bar" params="3"/>
|
<key name="Key3" ctrl="1" action="select_shortcut_bar" params="3" />
|
||||||
<key name="Key3" shift="1" action="run_shortcut" params="12"/>
|
<key name="Key3" shift="1" action="run_shortcut" params="12" />
|
||||||
<key name="Key3" menu="1" action="talk_message" params="02"/>
|
<key name="Key3" menu="1" action="talk_message" params="02" />
|
||||||
<key name="Key3" ctrl="1" menu="1" action="toggle_3d_filter" params="2"/>
|
<key name="Key3" ctrl="1" menu="1" action="toggle_3d_filter" params="2" />
|
||||||
<key name="Key3" shift="1" menu="1" action="talk_message" params="12"/>
|
<key name="Key3" shift="1" menu="1" action="talk_message" params="12" />
|
||||||
<key name="Key3" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 3"/>
|
<key name="Key3" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 3" />
|
||||||
<key name="Key4" action="run_shortcut" params="03"/>
|
<key name="Key4" action="run_shortcut" params="03" />
|
||||||
<key name="Key4" ctrl="1" action="select_shortcut_bar" params="4"/>
|
<key name="Key4" ctrl="1" action="select_shortcut_bar" params="4" />
|
||||||
<key name="Key4" shift="1" action="run_shortcut" params="13"/>
|
<key name="Key4" shift="1" action="run_shortcut" params="13" />
|
||||||
<key name="Key4" menu="1" action="talk_message" params="03"/>
|
<key name="Key4" menu="1" action="talk_message" params="03" />
|
||||||
<key name="Key4" ctrl="1" menu="1" action="toggle_3d_filter" params="3"/>
|
<key name="Key4" ctrl="1" menu="1" action="toggle_3d_filter" params="3" />
|
||||||
<key name="Key4" shift="1" menu="1" action="talk_message" params="13"/>
|
<key name="Key4" shift="1" menu="1" action="talk_message" params="13" />
|
||||||
<key name="Key4" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 1"/>
|
<key name="Key4" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 1" />
|
||||||
<key name="Key5" action="run_shortcut" params="04"/>
|
<key name="Key5" action="run_shortcut" params="04" />
|
||||||
<key name="Key5" ctrl="1" action="select_shortcut_bar" params="5"/>
|
<key name="Key5" ctrl="1" action="select_shortcut_bar" params="5" />
|
||||||
<key name="Key5" shift="1" action="run_shortcut" params="14"/>
|
<key name="Key5" shift="1" action="run_shortcut" params="14" />
|
||||||
<key name="Key5" menu="1" action="talk_message" params="04"/>
|
<key name="Key5" menu="1" action="talk_message" params="04" />
|
||||||
<key name="Key5" ctrl="1" menu="1" action="toggle_3d_filter" params="4"/>
|
<key name="Key5" ctrl="1" menu="1" action="toggle_3d_filter" params="4" />
|
||||||
<key name="Key5" shift="1" menu="1" action="talk_message" params="14"/>
|
<key name="Key5" shift="1" menu="1" action="talk_message" params="14" />
|
||||||
<key name="Key5" shift="1" ctrl="1" menu="1" action="command" params="a execPhrase 1 root_combat_all_weapons.sbrick combat_stamina_2.sbrick"/>
|
<key name="Key5" shift="1" ctrl="1" menu="1" action="command" params="a execPhrase 1 root_combat_all_weapons.sbrick combat_stamina_2.sbrick" />
|
||||||
<key name="Key6" action="run_shortcut" params="05"/>
|
<key name="Key6" action="run_shortcut" params="05" />
|
||||||
<key name="Key6" ctrl="1" action="select_shortcut_bar" params="6"/>
|
<key name="Key6" ctrl="1" action="select_shortcut_bar" params="6" />
|
||||||
<key name="Key6" shift="1" action="run_shortcut" params="15"/>
|
<key name="Key6" shift="1" action="run_shortcut" params="15" />
|
||||||
<key name="Key6" menu="1" action="talk_message" params="05"/>
|
<key name="Key6" menu="1" action="talk_message" params="05" />
|
||||||
<key name="Key6" ctrl="1" menu="1" action="toggle_3d_filter" params="5"/>
|
<key name="Key6" ctrl="1" menu="1" action="toggle_3d_filter" params="5" />
|
||||||
<key name="Key6" shift="1" menu="1" action="talk_message" params="15"/>
|
<key name="Key6" shift="1" menu="1" action="talk_message" params="15" />
|
||||||
<key name="Key6" shift="1" ctrl="1" menu="1" action="command" params="a execPhrase 0 root_combat_all_weapons.sbrick melee_add_damage_1.sbrick combat_stamina_10.sbrick"/>
|
<key name="Key6" shift="1" ctrl="1" menu="1" action="command" params="a execPhrase 0 root_combat_all_weapons.sbrick melee_add_damage_1.sbrick combat_stamina_10.sbrick" />
|
||||||
<key name="Key7" action="run_shortcut" params="06"/>
|
<key name="Key7" action="run_shortcut" params="06" />
|
||||||
<key name="Key7" ctrl="1" action="select_shortcut_bar" params="7"/>
|
<key name="Key7" ctrl="1" action="select_shortcut_bar" params="7" />
|
||||||
<key name="Key7" shift="1" action="run_shortcut" params="16"/>
|
<key name="Key7" shift="1" action="run_shortcut" params="16" />
|
||||||
<key name="Key7" menu="1" action="talk_message" params="06"/>
|
<key name="Key7" menu="1" action="talk_message" params="06" />
|
||||||
<key name="Key7" ctrl="1" menu="1" action="toggle_3d_filter" params="6"/>
|
<key name="Key7" ctrl="1" menu="1" action="toggle_3d_filter" params="6" />
|
||||||
<key name="Key7" shift="1" menu="1" action="talk_message" params="16"/>
|
<key name="Key7" shift="1" menu="1" action="talk_message" params="16" />
|
||||||
<key name="Key8" action="run_shortcut" params="07"/>
|
<key name="Key8" action="run_shortcut" params="07" />
|
||||||
<key name="Key8" ctrl="1" action="select_shortcut_bar" params="8"/>
|
<key name="Key8" ctrl="1" action="select_shortcut_bar" params="8" />
|
||||||
<key name="Key8" shift="1" action="run_shortcut" params="17"/>
|
<key name="Key8" shift="1" action="run_shortcut" params="17" />
|
||||||
<key name="Key8" menu="1" action="talk_message" params="07"/>
|
<key name="Key8" menu="1" action="talk_message" params="07" />
|
||||||
<key name="Key8" ctrl="1" menu="1" action="toggle_3d_filter" params="7"/>
|
<key name="Key8" ctrl="1" menu="1" action="toggle_3d_filter" params="7" />
|
||||||
<key name="Key8" shift="1" menu="1" action="talk_message" params="17"/>
|
<key name="Key8" shift="1" menu="1" action="talk_message" params="17" />
|
||||||
<key name="Key9" action="run_shortcut" params="08"/>
|
<key name="Key9" action="run_shortcut" params="08" />
|
||||||
<key name="Key9" ctrl="1" action="select_shortcut_bar" params="9"/>
|
<key name="Key9" ctrl="1" action="select_shortcut_bar" params="9" />
|
||||||
<key name="Key9" shift="1" action="run_shortcut" params="18"/>
|
<key name="Key9" shift="1" action="run_shortcut" params="18" />
|
||||||
<key name="Key9" menu="1" action="talk_message" params="08"/>
|
<key name="Key9" menu="1" action="talk_message" params="08" />
|
||||||
<key name="Key9" ctrl="1" menu="1" action="toggle_3d_filter" params="8"/>
|
<key name="Key9" ctrl="1" menu="1" action="toggle_3d_filter" params="8" />
|
||||||
<key name="Key9" shift="1" menu="1" action="talk_message" params="18"/>
|
<key name="Key9" shift="1" menu="1" action="talk_message" params="18" />
|
||||||
<key name="KeyA" action="turn_left"/>
|
<key name="KeyA" action="turn_left" />
|
||||||
<key name="KeyA" shift="1" ctrl="1" action="debug_ui_prev_element_under_mouse"/>
|
<key name="KeyA" shift="1" ctrl="1" action="debug_ui_prev_element_under_mouse" />
|
||||||
<key name="KeyB" action="show_hide" params="inventory"/>
|
<key name="KeyB" action="show_hide" params="inventory" />
|
||||||
<key name="KeyB" ctrl="1" menu="1" action="dec_display_factor"/>
|
<key name="KeyB" ctrl="1" menu="1" action="dec_display_factor" />
|
||||||
<key name="KeyC" action="show_hide" params="info_player_skills"/>
|
<key name="KeyC" action="show_hide" params="info_player_skills" />
|
||||||
<key name="KeyC" ctrl="1" menu="1" action="update_clouds"/>
|
<key name="KeyC" ctrl="1" menu="1" action="update_clouds" />
|
||||||
<key name="KeyD" action="turn_right"/>
|
<key name="KeyD" action="turn_right" />
|
||||||
<key name="KeyD" shift="1" action="toggle_dodge_parry"/>
|
<key name="KeyD" shift="1" action="toggle_dodge_parry" />
|
||||||
<key name="KeyD" ctrl="1" menu="1" action="toggle_weather_function"/>
|
<key name="KeyD" ctrl="1" menu="1" action="toggle_weather_function" />
|
||||||
<key name="KeyE" action="strafe_right"/>
|
<key name="KeyE" action="strafe_right" />
|
||||||
<key name="KeyE" shift="1" action="show_hide" params="encyclopedia"/>
|
<key name="KeyE" shift="1" action="show_hide" params="encyclopedia" />
|
||||||
<key name="KeyG" action="show_hide" params="guild"/>
|
<key name="KeyG" action="show_hide" params="guild" />
|
||||||
<key name="KeyG" shift="1" action="show_hide" params="guild_forum"/>
|
<key name="KeyG" shift="1" action="show_hide" params="guild_forum" />
|
||||||
<key name="KeyG" ctrl="1" menu="1" action="toggle_freeze_graph"/>
|
<key name="KeyG" ctrl="1" menu="1" action="toggle_freeze_graph" />
|
||||||
<key name="KeyJ" ctrl="1" menu="1" action="inc_display_factor"/>
|
<key name="KeyJ" ctrl="1" menu="1" action="inc_display_factor" />
|
||||||
<key name="KeyK" action="show_hide" params="phrase_book"/>
|
<key name="KeyK" action="show_hide" params="phrase_book" />
|
||||||
<key name="KeyK" ctrl="1" menu="1" action="inc_hour"/>
|
<key name="KeyK" ctrl="1" menu="1" action="inc_hour" />
|
||||||
<key name="KeyL" action="show_hide" params="info_player_journal"/>
|
<key name="KeyL" action="show_hide" params="info_player_journal" />
|
||||||
<key name="KeyL" shift="1" action="toggle_light"/>
|
<key name="KeyL" shift="1" action="toggle_light" />
|
||||||
<key name="KeyL" ctrl="1" menu="1" action="dec_hour"/>
|
<key name="KeyL" ctrl="1" menu="1" action="dec_hour" />
|
||||||
<key name="KeyM" action="show_hide" params="map"/>
|
<key name="KeyM" action="show_hide" params="map" />
|
||||||
<key name="KeyM" shift="1" action="show_hide" params="mailbox"/>
|
<key name="KeyM" shift="1" action="show_hide" params="mailbox" />
|
||||||
<key name="KeyM" ctrl="1" menu="1" action="weather_stats"/>
|
<key name="KeyM" ctrl="1" menu="1" action="weather_stats" />
|
||||||
<key name="KeyN" shift="1" action="show_hide" params="connection"/>
|
<key name="KeyN" shift="1" action="show_hide" params="connection" />
|
||||||
<key name="KeyO" action="show_hide" params="contact_list"/>
|
<key name="KeyO" action="show_hide" params="contact_list" />
|
||||||
<key name="KeyO" ctrl="1" menu="1" action="pacs_borders"/>
|
<key name="KeyO" ctrl="1" menu="1" action="pacs_borders" />
|
||||||
<key name="KeyP" shift="1" action="show_hide" params="animal_global"/>
|
<key name="KeyP" shift="1" action="show_hide" params="animal_global" />
|
||||||
<key name="KeyP" ctrl="1" menu="1" action="wind_test"/>
|
<key name="KeyP" ctrl="1" menu="1" action="wind_test" />
|
||||||
<key name="KeyQ" action="strafe_left"/>
|
<key name="KeyQ" action="strafe_left" />
|
||||||
<key name="KeyQ" shift="1" ctrl="1" action="debug_ui_inspect_element_under_mouse"/>
|
<key name="KeyQ" shift="1" ctrl="1" action="debug_ui_inspect_element_under_mouse" />
|
||||||
<key name="KeyR" action="reply_teller_once"/>
|
<key name="KeyR" action="reply_teller_once" />
|
||||||
<key name="KeyR" ctrl="1" action="reply_teller"/>
|
<key name="KeyR" ctrl="1" action="reply_teller" />
|
||||||
<key name="KeyR" ctrl="1" menu="1" action="reload_landscape_ig"/>
|
<key name="KeyR" ctrl="1" menu="1" action="reload_landscape_ig" />
|
||||||
<key name="KeyS" action="backward"/>
|
<key name="KeyS" action="backward" />
|
||||||
<key name="KeyS" ctrl="1" action="phrase_cancel_cast"/>
|
<key name="KeyS" ctrl="1" action="phrase_cancel_cast" />
|
||||||
<key name="KeyS" ctrl="1" menu="1" action="toggle_season"/>
|
<key name="KeyS" ctrl="1" menu="1" action="toggle_season" />
|
||||||
<key name="KeyT" action="toggle_combat"/>
|
<key name="KeyT" action="toggle_combat" />
|
||||||
<key name="KeyT" ctrl="1" action="r2ed_teleport"/>
|
<key name="KeyT" ctrl="1" action="r2ed_teleport" />
|
||||||
<key name="KeyT" ctrl="1" menu="1" action="reel_weather"/>
|
<key name="KeyT" ctrl="1" menu="1" action="reel_weather" />
|
||||||
<key name="KeyU" action="show_hide" params="fame"/>
|
<key name="KeyU" action="show_hide" params="fame" />
|
||||||
<key name="KeyU" ctrl="1" menu="1" action="debug_clusters"/>
|
<key name="KeyU" ctrl="1" menu="1" action="debug_clusters" />
|
||||||
<key name="KeyW" action="forward"/>
|
<key name="KeyW" action="forward" />
|
||||||
<key name="KeyW" shift="1" action="show_hide" params="webig"/>
|
<key name="KeyW" shift="1" action="show_hide" params="webig" />
|
||||||
<key name="KeyW" shift="1" ctrl="1" action="debug_ui_next_element_under_mouse"/>
|
<key name="KeyW" shift="1" ctrl="1" action="debug_ui_next_element_under_mouse" />
|
||||||
<key name="KeyW" ctrl="1" menu="1" action="reload_season"/>
|
<key name="KeyW" ctrl="1" menu="1" action="reload_season" />
|
||||||
<key name="KeyX" action="toggle_sit_stand"/>
|
<key name="KeyX" action="toggle_sit_stand" />
|
||||||
<key name="KeyZ" menu="1" action="toggle_chat"/>
|
<key name="KeyZ" menu="1" action="toggle_chat" />
|
||||||
<key name="KeyZ" ctrl="1" menu="1" action="show_timed_fx"/>
|
<key name="KeyZ" ctrl="1" menu="1" action="show_timed_fx" />
|
||||||
<key name="KeyNUMPAD0" action="rear_view"/>
|
<key name="KeyNUMPAD0" action="rear_view" />
|
||||||
<key name="KeyNUMPAD0" ctrl="1" menu="1" action="draw_sound"/>
|
<key name="KeyNUMPAD0" ctrl="1" menu="1" action="draw_sound" />
|
||||||
<key name="KeyNUMPAD1" action="camera_turn_left"/>
|
<key name="KeyNUMPAD1" action="camera_turn_left" />
|
||||||
<key name="KeyNUMPAD2" action="camera_turn_right"/>
|
<key name="KeyNUMPAD2" action="camera_turn_right" />
|
||||||
<key name="KeyADD" ctrl="1" menu="1" action="inc_time"/>
|
<key name="KeyADD" ctrl="1" menu="1" action="inc_time" />
|
||||||
<key name="KeySUBTRACT" ctrl="1" menu="1" action="dec_time"/>
|
<key name="KeySUBTRACT" ctrl="1" menu="1" action="dec_time" />
|
||||||
<key name="KeyDECIMAL" action="camera_turn_center"/>
|
<key name="KeyDECIMAL" action="camera_turn_center" />
|
||||||
<key name="KeyDIVIDE" action="toggle_run_walk"/>
|
<key name="KeyDIVIDE" action="toggle_run_walk" />
|
||||||
<key name="KeyF1" action="self_target"/>
|
<key name="KeyF1" action="self_target" />
|
||||||
<key name="KeyF1" shift="1" action="toggle_help"/>
|
<key name="KeyF1" shift="1" action="toggle_help" />
|
||||||
<key name="KeyF1" shift="1" ctrl="1" action="copy_to_desktop" params="0"/>
|
<key name="KeyF1" shift="1" ctrl="1" action="copy_to_desktop" params="0" />
|
||||||
<key name="KeyF2" action="target_teammate_shortcut" params="indexInTeam=1"/>
|
<key name="KeyF2" action="target_teammate_shortcut" params="indexInTeam=1" />
|
||||||
<key name="KeyF2" shift="1" action="target_teammate_shortcut" params="indexInTeam=5"/>
|
<key name="KeyF2" shift="1" action="target_teammate_shortcut" params="indexInTeam=5" />
|
||||||
<key name="KeyF2" shift="1" ctrl="1" action="copy_to_desktop" params="1"/>
|
<key name="KeyF2" shift="1" ctrl="1" action="copy_to_desktop" params="1" />
|
||||||
<key name="KeyF2" menu="1" action="profile_texture"/>
|
<key name="KeyF2" menu="1" action="profile_texture" />
|
||||||
<key name="KeyF2" ctrl="1" menu="1" action="profile_vblock"/>
|
<key name="KeyF2" ctrl="1" menu="1" action="profile_vblock" />
|
||||||
<key name="KeyF3" action="target_teammate_shortcut" params="indexInTeam=2"/>
|
<key name="KeyF3" action="target_teammate_shortcut" params="indexInTeam=2" />
|
||||||
<key name="KeyF3" shift="1" action="target_teammate_shortcut" params="indexInTeam=6"/>
|
<key name="KeyF3" shift="1" action="target_teammate_shortcut" params="indexInTeam=6" />
|
||||||
<key name="KeyF3" shift="1" ctrl="1" action="copy_to_desktop" params="indexInTeam=2"/>
|
<key name="KeyF3" shift="1" ctrl="1" action="copy_to_desktop" params="indexInTeam=2" />
|
||||||
<key name="KeyF4" action="target_teammate_shortcut" params="indexInTeam=3"/>
|
<key name="KeyF4" action="target_teammate_shortcut" params="indexInTeam=3" />
|
||||||
<key name="KeyF4" shift="1" action="target_teammate_shortcut" params="indexInTeam=7"/>
|
<key name="KeyF4" shift="1" action="target_teammate_shortcut" params="indexInTeam=7" />
|
||||||
<key name="KeyF4" shift="1" ctrl="1" action="copy_to_desktop" params="indexInTeam=3"/>
|
<key name="KeyF4" shift="1" ctrl="1" action="copy_to_desktop" params="indexInTeam=3" />
|
||||||
<key name="KeyF4" menu="1" action="enter_modal" params="group=ui:interface:quit_dialog"/>
|
<key name="KeyF4" menu="1" action="enter_modal" params="group=ui:interface:quit_dialog" />
|
||||||
<key name="KeyF4" ctrl="1" menu="1" action="profile_fillrate"/>
|
<key name="KeyF4" ctrl="1" menu="1" action="profile_fillrate" />
|
||||||
<key name="KeyF4" shift="1" ctrl="1" menu="1" action="replay_movie"/>
|
<key name="KeyF4" shift="1" ctrl="1" menu="1" action="replay_movie" />
|
||||||
<key name="KeyF5" action="target_teammate_shortcut" params="indexInTeam=4"/>
|
<key name="KeyF5" action="target_teammate_shortcut" params="indexInTeam=4" />
|
||||||
<key name="KeyF5" shift="1" action="target_teammate_shortcut" params="indexInTeam=8"/>
|
<key name="KeyF5" shift="1" action="target_teammate_shortcut" params="indexInTeam=8" />
|
||||||
<key name="KeyF5" shift="1" ctrl="1" menu="1" action="save_movie"/>
|
<key name="KeyF5" shift="1" ctrl="1" menu="1" action="save_movie" />
|
||||||
<key name="KeyF6" shift="1" action="switch_console_display"/>
|
<key name="KeyF6" shift="1" action="switch_console_display" />
|
||||||
<key name="KeyF6" shift="1" ctrl="1" menu="1" action="memory_report"/>
|
<key name="KeyF6" shift="1" ctrl="1" menu="1" action="memory_report" />
|
||||||
<key name="KeyF7" action="mount_unmount"/>
|
<key name="KeyF7" action="mount_unmount" />
|
||||||
<key name="KeyF7" shift="1" action="change_compass_mode"/>
|
<key name="KeyF7" shift="1" action="change_compass_mode" />
|
||||||
<key name="KeyF7" shift="1" ctrl="1" menu="1" action="toggle_primitive"/>
|
<key name="KeyF7" shift="1" ctrl="1" menu="1" action="toggle_primitive" />
|
||||||
<key name="KeyF8" action="r2ed_stop_test"/>
|
<key name="KeyF8" action="r2ed_stop_test" />
|
||||||
<key name="KeyF8" shift="1" action="toggle_fly"/>
|
<key name="KeyF8" shift="1" action="toggle_fly" />
|
||||||
<key name="KeyF8" shift="1" ctrl="1" menu="1" action="primitive_up"/>
|
<key name="KeyF8" shift="1" ctrl="1" menu="1" action="primitive_up" />
|
||||||
<key name="KeyF9" shift="1" action="free_mouse"/>
|
<key name="KeyF9" shift="1" action="free_mouse" />
|
||||||
<key name="KeyF9" shift="1" ctrl="1" menu="1" action="primitive_down"/>
|
<key name="KeyF9" shift="1" ctrl="1" menu="1" action="primitive_down" />
|
||||||
<key name="KeyF10" ctrl="1" action="screen_shot_jpg"/>
|
<key name="KeyF10" ctrl="1" action="screen_shot_jpg" />
|
||||||
<key name="KeyF10" menu="1" action="screen_shot_png"/>
|
<key name="KeyF10" menu="1" action="screen_shot_png" />
|
||||||
<key name="KeyF10" shift="1" ctrl="1" menu="1" action="toggle_camera_recorder"/>
|
<key name="KeyF10" shift="1" ctrl="1" menu="1" action="toggle_camera_recorder" />
|
||||||
<key name="KeyF11" shift="1" action="test"/>
|
<key name="KeyF11" shift="1" action="test" />
|
||||||
<key name="KeyF11" shift="1" ctrl="1" menu="1" action="camera_recorder_playback"/>
|
<key name="KeyF11" shift="1" ctrl="1" menu="1" action="camera_recorder_playback" />
|
||||||
<key name="KeyF12" action="no_target"/>
|
<key name="KeyF12" action="no_target" />
|
||||||
<key name="KeyF12" shift="1" ctrl="1" menu="1" action="save_camera_record"/>
|
<key name="KeyF12" shift="1" ctrl="1" menu="1" action="save_camera_record" />
|
||||||
<key name="KeyNUMLOCK" action="toggle_auto_walk"/>
|
<key name="KeyNUMLOCK" action="toggle_auto_walk" />
|
||||||
<key name="KeyBACK" action="edit_back" context="edit"/>
|
<key name="KeyBACK" action="edit_back" context="edit" />
|
||||||
<key name="KeyTAB" action="edit_expand_or_cycle_tell" context="edit"/>
|
<key name="KeyTAB" action="edit_expand_or_cycle_tell" context="edit" />
|
||||||
<key name="KeyEND" shift="1" action="edit_goto_line_end" context="edit"/>
|
<key name="KeyEND" shift="1" action="edit_goto_line_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" ctrl="1" action="edit_goto_block_end" context="edit"/>
|
<key name="KeyEND" shift="1" ctrl="1" action="edit_goto_block_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" menu="1" action="edit_select_to_line_end" context="edit"/>
|
<key name="KeyEND" shift="1" menu="1" action="edit_select_to_line_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" ctrl="1" menu="1" action="edit_select_to_block_end" context="edit"/>
|
<key name="KeyEND" shift="1" ctrl="1" menu="1" action="edit_select_to_block_end" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" action="edit_goto_line_begin" context="edit"/>
|
<key name="KeyHOME" shift="1" action="edit_goto_line_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" ctrl="1" action="edit_goto_block_begin" context="edit"/>
|
<key name="KeyHOME" shift="1" ctrl="1" action="edit_goto_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" menu="1" action="edit_select_to_line_begin" context="edit"/>
|
<key name="KeyHOME" shift="1" menu="1" action="edit_select_to_line_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" ctrl="1" menu="1" action="edit_select_to_block_begin" context="edit"/>
|
<key name="KeyHOME" shift="1" ctrl="1" menu="1" action="edit_select_to_block_begin" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" action="edit_previous_char" context="edit"/>
|
<key name="KeyLEFT" shift="1" action="edit_previous_char" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" ctrl="1" action="edit_previous_word" context="edit"/>
|
<key name="KeyLEFT" shift="1" ctrl="1" action="edit_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" menu="1" action="edit_select_previous_char" context="edit"/>
|
<key name="KeyLEFT" shift="1" menu="1" action="edit_select_previous_char" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" ctrl="1" menu="1" action="edit_select_previous_word" context="edit"/>
|
<key name="KeyLEFT" shift="1" ctrl="1" menu="1" action="edit_select_previous_word" context="edit" />
|
||||||
<key name="KeyUP" shift="1" action="edit_previous_line" context="edit"/>
|
<key name="KeyUP" shift="1" action="edit_previous_line" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" action="edit_next_char" context="edit"/>
|
<key name="KeyRIGHT" shift="1" action="edit_next_char" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" ctrl="1" action="edit_next_word" context="edit"/>
|
<key name="KeyRIGHT" shift="1" ctrl="1" action="edit_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" menu="1" action="edit_select_next_char" context="edit"/>
|
<key name="KeyRIGHT" shift="1" menu="1" action="edit_select_next_char" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" ctrl="1" menu="1" action="edit_select_next_word" context="edit"/>
|
<key name="KeyRIGHT" shift="1" ctrl="1" menu="1" action="edit_select_next_word" context="edit" />
|
||||||
<key name="KeyDOWN" shift="1" action="edit_next_line" context="edit"/>
|
<key name="KeyDOWN" shift="1" action="edit_next_line" context="edit" />
|
||||||
<key name="KeyDELETE" action="edit_delete_char" context="edit"/>
|
<key name="KeyDELETE" action="edit_delete_char" context="edit" />
|
||||||
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit"/>
|
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit" />
|
||||||
<key name="KeyC" ctrl="1" action="edit_copy" context="edit"/>
|
<key name="KeyC" ctrl="1" action="edit_copy" context="edit" />
|
||||||
<key name="KeyV" ctrl="1" action="edit_paste" context="edit"/>
|
<key name="KeyV" ctrl="1" action="edit_paste" context="edit" />
|
||||||
<key name="KeyX" ctrl="1" action="edit_cut" context="edit"/>
|
<key name="KeyX" ctrl="1" action="edit_cut" context="edit" />
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
@ -1,34 +1,31 @@
|
|||||||
<!-- ************************** -->
|
<!-- ************************** -->
|
||||||
<!-- login keyboard assignation -->
|
<!-- login keyboard assignation -->
|
||||||
<!-- ************************** -->
|
<!-- ************************** -->
|
||||||
|
|
||||||
<interface_config>
|
<interface_config>
|
||||||
|
<!-- Text edit -->
|
||||||
<!-- Text edit -->
|
<key name="KeyLEFT" action="edit_previous_char" context="edit" />
|
||||||
<key name="KeyLEFT" action="edit_previous_char" context="edit"/>
|
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit"/>
|
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit"/>
|
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit"/>
|
<key name="KeyRIGHT" action="edit_next_char" context="edit" />
|
||||||
<key name="KeyRIGHT" action="edit_next_char" context="edit"/>
|
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit"/>
|
<key name="KeyHOME" action="edit_goto_line_begin" context="edit" />
|
||||||
<key name="KeyHOME" action="edit_goto_line_begin" context="edit"/>
|
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit"/>
|
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit"/>
|
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit"/>
|
<key name="KeyEND" action="edit_goto_line_end" context="edit" />
|
||||||
<key name="KeyEND" action="edit_goto_line_end" context="edit"/>
|
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit"/>
|
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit"/>
|
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit"/>
|
<key name="KeyUP" action="edit_previous_line" context="edit" />
|
||||||
<key name="KeyUP" action="edit_previous_line" context="edit"/>
|
<key name="KeyDOWN" action="edit_next_line" context="edit" />
|
||||||
<key name="KeyDOWN" action="edit_next_line" context="edit"/>
|
<key name="KeyDELETE" action="edit_delete_char" context="edit" />
|
||||||
<key name="KeyDELETE" action="edit_delete_char" context="edit"/>
|
<key name="KeyC" ctrl="1" action="edit_copy" context="edit" />
|
||||||
<key name="KeyC" ctrl="1" action="edit_copy" context="edit"/>
|
<key name="KeyV" ctrl="1" action="edit_paste" context="edit" />
|
||||||
<key name="KeyV" ctrl="1" action="edit_paste" context="edit"/>
|
<key name="KeyX" ctrl="1" action="edit_cut" context="edit" />
|
||||||
<key name="KeyX" ctrl="1" action="edit_cut" context="edit"/>
|
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit" />
|
||||||
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit"/>
|
<key name="KeyTAB" action="login_tab" context="edit" />
|
||||||
<key name="KeyTAB" action="login_tab" context="edit"/>
|
<key name="KeyBACK" action="edit_back" context="edit" repeat="1" />
|
||||||
<key name="KeyBACK" action="edit_back" context="edit" repeat="1"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,27 +1,18 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
|
<root id="outgame" x="0" y="0" w="800" h="600" active="false" />
|
||||||
<root id="outgame" x="0" y="0" w="800" h="600" active="false" />
|
<!-- ************************ -->
|
||||||
|
<!-- * ui:outgame Hierarchy * -->
|
||||||
<!-- ************************ -->
|
<!-- ************************ -->
|
||||||
<!-- * ui:outgame Hierarchy * -->
|
<tree node="connecting" />
|
||||||
<!-- ************************ -->
|
<!--
|
||||||
|
|
||||||
<tree node="connecting"/>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<tree node="global_background"/>
|
<tree node="global_background"/>
|
||||||
<tree node="specie"/>
|
<tree node="specie"/>
|
||||||
<tree node="career"/>
|
<tree node="career"/>
|
||||||
<tree node="summary"/>
|
<tree node="summary"/>
|
||||||
<tree node="logo_intro"/>
|
<tree node="logo_intro"/>
|
||||||
-->
|
-->
|
||||||
|
<tree node="charsel" />
|
||||||
|
<tree node="appear" />
|
||||||
<tree node="charsel"/>
|
<tree node="location" />
|
||||||
|
<tree node="crashing" />
|
||||||
<tree node="appear"/>
|
|
||||||
<tree node="location"/>
|
|
||||||
|
|
||||||
<tree node="crashing"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
@ -1,42 +1,37 @@
|
|||||||
<!-- **************************** -->
|
<!-- **************************** -->
|
||||||
<!-- Outgame keyboard assignation -->
|
<!-- Outgame keyboard assignation -->
|
||||||
<!-- **************************** -->
|
<!-- **************************** -->
|
||||||
|
|
||||||
<interface_config>
|
<interface_config>
|
||||||
|
<!-- Movie recorder -->
|
||||||
<!-- Movie recorder -->
|
<key name="KeyF3" ctrl="1" action="toggle_movie_recorder" />
|
||||||
<key name="KeyF3" ctrl="1" action="toggle_movie_recorder"/>
|
<key name="KeyF4" ctrl="1" action="replay_movie" />
|
||||||
<key name="KeyF4" ctrl="1" action="replay_movie"/>
|
<key name="KeyF5" ctrl="1" action="save_movie" />
|
||||||
<key name="KeyF5" ctrl="1" action="save_movie"/>
|
<!-- Debug Action -->
|
||||||
|
<key name="KeyF6" ctrl="1" action="memory_report" />
|
||||||
<!-- Debug Action -->
|
<!-- Text edit -->
|
||||||
<key name="KeyF6" ctrl="1" action="memory_report" />
|
<key name="KeyLEFT" action="edit_previous_char" context="edit" />
|
||||||
|
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit" />
|
||||||
<!-- Text edit -->
|
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" action="edit_previous_char" context="edit"/>
|
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit"/>
|
<key name="KeyRIGHT" action="edit_next_char" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit"/>
|
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" action="edit_next_char" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit"/>
|
<key name="KeyHOME" action="edit_goto_line_begin" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit"/>
|
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit"/>
|
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" action="edit_goto_line_begin" context="edit"/>
|
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit"/>
|
<key name="KeyEND" action="edit_goto_line_end" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit"/>
|
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit"/>
|
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit" />
|
||||||
<key name="KeyEND" action="edit_goto_line_end" context="edit"/>
|
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit"/>
|
<key name="KeyUP" action="edit_previous_line" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit"/>
|
<key name="KeyDOWN" action="edit_next_line" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit"/>
|
<key name="KeyDELETE" action="edit_delete_char" context="edit" />
|
||||||
<key name="KeyUP" action="edit_previous_line" context="edit"/>
|
<key name="KeyC" ctrl="1" action="edit_copy" context="edit" />
|
||||||
<key name="KeyDOWN" action="edit_next_line" context="edit"/>
|
<key name="KeyV" ctrl="1" action="edit_paste" context="edit" />
|
||||||
<key name="KeyDELETE" action="edit_delete_char" context="edit"/>
|
<key name="KeyX" ctrl="1" action="edit_cut" context="edit" />
|
||||||
<key name="KeyC" ctrl="1" action="edit_copy" context="edit"/>
|
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit" />
|
||||||
<key name="KeyV" ctrl="1" action="edit_paste" context="edit"/>
|
<key name="KeyTAB" action="edit_expand" context="edit" />
|
||||||
<key name="KeyX" ctrl="1" action="edit_cut" context="edit"/>
|
<key name="KeyBACK" action="edit_back" context="edit" />
|
||||||
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit"/>
|
|
||||||
<key name="KeyTAB" action="edit_expand" context="edit"/>
|
|
||||||
<key name="KeyBACK" action="edit_back" context="edit"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,23 +1,16 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
|
<root id="outgame" x="0" y="0" w="800" h="600" active="false" />
|
||||||
<root id="outgame" x="0" y="0" w="800" h="600" active="false" />
|
<!-- ************************ -->
|
||||||
|
<!-- * ui:outgame Hierarchy * -->
|
||||||
<!-- ************************ -->
|
<!-- ************************ -->
|
||||||
<!-- * ui:outgame Hierarchy * -->
|
<tree node="connecting" />
|
||||||
<!-- ************************ -->
|
<tree node="global_background" />
|
||||||
|
<tree node="logo_intro" />
|
||||||
<tree node="connecting"/>
|
<tree node="character_selection" />
|
||||||
|
<tree node="specie" />
|
||||||
<tree node="global_background"/>
|
<tree node="career" />
|
||||||
<tree node="logo_intro"/>
|
<tree node="appear" />
|
||||||
|
<tree node="summary" />
|
||||||
<tree node="character_selection"/>
|
<tree node="location" />
|
||||||
<tree node="specie"/>
|
<tree node="crashing" />
|
||||||
<tree node="career"/>
|
|
||||||
<tree node="appear"/>
|
|
||||||
<tree node="summary"/>
|
|
||||||
<tree node="location"/>
|
|
||||||
|
|
||||||
<tree node="crashing"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
@ -1,39 +1,35 @@
|
|||||||
<!-- **************************** -->
|
<!-- **************************** -->
|
||||||
<!-- Outgame keyboard assignation -->
|
<!-- Outgame keyboard assignation -->
|
||||||
<!-- **************************** -->
|
<!-- **************************** -->
|
||||||
|
|
||||||
<interface_config>
|
<interface_config>
|
||||||
|
<!-- Movie recorder -->
|
||||||
<!-- Movie recorder -->
|
<key name="KeyF3" ctrl="1" action="toggle_movie_recorder" />
|
||||||
<key name="KeyF3" ctrl="1" action="toggle_movie_recorder"/>
|
<key name="KeyF4" ctrl="1" action="replay_movie" />
|
||||||
<key name="KeyF4" ctrl="1" action="replay_movie"/>
|
<key name="KeyF5" ctrl="1" action="save_movie" />
|
||||||
<key name="KeyF5" ctrl="1" action="save_movie"/>
|
<!-- Text edit -->
|
||||||
|
<key name="KeyLEFT" action="edit_previous_char" context="edit" />
|
||||||
<!-- Text edit -->
|
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit" />
|
||||||
<key name="KeyLEFT" action="edit_previous_char" context="edit"/>
|
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit"/>
|
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit"/>
|
<key name="KeyRIGHT" action="edit_next_char" context="edit" />
|
||||||
<key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit"/>
|
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit" />
|
||||||
<key name="KeyRIGHT" action="edit_next_char" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit"/>
|
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit"/>
|
<key name="KeyHOME" action="edit_goto_line_begin" context="edit" />
|
||||||
<key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit"/>
|
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit" />
|
||||||
<key name="KeyHOME" action="edit_goto_line_begin" context="edit"/>
|
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit"/>
|
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit"/>
|
<key name="KeyEND" action="edit_goto_line_end" context="edit" />
|
||||||
<key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit"/>
|
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit" />
|
||||||
<key name="KeyEND" action="edit_goto_line_end" context="edit"/>
|
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit" />
|
||||||
<key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit"/>
|
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit"/>
|
<key name="KeyUP" action="edit_previous_line" context="edit" />
|
||||||
<key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit"/>
|
<key name="KeyDOWN" action="edit_next_line" context="edit" />
|
||||||
<key name="KeyUP" action="edit_previous_line" context="edit"/>
|
<key name="KeyDELETE" action="edit_delete_char" context="edit" />
|
||||||
<key name="KeyDOWN" action="edit_next_line" context="edit"/>
|
<key name="KeyC" ctrl="1" action="edit_copy" context="edit" />
|
||||||
<key name="KeyDELETE" action="edit_delete_char" context="edit"/>
|
<key name="KeyV" ctrl="1" action="edit_paste" context="edit" />
|
||||||
<key name="KeyC" ctrl="1" action="edit_copy" context="edit"/>
|
<key name="KeyX" ctrl="1" action="edit_cut" context="edit" />
|
||||||
<key name="KeyV" ctrl="1" action="edit_paste" context="edit"/>
|
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit" />
|
||||||
<key name="KeyX" ctrl="1" action="edit_cut" context="edit"/>
|
<key name="KeyTAB" action="edit_expand" context="edit" />
|
||||||
<key name="KeyA" ctrl="1" action="edit_select_all" context="edit"/>
|
<key name="KeyBACK" action="edit_back" context="edit" />
|
||||||
<key name="KeyTAB" action="edit_expand" context="edit"/>
|
|
||||||
<key name="KeyBACK" action="edit_back" context="edit"/>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,697 +1,269 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
|
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
||||||
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
<!-- ecosystem template -->
|
||||||
|
<template name="ecosystem_template" keep="true" id="" h="0" x="0" y="0" posparent="" posref="" w="0" params_l="" hardtext="" wmin="160" tx_ecosystem="" tx_ecosystem_pushed="" text_color="" col_over="" tooltip="">
|
||||||
|
<group id="#id" sizeref="w" y="#y" x="#x" w="#w" h="#h" posparent="#posparent" posref="#posref" child_resize_h="true" child_resize_hmargin="0">
|
||||||
<!-- ecosystem template -->
|
<ctrl type="text_button" button_type="toggle_button" id="eco_button" x="10" y="0" posref="TL TL" text_y="0" onclick_l="lua" params_l="#params_l" hardtext="#hardtext" wmin="#wmin" tx_normal="#tx_ecosystem" tx_pushed="#tx_ecosystem_pushed" tx_over="#tx_ecosystem" fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true" global_color_normal="false" global_color_over="false" global_color_pushed="false" text_color_normal="#text_color" text_color_pushed="#text_color" text_color_over="#text_color" color="255 255 255 255" col_over="#col_over" over_when_pushed="false" tooltip="#tooltip" />
|
||||||
<template name="ecosystem_template" keep="true" id="" h="0" x="0" y="0"
|
|
||||||
posparent="" posref="" w="0" params_l="" hardtext="" wmin="160" tx_ecosystem="" tx_ecosystem_pushed=""
|
|
||||||
text_color="" col_over="" tooltip="" >
|
|
||||||
|
|
||||||
<group id="#id" sizeref="w" y="#y" x="#x" w="#w" h="#h" posparent="#posparent" posref="#posref"
|
|
||||||
child_resize_h="true" child_resize_hmargin="0" >
|
|
||||||
|
|
||||||
<ctrl type="text_button" button_type="toggle_button" id="eco_button" x="10" y="0" posref="TL TL"
|
|
||||||
text_y="0" onclick_l="lua" params_l="#params_l" hardtext="#hardtext" wmin="#wmin"
|
|
||||||
tx_normal="#tx_ecosystem" tx_pushed="#tx_ecosystem_pushed" tx_over="#tx_ecosystem"
|
|
||||||
fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
text_color_normal="#text_color" text_color_pushed="#text_color" text_color_over="#text_color"
|
|
||||||
color="255 255 255 255" col_over="#col_over" over_when_pushed="false"
|
|
||||||
tooltip="#tooltip"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group id="two_lists" active="true" posparent="eco_button" posref="BL TL" x="0" y="-8" sizeparent="eco_button" sizeref="w" w="0" h="0" child_resize_h="true" child_resize_hmargin="1">
|
<group id="two_lists" active="true" posparent="eco_button" posref="BL TL" x="0" y="-8" sizeparent="eco_button" sizeref="w" w="0" h="0" child_resize_h="true" child_resize_hmargin="1">
|
||||||
|
<group id="islands_list1" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="w5h" w="0" h="0"></group>
|
||||||
<group id="islands_list1" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="w5h" w="0" h="0" >
|
<group id="islands_list2" type="list" posparent="parent" posref="TR TR" x="0" y="0" sizeparent="parent" sizeref="w5h" w="0" h="0"></group>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
</template>
|
||||||
<group id="islands_list2" type="list" posparent="parent" posref="TR TR" x="0" y="0" sizeparent="parent" sizeref="w5h" w="0" h="0" >
|
<template name="template_line" id="" h="">
|
||||||
|
<group id="#id" type="list" addelt="R" align="L" posparent="parent" posref="TL TL" sizeref="w" w="0" h="#h" x="0" y="0"></group>
|
||||||
</group>
|
</template>
|
||||||
|
<template name="template_lines" id="" posref="TL TL">
|
||||||
</group>
|
<group id="#id" type="list" posparent="parent" posref="TL TL" sizeref="w" w="0" h="500" child_resize_h="true" child_resize_hmargin="1"></group>
|
||||||
|
</template>
|
||||||
</group>
|
<template name="act_button_template" keep="true" id="" active="true" h="" w="0" posparent="" posref="" sizeref="w" h_button="" w_button="" x_button="" y_button="" x="0" y="0" h_button_texture="" w_button_texture="" x_button_texture="" y_button_texture="" icon="" tooltip="" scale="" scale_over="true" color="0 0 0 255" selected_color="255 0 0 255" col_over="" group_params_l="" params_l="" over_active="true" back_texture="blank.tga" back_color="0 0 0 255">
|
||||||
</template>
|
<group id="#id" y="#y" x="#x" sizeref="#sizeref" h="#h" w="#w" posparent="#posparent" posref="#posref">
|
||||||
|
<group id="button" active="#active" sizeref="wh" x="#x_button" y="#y_button" posref="TL TL" posparent="parent" w="#w_button" h="#h_button" group_onclick_l="lua" group_params_l="#group_params_l">
|
||||||
<template name="template_line" id="" h="" >
|
|
||||||
|
|
||||||
<group id="#id" type="list" addelt="R" align="L" posparent="parent" posref="TL TL" sizeref="w"
|
|
||||||
w="0" h="#h" x="0" y="0" >
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template name="template_lines" id="" posref="TL TL" >
|
|
||||||
|
|
||||||
<group id="#id" type="list" posparent="parent" posref="TL TL" sizeref="w" w="0" h="500" child_resize_h="true"
|
|
||||||
child_resize_hmargin="1" >
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template name="act_button_template" keep="true" id="" active="true" h="" w="0" posparent="" posref="" sizeref="w"
|
|
||||||
h_button="" w_button="" x_button="" y_button="" x="0" y="0"
|
|
||||||
h_button_texture="" w_button_texture="" x_button_texture="" y_button_texture="" icon=""
|
|
||||||
tooltip="" scale="" scale_over="true" color="0 0 0 255" selected_color="255 0 0 255" col_over=""
|
|
||||||
group_params_l="" params_l="" over_active="true" back_texture="blank.tga" back_color="0 0 0 255" >
|
|
||||||
|
|
||||||
<group id="#id" y="#y" x="#x" sizeref="#sizeref" h="#h" w="#w" posparent="#posparent" posref="#posref" >
|
|
||||||
|
|
||||||
<group id="button" active="#active" sizeref="wh" x="#x_button" y="#y_button" posref="TL TL" posparent="parent"
|
|
||||||
w="#w_button" h="#h_button" group_onclick_l="lua" group_params_l="#group_params_l" >
|
|
||||||
|
|
||||||
<view type="bitmap" id="bl" w="8" h="8" posref="BL BL" texture="r2ed_island_corner.tga" rot="3" color="#color" global_color="false" />
|
<view type="bitmap" id="bl" w="8" h="8" posref="BL BL" texture="r2ed_island_corner.tga" rot="3" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="tl" w="8" h="8" posref="TL TL" texture="r2ed_island_corner.tga" rot="0" color="#color" global_color="false" />
|
<view type="bitmap" id="tl" w="8" h="8" posref="TL TL" texture="r2ed_island_corner.tga" rot="0" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="tr" w="8" h="8" posref="TR TR" texture="r2ed_island_corner.tga" rot="1" color="#color" global_color="false" />
|
<view type="bitmap" id="tr" w="8" h="8" posref="TR TR" texture="r2ed_island_corner.tga" rot="1" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="br" w="8" h="8" posref="BR BR" texture="r2ed_island_corner.tga" rot="2" color="#color" global_color="false" />
|
<view type="bitmap" id="br" w="8" h="8" posref="BR BR" texture="r2ed_island_corner.tga" rot="2" color="#color" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" tile="true" posparent="parent" posref="TL TL" texture="#back_texture" color="#back_color" global_color="false" />
|
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" tile="true" posparent="parent" posref="TL TL" texture="#back_texture" color="#back_color" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="8" sizeref="w" w="-16" h="8" texture="r2ed_island_border.tga" rot="2" scale="true" color="#color" global_color="false" />
|
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="8" sizeref="w" w="-16" h="8" texture="r2ed_island_border.tga" rot="2" scale="true" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="top" posref="TL TL" x="8" sizeref="w" w="-16" h="8" texture="r2ed_island_border.tga" rot="0" scale="true" color="#color" global_color="false" />
|
<view type="bitmap" id="top" posref="TL TL" x="8" sizeref="w" w="-16" h="8" texture="r2ed_island_border.tga" rot="0" scale="true" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="left" posref="BL BL" y="8" sizeref="h" w="8" h="-16" texture="r2ed_island_border.tga" rot="3" scale="true" color="#color" global_color="false" />
|
<view type="bitmap" id="left" posref="BL BL" y="8" sizeref="h" w="8" h="-16" texture="r2ed_island_border.tga" rot="3" scale="true" color="#color" global_color="false" />
|
||||||
<view type="bitmap" id="right" posref="BR BR" y="8" sizeref="h" w="8" h="-16" texture="r2ed_island_border.tga" rot="1" scale="true" color="#color" global_color="false" />
|
<view type="bitmap" id="right" posref="BR BR" y="8" sizeref="h" w="8" h="-16" texture="r2ed_island_border.tga" rot="1" scale="true" color="#color" global_color="false" />
|
||||||
|
<ctrl type="button" id="center_button" button_type="push_button" posref="TL TL" posparent="parent" w="#w_button_texture" h="#h_button_texture" x="#x_button_texture" y="#y_button_texture" tx_normal="#icon" tx_pushed="#icon" tx_over="#icon" tooltip="#tooltip" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" onclick_l="lua" params_l="#params_l" col_over="#col_over" over_when_pushed="true" scale="#scale" />
|
||||||
<ctrl type="button" id="center_button" button_type="push_button" posref="TL TL" posparent="parent"
|
<ctrl type="button" id="over_center_button" active="#over_active" button_type="push_button" posref="TL TL" posparent="parent" x="5" y="-5" sizeref="wh" w="-10" h="-10" tx_normal="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" tooltip="#tooltip" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" over_when_pushed="true" scale="#scale_over" color="0 0 0 0" col_over="#col_over" col_pushed="#col_over" onclick_l="lua" params_l="#params_l" />
|
||||||
w="#w_button_texture" h="#h_button_texture" x="#x_button_texture" y="#y_button_texture"
|
</group>
|
||||||
tx_normal="#icon" tx_pushed="#icon" tx_over="#icon" tooltip="#tooltip"
|
<group id="selected_button" active="false" sizeref="wh" x="#x_button" y="#y_button" posref="TL TL" posparent="parent" w="#w_button" h="#h_button">
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
onclick_l="lua" params_l="#params_l" col_over="#col_over" over_when_pushed="true" scale="#scale"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<ctrl type="button" id="over_center_button" active="#over_active" button_type="push_button" posref="TL TL" posparent="parent"
|
|
||||||
x="5" y="-5" sizeref="wh" w="-10" h="-10"
|
|
||||||
tx_normal="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" tooltip="#tooltip"
|
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
over_when_pushed="true" scale="#scale_over" color="0 0 0 0" col_over="#col_over" col_pushed="#col_over"
|
|
||||||
onclick_l="lua" params_l="#params_l" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
<group id="selected_button" active="false" sizeref="wh" x="#x_button" y="#y_button" posref="TL TL" posparent="parent"
|
|
||||||
w="#w_button" h="#h_button" >
|
|
||||||
|
|
||||||
<view type="bitmap" id="bl" w="6" h="6" posref="BL BL" texture="r2ed_island_corner_select.tga" rot="3" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="bl" w="6" h="6" posref="BL BL" texture="r2ed_island_corner_select.tga" rot="3" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="tl" w="6" h="6" posref="TL TL" texture="r2ed_island_corner_select.tga" rot="0" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="tl" w="6" h="6" posref="TL TL" texture="r2ed_island_corner_select.tga" rot="0" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="tr" w="6" h="6" posref="TR TR" texture="r2ed_island_corner_select.tga" rot="1" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="tr" w="6" h="6" posref="TR TR" texture="r2ed_island_corner_select.tga" rot="1" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="br" w="6" h="6" posref="BR BR" texture="r2ed_island_corner_select.tga" rot="2" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="br" w="6" h="6" posref="BR BR" texture="r2ed_island_corner_select.tga" rot="2" color="#selected_color" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" tile="true" posparent="parent" posref="TL TL" texture="#back_texture" color="#back_color" global_color="false" />
|
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" tile="true" posparent="parent" posref="TL TL" texture="#back_texture" color="#back_color" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="2" scale="true" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="2" scale="true" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="top" posref="TL TL" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="0" scale="true" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="top" posref="TL TL" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="0" scale="true" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="left" posref="BL BL" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="3" scale="true" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="left" posref="BL BL" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="3" scale="true" color="#selected_color" global_color="false" />
|
||||||
<view type="bitmap" id="right" posref="BR BR" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="1" scale="true" color="#selected_color" global_color="false" />
|
<view type="bitmap" id="right" posref="BR BR" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="1" scale="true" color="#selected_color" global_color="false" />
|
||||||
|
<ctrl type="button" id="center_button" button_type="push_button" posref="TL TL" posparent="parent" w="#w_button_texture" h="#h_button_texture" x="#x_button_texture" y="#y_button_texture" tx_normal="#icon" tx_pushed="#icon" tx_over="#icon" tooltip="#tooltip" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" onclick_l="lua" params_l="" over_when_pushed="false" scale="#scale" col_over="#col_over" />
|
||||||
<ctrl type="button" id="center_button" button_type="push_button" posref="TL TL" posparent="parent"
|
<ctrl type="button" id="over_center_button" active="#over_active" button_type="push_button" posref="TL TL" posparent="parent" x="6" y="-6" sizeref="wh" w="-12" h="-12" tx_normal="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" tooltip="#tooltip" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" over_when_pushed="true" scale="#scale_over" color="0 0 0 0" col_over="#col_over" col_pushed="#col_over" onclick_l="lua" params_l="" />
|
||||||
w="#w_button_texture" h="#h_button_texture" x="#x_button_texture" y="#y_button_texture"
|
</group>
|
||||||
tx_normal="#icon" tx_pushed="#icon" tx_over="#icon" tooltip="#tooltip"
|
</group>
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
</template>
|
||||||
onclick_l="lua" params_l="" over_when_pushed="false" scale="#scale" col_over="#col_over" />
|
<template name="previous_loc_template" keep="true" id="" active="true" x="0" y="0" h="" w="0" posparent="" posref="" sizeref="w" x_act="" y_act="" h_act="" w_act="" sizeref_act="" h_button="" w_button="" x_button="" y_button="" h_button_texture="" w_button_texture="" x_button_texture="" y_button_texture="" icon="" tooltip="" scale="" scale_over="true" color="0 0 0 255" selected_color="255 0 0 255" col_over="" group_params_l="" params_l="" over_active="true" back_texture="blank.tga" back_color="0 0 0 255" w_text="" x_text="" h_text="" y_text="">
|
||||||
|
<group id="#id" y="#y" x="#x" sizeref="#sizeref" h="#h" w="#w" posparent="#posparent" posref="#posref">
|
||||||
<ctrl type="button" id="over_center_button" active="#over_active" button_type="push_button" posref="TL TL" posparent="parent"
|
<instance template="act_button_template" id="act_button" h="#h_act" w="#w_act" posparent="parent" posref="TL TL" sizeref="#sizeref_act" x="#x_act" y="#y_act" h_button="#h_button" w_button="#w_button" x_button="#x_button" y_button="#y_button" h_button_texture="#h_button_texture" w_button_texture="#w_button_texture" x_button_texture="#x_button_texture" y_button_texture="#y_button_texture" icon="#icon" tooltip="#tooltip" scale="#scale" scale_over="#scale_over" color="#color" selected_color="#selected_color" col_over="#col_over" group_params_l="#group_params_l" params_l="#params_l" over_active="#over_active" back_texture="#back_texture" back_color="0#back_color" />
|
||||||
x="6" y="-6" sizeref="wh" w="-12" h="-12"
|
<group id="" x="#x_text" y="#y_text" posparent="act_button" posref="TR TL" sizeparent="parent" sizeref="wh" h="#h_text" w="#w_text">
|
||||||
tx_normal="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" tooltip="#tooltip"
|
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
over_when_pushed="true" scale="#scale_over" color="0 0 0 0" col_over="#col_over" col_pushed="#col_over"
|
|
||||||
onclick_l="lua" params_l="" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template name="previous_loc_template" keep="true" id="" active="true" x="0" y="0" h="" w="0" posparent="" posref="" sizeref="w"
|
|
||||||
x_act="" y_act="" h_act="" w_act="" sizeref_act=""
|
|
||||||
h_button="" w_button="" x_button="" y_button="" h_button_texture="" w_button_texture="" x_button_texture="" y_button_texture="" icon=""
|
|
||||||
tooltip="" scale="" scale_over="true" color="0 0 0 255" selected_color="255 0 0 255" col_over=""
|
|
||||||
group_params_l="" params_l="" over_active="true" back_texture="blank.tga" back_color="0 0 0 255"
|
|
||||||
w_text="" x_text="" h_text="" y_text="" >
|
|
||||||
|
|
||||||
<group id="#id" y="#y" x="#x" sizeref="#sizeref" h="#h" w="#w" posparent="#posparent" posref="#posref" >
|
|
||||||
|
|
||||||
<instance template="act_button_template" id="act_button" h="#h_act" w="#w_act" posparent="parent"
|
|
||||||
posref="TL TL" sizeref="#sizeref_act" x="#x_act" y="#y_act"
|
|
||||||
h_button="#h_button" w_button="#w_button" x_button="#x_button" y_button="#y_button"
|
|
||||||
h_button_texture="#h_button_texture" w_button_texture="#w_button_texture"
|
|
||||||
x_button_texture="#x_button_texture" y_button_texture="#y_button_texture" icon="#icon"
|
|
||||||
tooltip="#tooltip" scale="#scale" scale_over="#scale_over"
|
|
||||||
color="#color" selected_color="#selected_color" col_over="#col_over"
|
|
||||||
group_params_l="#group_params_l" params_l="#params_l" over_active="#over_active"
|
|
||||||
back_texture="#back_texture" back_color="0#back_color" />
|
|
||||||
|
|
||||||
<group id="" x="#x_text" y="#y_text" posparent="act_button" posref="TR TL" sizeparent="parent" sizeref="wh" h="#h_text" w="#w_text" >
|
|
||||||
|
|
||||||
<group id="text_list" posparent="parent" sizeref="wh" w="0" h="" posref="TL TL" x="0" y="0">
|
<group id="text_list" posparent="parent" sizeref="wh" w="0" h="" posref="TL TL" x="0" y="0">
|
||||||
<group id="crop" posparent="parent" posref="TL TL" x="4" y="-4" sizeref="wh" w="-8" h="-8" />
|
<group id="crop" posparent="parent" posref="TL TL" x="4" y="-4" sizeref="wh" w="-8" h="-8" />
|
||||||
|
<group id="list" posparent="crop" posref="TL TL" x="0" y="0" sizeref="w" child_resize_h="true" child_resize_hmargin="1" w="-15" max_sizeparent="crop" max_sizeref="h" max_h="0">
|
||||||
<group id="list" posparent="crop" posref="TL TL" x="0" y="0" sizeref="w" child_resize_h="true"
|
<group type="scroll_text" id="list_txt" sizeref="w" child_resize_h="true" child_resize_wmargin="1" child_resize_hmargin="0" posref="TL TL" x="0" y="0">
|
||||||
child_resize_hmargin="1" w="-15" max_sizeparent="crop" max_sizeref="h" max_h="0" >
|
<group type="list" id="previous_text" hardtext="" shadow="true" fontsize="12" justification="justified" color="255 255 255 160" space="3" global_color="true" posref="TL TL" x="0" y="0" sizeref="hw" w="0" h="0" />
|
||||||
|
</group>
|
||||||
<group type="scroll_text" id="list_txt" sizeref="w" child_resize_h="true" child_resize_wmargin="1"
|
</group>
|
||||||
child_resize_hmargin="0" posref="TL TL" x="0" y="0">
|
<ctrl style="skin_scroll" id="scroll_previous" align="T" target="list" posparent="crop" posref="TR TR" x="-5" y="0" />
|
||||||
|
</group>
|
||||||
<group type="list" id="previous_text" hardtext="" shadow="true" fontsize="12"
|
|
||||||
justification="justified" color="255 255 255 160" space="3"
|
|
||||||
global_color="true" posref="TL TL" x="0" y="0" sizeref="hw" w="0" h="0" />
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<ctrl style="skin_scroll" id="scroll_previous" align="T" target="list" posparent="crop" posref="TR TR"
|
|
||||||
x="-5" y="0" />
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</group>
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1"
|
</group>
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</template>
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1"
|
<template name="entry_point_template" keep="true" id="" h="0" posparent="">
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<template name="entry_point_template" keep="true" id="" h="0" posparent="" >
|
|
||||||
|
|
||||||
<group id="#id" active="true" sizeref="wh" w="0" h="0" x="0" y="0" posref="TL TL" posparent="#posparent">
|
<group id="#id" active="true" sizeref="wh" w="0" h="0" x="0" y="0" posref="TL TL" posparent="#posparent">
|
||||||
<ctrl type="button" id="flag" button_type="push_button" posref="TL TL" posparent="parent"
|
<ctrl type="button" id="flag" button_type="push_button" posref="TL TL" posparent="parent" w="10" h="10" x="0" y="0" tx_normal="r2ed_entry_point.tga" tx_pushed="r2ed_entry_point_pushed.tga" tx_over="r2ed_entry_point_over.tga" tooltip="" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" onclick_l="lua" params_l="r2.acts:selectEntryPoint()" over_when_pushed="false" render_layer="1" />
|
||||||
w="10" h="10" x="0" y="0"
|
</group>
|
||||||
tx_normal="r2ed_entry_point.tga" tx_pushed="r2ed_entry_point_pushed.tga" tx_over="r2ed_entry_point_over.tga" tooltip=""
|
</template>
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
<template name="image_island_template" keep="true" id="" h="0" w="0" x="0" y="0" espace="" posref="TL TL" posparent="parent" params_l="">
|
||||||
onclick_l="lua" params_l="r2.acts:selectEntryPoint()" over_when_pushed="false" render_layer="1" />
|
|
||||||
</group>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template name="image_island_template" keep="true" id="" h="0" w="0" x="0" y="0" espace="" posref="TL TL" posparent="parent"
|
|
||||||
params_l="" >
|
|
||||||
|
|
||||||
<group id="#id" active="true" w="#w" h="#h" x="#x" y="#y" posref="#posref" posparent="#posparent">
|
<group id="#id" active="true" w="#w" h="#h" x="#x" y="#y" posref="#posref" posparent="#posparent">
|
||||||
<group id="decal" sizeref="wh" h="0" w="-10" x="0" y="0" posref="TL TL" posparent="parent">
|
<group id="decal" sizeref="wh" h="0" w="-10" x="0" y="0" posref="TL TL" posparent="parent">
|
||||||
<view type="bitmap" id="bl" w="4" h="4" posref="BL BL" texture="r2ed_little_island_corner_select.tga" rot="3" color="255 0 0 255" />
|
<view type="bitmap" id="bl" w="4" h="4" posref="BL BL" texture="r2ed_little_island_corner_select.tga" rot="3" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="tl" w="4" h="4" posref="TL TL" texture="r2ed_little_island_corner_select.tga" rot="0" color="255 0 0 255" />
|
<view type="bitmap" id="tl" w="4" h="4" posref="TL TL" texture="r2ed_little_island_corner_select.tga" rot="0" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="tr" w="4" h="4" posref="TR TR" texture="r2ed_little_island_corner_select.tga" rot="1" color="255 0 0 255" />
|
<view type="bitmap" id="tr" w="4" h="4" posref="TR TR" texture="r2ed_little_island_corner_select.tga" rot="1" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="br" w="4" h="4" posref="BR BR" texture="r2ed_little_island_corner_select.tga" rot="2" color="255 0 0 255" />
|
<view type="bitmap" id="br" w="4" h="4" posref="BR BR" texture="r2ed_little_island_corner_select.tga" rot="2" color="255 0 0 255" />
|
||||||
|
<view type="bitmap" id="bg" x="4" y="-4" sizeref="wh" w="-8" h="-8" scale="true" posparent="parent" posref="TL TL" texture="blank.tga" color="0 0 0 0" />
|
||||||
<view type="bitmap" id="bg" x="4" y="-4" sizeref="wh" w="-8" h="-8" scale="true" posparent="parent" posref="TL TL" texture="blank.tga" color="0 0 0 0"/>
|
|
||||||
|
|
||||||
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="4" sizeref="w" w="-8" h="4" texture="r2ed_little_island_border_select.tga" rot="2" scale="true" color="255 0 0 255" />
|
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="4" sizeref="w" w="-8" h="4" texture="r2ed_little_island_border_select.tga" rot="2" scale="true" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="top" posref="TL TL" x="4" sizeref="w" w="-8" h="4" texture="r2ed_little_island_border_select.tga" rot="0" scale="true" color="255 0 0 255" />
|
<view type="bitmap" id="top" posref="TL TL" x="4" sizeref="w" w="-8" h="4" texture="r2ed_little_island_border_select.tga" rot="0" scale="true" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="left" posref="BL BL" y="4" sizeref="h" w="4" h="-8" texture="r2ed_little_island_border_select.tga" rot="3" scale="true" color="255 0 0 255" />
|
<view type="bitmap" id="left" posref="BL BL" y="4" sizeref="h" w="4" h="-8" texture="r2ed_little_island_border_select.tga" rot="3" scale="true" color="255 0 0 255" />
|
||||||
<view type="bitmap" id="right" posref="BR BR" y="4" sizeref="h" w="4" h="-8" texture="r2ed_little_island_border_select.tga" rot="1" scale="true" color="255 0 0 255" />
|
<view type="bitmap" id="right" posref="BR BR" y="4" sizeref="h" w="4" h="-8" texture="r2ed_little_island_border_select.tga" rot="1" scale="true" color="255 0 0 255" />
|
||||||
|
<ctrl type="button" id="island_bitmap" button_type="push_button" posref="TL TL" posparent="parent" w="" h="" x="" y="" tx_normal="" tx_pushed="" tx_over="" tooltip="" global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false" onclick_l="lua" params_l="#params_l" over_when_pushed="true" col_over="" />
|
||||||
<ctrl type="button" id="island_bitmap" button_type="push_button" posref="TL TL" posparent="parent"
|
</group>
|
||||||
w="" h="" x="" y=""
|
</group>
|
||||||
tx_normal="" tx_pushed="" tx_over="" tooltip=""
|
</template>
|
||||||
global_color="false" global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
<style style="style_ok_act" type="text_button" button_type="push_button" tx_normal="qh_off" tx_pushed="qh_on" tx_over="qh_off" wmin="208" wmargin="8" global_color_normal="false" global_color_over="false" global_color_pushed="false" color="255 255 255 128" col_over="255 255 255 0" col_pushed="255 128 0 192" text_y="-2" fontsize="12" shadow="true" text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255" text_shadow_color_normal="0 0 0 255" text_shadow_color_pushed="0 0 0 255" text_shadow_color_over="0 0 0 255" text_global_color_normal="false" text_global_color_pushed="false" text_global_color_over="false" force_text_over="true" />
|
||||||
onclick_l="lua" params_l="#params_l" over_when_pushed = "true" col_over="" />
|
<group id="r2ed_acts" active="true" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0" on_enter="lua" on_enter_params="r2.acts:openPopupName()">
|
||||||
|
<view type="bitmap" id="back" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0" texture="Skin_Blank.tga" scale="true" tile="true" color="200 200 200 255" />
|
||||||
</group>
|
<group id="content" x="0" y="-5" sizeref="wh" w="0" h="-5" posref="TL TL">
|
||||||
</group>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
|
|
||||||
<style style="style_ok_act" type="text_button" button_type="push_button"
|
|
||||||
tx_normal="qh_off" tx_pushed="qh_on" tx_over="qh_off" wmin="208" wmargin="8"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
color="255 255 255 128" col_over="255 255 255 0" col_pushed="255 128 0 192"
|
|
||||||
text_y="-2" fontsize="12" shadow="true"
|
|
||||||
text_color_normal="255 255 255 255"
|
|
||||||
text_color_pushed="255 255 255 255"
|
|
||||||
text_color_over="255 255 255 255"
|
|
||||||
text_shadow_color_normal="0 0 0 255"
|
|
||||||
text_shadow_color_pushed="0 0 0 255"
|
|
||||||
text_shadow_color_over="0 0 0 255"
|
|
||||||
text_global_color_normal="false"
|
|
||||||
text_global_color_pushed="false"
|
|
||||||
text_global_color_over="false" force_text_over="true" />
|
|
||||||
|
|
||||||
|
|
||||||
<group id="r2ed_acts" active="true" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0"
|
|
||||||
on_enter="lua" on_enter_params="r2.acts:openPopupName()" >
|
|
||||||
|
|
||||||
<view type="bitmap" id="back" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0" texture="Skin_Blank.tga"
|
|
||||||
scale="true" tile="true" color="200 200 200 255" />
|
|
||||||
|
|
||||||
<group id="content" x="0" y="-5" sizeref="wh" w="0" h="-5" posref="TL TL" >
|
|
||||||
|
|
||||||
<!-- PREVIOUS LOCATION -->
|
<!-- PREVIOUS LOCATION -->
|
||||||
<group id="previous_location" active="false" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL" >
|
<group id="previous_location" active="false" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL">
|
||||||
|
<group id="previous_location_gr" posparent="parent" posref="TL TL" x="10" y="-5" sizeref="wh" w="-20" h="-15">
|
||||||
<group id="previous_location_gr" posparent="parent" posref="TL TL" x="10" y="-5" sizeref="wh" w="-20" h="-15" >
|
<ctrl type="text_button" button_type="toggle_button" id="new_previous_title" x="0" y="0" posref="TL TL" text_y="0" hardtext="Choose new or previous location" wmin="170" tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal" fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true" global_color_normal="false" global_color_over="false" global_color_pushed="false" text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255" color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255" tooltip="uiR2EDTooltipChooseIsland" />
|
||||||
|
<group id="new _previous_island" posparent="parent" posref="TL TL" x="0" y="-23" sizeref="wh" h="-53" w="0">
|
||||||
<ctrl type="text_button" button_type="toggle_button" id="new_previous_title" x="0" y="0" posref="TL TL"
|
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0">
|
||||||
text_y="0" hardtext="Choose new or previous location" wmin="170"
|
|
||||||
tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal"
|
|
||||||
fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255"
|
|
||||||
color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255"
|
|
||||||
tooltip="uiR2EDTooltipChooseIsland"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group id="new _previous_island" posparent="parent" posref="TL TL" x="0" y="-23" sizeref="wh" h="-53" w="0" >
|
|
||||||
|
|
||||||
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0" >
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0" y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3"
|
</group>
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<group id="create_island" posparent="parent" posref="TL TL" x="10" y="-10" sizeref="w" h="160" w="-20">
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<instance template="act_button_template" id="new_location_mode_2" sizeref="" h="150" w="150" x="8" y="0" posparent="parent" posref="TL TL" tooltip="uiR2EDCreateLocation" h_button="0" w_button="0" x_button="0" y_button="0" h_button_texture="138" w_button_texture="138" x_button_texture="6" y_button_texture="-6" icon="r2ed_create_location.tga" scale="true" color="255 255 0 255" back_color="255 255 0 255" selected_color="255 255 0 255" col_over="255 200 0 100" group_params_l="r2.acts:locationIsland(getUICaller())" params_l="r2.acts:locationIsland()" over_active="false" />
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</group>
|
||||||
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0"
|
<group id="choose_previous_island" posparent="create_island" posref="BL TL" x="0" y="0" sizeparent="parent" sizeref="wh" h="-180" w="-20">
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0">
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="create_island" posparent="parent" posref="TL TL" x="10" y="-10" sizeref="w" h="160" w="-20" >
|
|
||||||
|
|
||||||
<instance template="act_button_template" id="new_location_mode_2" sizeref="" h="150" w="150"
|
|
||||||
x="8" y="0" posparent="parent" posref="TL TL" tooltip="uiR2EDCreateLocation"
|
|
||||||
h_button="0" w_button="0" x_button="0" y_button="0"
|
|
||||||
h_button_texture="138" w_button_texture="138"
|
|
||||||
x_button_texture="6" y_button_texture="-6" icon="r2ed_create_location.tga"
|
|
||||||
scale="true" color="255 255 0 255" back_color="255 255 0 255" selected_color="255 255 0 255" col_over="255 200 0 100"
|
|
||||||
group_params_l="r2.acts:locationIsland(getUICaller())" params_l="r2.acts:locationIsland()"
|
|
||||||
over_active="false" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="choose_previous_island" posparent="create_island" posref="BL TL" x="0" y="0" sizeparent="parent" sizeref="wh" h="-180" w="-20" >
|
|
||||||
|
|
||||||
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="0" h="0" >
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</group>
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1"
|
<group id="crop_previous" posparent="parent" posref="TL TL" x="8" y="-8" sizeref="wh" w="-8" h="-16" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<group id="previous_location_list" posparent="crop_previous" posref="TL TL" x="0" y="0" sizeref="w" w="0" child_resize_h="true" child_resize_hmargin="1" max_sizeparent="crop_previous" max_sizeref="h" max_h="0">
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1"
|
<group id="location_list" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0"></group>
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</group>
|
||||||
|
<ctrl style="skin_scroll" id="scroll_previous_islands" align="T" target="previous_location_list" posparent="crop_previous" posref="TR TR" x="0" y="0" step_value="10" />
|
||||||
</group>
|
</group>
|
||||||
|
</group>
|
||||||
<group id="crop_previous" posparent="parent" posref="TL TL" x="8" y="-8"
|
<ctrl style="style_ok_act" id="previous_loc_ok" active="true" posparent="parent" posref="BR BR" x="0" y="0" hardtext="uiR2EDValidateForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:createLocationOrCreateAct()" />
|
||||||
sizeref="wh" w="-8" h="-16" />
|
<ctrl style="style_ok_act" id="previous_loc_cancel" active="true" posparent="previous_loc_ok" posref="BL BR" x="-10" y="0" hardtext="uiR2EDCancelForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:cancelActCreation()" />
|
||||||
|
</group>
|
||||||
<group id="previous_location_list" posparent="crop_previous" posref="TL TL" x="0" y="0" sizeref="w" w="0" child_resize_h="true"
|
</group>
|
||||||
child_resize_hmargin="1" max_sizeparent="crop_previous" max_sizeref="h" max_h="0" >
|
|
||||||
|
|
||||||
<group id="location_list" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0" >
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<ctrl style="skin_scroll" id="scroll_previous_islands" align="T" target="previous_location_list" posparent="crop_previous" posref="TR TR"
|
|
||||||
x="0" y="0" step_value="10" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<ctrl style="style_ok_act" id="previous_loc_ok" active="true" posparent="parent" posref="BR BR" x="0" y="0" hardtext="uiR2EDValidateForm"
|
|
||||||
color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:createLocationOrCreateAct()" />
|
|
||||||
|
|
||||||
<ctrl style="style_ok_act" id="previous_loc_cancel" active="true" posparent="previous_loc_ok" posref="BL BR" x="-10" y="0" hardtext="uiR2EDCancelForm"
|
|
||||||
color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:cancelActCreation()" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<!-- LOCATION -->
|
<!-- LOCATION -->
|
||||||
<group id="location" active="false" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL" >
|
<group id="location" active="false" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL">
|
||||||
|
<group id="choose_island" posparent="parent" posref="TL TL" x="10" y="-5" sizeref="w" w="-20" h="203">
|
||||||
<group id="choose_island" posparent="parent" posref="TL TL" x="10" y="-5" sizeref="w" w="-20" h="203" >
|
<ctrl type="text_button" button_type="toggle_button" id="choose_island_title" x="0" y="0" posref="TL TL" text_y="0" hardtext="Choose island" wmin="170" tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal" fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true" global_color_normal="false" global_color_over="false" global_color_pushed="false" text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255" color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255" tooltip="uiR2EDTooltipChooseIsland" />
|
||||||
|
<group id="choose_island_gr" posparent="parent" posref="TL TL" x="0" y="-23" sizeref="wh" w="0" h="-23">
|
||||||
<ctrl type="text_button" button_type="toggle_button" id="choose_island_title" x="0" y="0" posref="TL TL"
|
|
||||||
text_y="0" hardtext="Choose island" wmin="170"
|
|
||||||
tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal"
|
|
||||||
fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255"
|
|
||||||
color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255"
|
|
||||||
tooltip="uiR2EDTooltipChooseIsland"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group id="choose_island_gr" posparent="parent" posref="TL TL" x="0" y="-23" sizeref="wh" w="0" h="-23" >
|
|
||||||
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0" y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3"
|
<group id="choose_ecosystem" posparent="parent" posref="TL TL" x="0" y="0" sizeref="h" w="190" h="0">
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3"
|
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
|
||||||
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0"
|
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
|
||||||
|
|
||||||
<group id="choose_ecosystem" posparent="parent" posref="TL TL" x="0" y="0" sizeref="h" w="190" h="0" >
|
|
||||||
|
|
||||||
<group id="crop" posparent="parent" posref="TL TL" x="0" y="-10" sizeref="wh" w="0" h="-10" />
|
<group id="crop" posparent="parent" posref="TL TL" x="0" y="-10" sizeref="wh" w="0" h="-10" />
|
||||||
|
<group id="islands_list_gr" posparent="crop" posref="TL TL" x="0" y="0" sizeref="w" w="0" child_resize_h="true" child_resize_hmargin="1" max_sizeparent="crop" max_sizeref="h" max_h="0">
|
||||||
<group id="islands_list_gr" posparent="crop" posref="TL TL" x="0" y="0" sizeref="w" w="0" child_resize_h="true"
|
<group id="ecosystem_list" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0">
|
||||||
child_resize_hmargin="1" max_sizeparent="crop" max_sizeref="h" max_h="0" >
|
<instance template="ecosystem_template" id="r2_desert" posparent="parent" posref="TL TL" x="10" y="0" hardtext="uiR2EDEcosystemDesert" params_l="r2.acts:openEcosystemIslands('r2_desert')" tx_ecosystem="r2ed_desert" tx_ecosystem_pushed="r2ed_desert_pushed" text_color="152 60 39 255" col_over="127 48 33 80" />
|
||||||
|
<instance template="ecosystem_template" id="r2_jungle" posparent="r2_desert" posref="BL TL" x="0" y="0" hardtext="uiR2EDEcosystemJungle" params_l="r2.acts:openEcosystemIslands('r2_jungle')" tx_ecosystem="r2ed_jungle" tx_ecosystem_pushed="r2ed_jungle_pushed" text_color="18 156 51 255" col_over="0 150 80 80" />
|
||||||
<group id="ecosystem_list" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0" >
|
<instance template="ecosystem_template" id="r2_lakes" posparent="r2_jungle" posref="BL TL" x="0" y="0" hardtext="uiR2EDEcosystemLacustre" params_l="r2.acts:openEcosystemIslands('r2_lakes')" tx_ecosystem="r2ed_lakes" tx_ecosystem_pushed="r2ed_lakes_pushed" text_color="66 93 82 255" col_over="73 148 150 80" />
|
||||||
|
<instance template="ecosystem_template" id="r2_forest" posparent="r2_lakes" posref="BL TL" x="0" y="0" hardtext="uiR2EDEcosystemForest" params_l="r2.acts:openEcosystemIslands('r2_forest')" tx_ecosystem="r2ed_forest" tx_ecosystem_pushed="r2ed_forest_pushed" text_color="163 66 43 255" col_over="170 0 0 80" />
|
||||||
<instance template="ecosystem_template" id="r2_desert" posparent="parent" posref="TL TL" x="10" y ="0"
|
<instance template="ecosystem_template" id="r2_roots" posparent="r2_forest" posref="BL TL" x="0" y="0" hardtext="uiR2EDEcosystemPrimeRoots" params_l="r2.acts:openEcosystemIslands('r2_roots')" tx_ecosystem="r2ed_prime_roots" tx_ecosystem_pushed="r2ed_prime_roots_pushed" text_color="93 168 142 255" col_over="86 150 180 80" />
|
||||||
hardtext="uiR2EDEcosystemDesert" params_l="r2.acts:openEcosystemIslands('r2_desert')"
|
</group>
|
||||||
tx_ecosystem="r2ed_desert" tx_ecosystem_pushed="r2ed_desert_pushed" text_color="152 60 39 255"
|
</group>
|
||||||
col_over="127 48 33 80" />
|
<ctrl style="skin_scroll" id="scroll_islands" align="T" target="islands_list_gr" posparent="crop" posref="TR TR" x="-5" y="0" />
|
||||||
|
</group>
|
||||||
<instance template="ecosystem_template" id="r2_jungle" posparent="r2_desert" posref="BL TL" x="0" y ="0"
|
<group id="choose_island_2" posparent="parent" posref="TR TR" x="0" y="-8" sizeref="wh" h="-18" w="-180">
|
||||||
hardtext="uiR2EDEcosystemJungle" params_l="r2.acts:openEcosystemIslands('r2_jungle')"
|
|
||||||
tx_ecosystem="r2ed_jungle" tx_ecosystem_pushed="r2ed_jungle_pushed" text_color="18 156 51 255"
|
|
||||||
col_over="0 150 80 80" />
|
|
||||||
|
|
||||||
<instance template="ecosystem_template" id="r2_lakes" posparent="r2_jungle" posref="BL TL" x="0" y ="0"
|
|
||||||
hardtext="uiR2EDEcosystemLacustre" params_l="r2.acts:openEcosystemIslands('r2_lakes')"
|
|
||||||
tx_ecosystem="r2ed_lakes" tx_ecosystem_pushed="r2ed_lakes_pushed" text_color="66 93 82 255"
|
|
||||||
col_over="73 148 150 80" />
|
|
||||||
|
|
||||||
<instance template="ecosystem_template" id="r2_forest" posparent="r2_lakes" posref="BL TL" x="0" y ="0"
|
|
||||||
hardtext="uiR2EDEcosystemForest" params_l="r2.acts:openEcosystemIslands('r2_forest')"
|
|
||||||
tx_ecosystem="r2ed_forest" tx_ecosystem_pushed="r2ed_forest_pushed" text_color="163 66 43 255"
|
|
||||||
col_over="170 0 0 80" />
|
|
||||||
|
|
||||||
<instance template="ecosystem_template" id="r2_roots" posparent="r2_forest" posref="BL TL" x="0" y ="0"
|
|
||||||
hardtext="uiR2EDEcosystemPrimeRoots" params_l="r2.acts:openEcosystemIslands('r2_roots')"
|
|
||||||
tx_ecosystem="r2ed_prime_roots" tx_ecosystem_pushed="r2ed_prime_roots_pushed" text_color="93 168 142 255"
|
|
||||||
col_over="86 150 180 80" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<ctrl style="skin_scroll" id="scroll_islands" align="T" target="islands_list_gr" posparent="crop" posref="TR TR"
|
|
||||||
x="-5" y="0"/>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="choose_island_2" posparent="parent" posref="TR TR" x="0" y="-8" sizeref="wh" h="-18" w="-180" >
|
|
||||||
|
|
||||||
<group id="crop_2" posparent="parent" posref="TL TL" x="4" y="-2" sizeref="wh" w="-4" h="-4" />
|
<group id="crop_2" posparent="parent" posref="TL TL" x="4" y="-2" sizeref="wh" w="-4" h="-4" />
|
||||||
|
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="-15" h="0">
|
||||||
|
|
||||||
<group id="back_gr" posparent="parent" posref="TL TL" x="0" y="0" sizeref="wh" w="-15" h="0" >
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="1"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="1"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
</group>
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="1"
|
<group id="islands_list_gr_2" posparent="crop_2" posref="TL TL" x="0" y="0" sizeref="w" w="-20" child_resize_h="true" child_resize_hmargin="1" max_sizeparent="crop_2" max_sizeref="h" max_h="0">
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<group id="ecosystem_list_2" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0"></group>
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="1"
|
</group>
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<ctrl style="skin_scroll" id="scroll_islands_2" align="T" target="islands_list_gr_2" posparent="crop_2" posref="TR TR" x="-5" y="0" step_value="10" />
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
</group>
|
||||||
|
|
||||||
<group id="islands_list_gr_2" posparent="crop_2" posref="TL TL" x="0" y="0" sizeref="w" w="-20" child_resize_h="true"
|
|
||||||
child_resize_hmargin="1" max_sizeparent="crop_2" max_sizeref="h" max_h="0" >
|
|
||||||
|
|
||||||
<group id="ecosystem_list_2" type="list" posparent="parent" posref="TL TL" x="0" y="0" sizeparent="parent" sizeref="wh" w="0" h="0" >
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<ctrl style="skin_scroll" id="scroll_islands_2" align="T" target="islands_list_gr_2" posparent="crop_2" posref="TR TR"
|
|
||||||
x="-5" y="0" step_value="10" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ISLAND IMAGES -->
|
<!-- ISLAND IMAGES -->
|
||||||
<group id="island_images" x="190" y="-218" w="-200" sizeref="wh" h="-218" posref="TL TL" >
|
<group id="island_images" x="190" y="-218" w="-200" sizeref="wh" h="-218" posref="TL TL">
|
||||||
|
<ctrl type="text_button" button_type="toggle_button" id="card_title" x="0" y="0" posref="TL TL" text_y="0" hardtext="Island zoom" wmin="170" tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal" fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true" global_color_normal="false" global_color_over="false" global_color_pushed="false" text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255" color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255" tooltip="uiR2EDTooltipIslandZoom" />
|
||||||
<ctrl type="text_button" button_type="toggle_button" id="card_title" x="0" y="0" posref="TL TL"
|
<group id="island_current_image_gr" x="0" y="-23" w="0" sizeref="wh" h="-63" posref="TL TL">
|
||||||
text_y="0" hardtext="Island zoom" wmin="170"
|
|
||||||
tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal"
|
|
||||||
fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255"
|
|
||||||
color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255"
|
|
||||||
tooltip="uiR2EDTooltipIslandZoom"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group id="island_current_image_gr" x="0" y="-23" w="0" sizeref="wh" h="-63" posref="TL TL" >
|
|
||||||
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0" y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3"
|
<group id="island_current_image" x="5" y="-5" sizeref="wh" h="-10" w="-10" posref="TL TL" win_priority="2">
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3"
|
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
|
||||||
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0"
|
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
|
||||||
|
|
||||||
<group id="island_current_image" x="5" y="-5" sizeref="wh" h="-10" w="-10" posref="TL TL" win_priority="2" >
|
|
||||||
|
|
||||||
<group id="selected_button" active="true" sizeref="wh" x="0" y="0" posref="TL TL" posparent="parent">
|
<group id="selected_button" active="true" sizeref="wh" x="0" y="0" posref="TL TL" posparent="parent">
|
||||||
|
|
||||||
<view type="bitmap" id="bl" w="6" h="6" posref="BL BL" texture="r2ed_island_corner_select.tga" rot="3" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="bl" w="6" h="6" posref="BL BL" texture="r2ed_island_corner_select.tga" rot="3" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="tl" w="6" h="6" posref="TL TL" texture="r2ed_island_corner_select.tga" rot="0" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="tl" w="6" h="6" posref="TL TL" texture="r2ed_island_corner_select.tga" rot="0" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="tr" w="6" h="6" posref="TR TR" texture="r2ed_island_corner_select.tga" rot="1" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="tr" w="6" h="6" posref="TR TR" texture="r2ed_island_corner_select.tga" rot="1" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="br" w="6" h="6" posref="BR BR" texture="r2ed_island_corner_select.tga" rot="2" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="br" w="6" h="6" posref="BR BR" texture="r2ed_island_corner_select.tga" rot="2" color="255 0 0 255" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" posparent="parent" posref="TL TL" texture="blank.tga" color="0 0 0 0" global_color="false" />
|
<view type="bitmap" id="bg" x="6" y="-6" sizeref="wh" w="-12" h="-12" scale="true" posparent="parent" posref="TL TL" texture="blank.tga" color="0 0 0 0" global_color="false" />
|
||||||
|
|
||||||
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="2" scale="true" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="bottom" posparent="parent" posref="BL BL" sizeparent="parent" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="2" scale="true" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="top" posref="TL TL" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="0" scale="true" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="top" posref="TL TL" x="6" sizeref="w" w="-12" h="6" texture="r2ed_island_border_select.tga" rot="0" scale="true" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="left" posref="BL BL" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="3" scale="true" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="left" posref="BL BL" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="3" scale="true" color="255 0 0 255" global_color="false" />
|
||||||
<view type="bitmap" id="right" posref="BR BR" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="1" scale="true" color="255 0 0 255" global_color="false" />
|
<view type="bitmap" id="right" posref="BR BR" y="6" sizeref="h" w="6" h="-12" texture="r2ed_island_border_select.tga" rot="1" scale="true" color="255 0 0 255" global_color="false" />
|
||||||
|
<view type="bitmap" id="island_bitmap" posref="TL TL" posparent="parent" w="" h="" x="" y="" texture="blank.tga" scale="true" color="255 255 255 255" global_color="false" />
|
||||||
<view type="bitmap" id="island_bitmap" posref="TL TL" posparent="parent"
|
<group id="entry_points" posparent="island_bitmap" posref="TL TL" sizeparent="parent" sizeref="wh">
|
||||||
w="" h="" x="" y=""
|
<vector template="entry_point_template" _size="10" _firstpos="TL TL" _nextpos="BL TL" id="entrypoint$i" active="true" />
|
||||||
texture="blank.tga" scale="true" color="255 255 255 255" global_color="false" />
|
</group>
|
||||||
|
</group>
|
||||||
<group id="entry_points" posparent="island_bitmap" posref="TL TL" sizeparent="parent" sizeref="wh" >
|
</group>
|
||||||
<vector template="entry_point_template" _size="10"
|
</group>
|
||||||
_firstpos="TL TL" _nextpos="BL TL" id="entrypoint$i" active="true"
|
<group id="island_cancel_ok" x="0" y="0" w="0" sizeref="w" h="40" posref="BL BL" posparent="parent">
|
||||||
/>
|
<view type="text" render_layer="2" id="ring_level" auto_clamp="true" posref="TL TL" x="10" y="-15" posparent="parent" global_color="false" hardtext="RING LEVEL" over_extend_view_text="true" over_extend_parent_rect="true" />
|
||||||
</group>
|
<ctrl style="style_ok_act" id="island_ok" active="false" posparent="parent" posref="BR BR" x="0" y="10" hardtext="uiR2EDEnterMap" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:openLocationName()" />
|
||||||
|
<ctrl style="style_ok_act" id="island_precedent" active="false" posparent="island_ok" posref="BL BR" x="-10" y="0" hardtext="uiR2EDBack" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:backPreviousLocations()" />
|
||||||
</group>
|
<ctrl style="style_ok_act" id="island_cancel" active="false" posparent="island_precedent" posref="BL BR" x="-10" y="0" hardtext="uiR2EDCancelForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:cancelActCreation()" />
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group id="island_cancel_ok" x="0" y="0" w="0" sizeref="w" h="40" posref="BL BL" posparent="parent" >
|
|
||||||
|
|
||||||
<view type="text" render_layer="2" id="ring_level" auto_clamp="true" posref="TL TL" x="10" y="-15" posparent="parent"
|
|
||||||
global_color="false" hardtext="RING LEVEL" over_extend_view_text="true" over_extend_parent_rect="true"/>
|
|
||||||
|
|
||||||
<ctrl style="style_ok_act" id="island_ok" active="false" posparent="parent" posref="BR BR" x="0" y="10" hardtext="uiR2EDEnterMap"
|
|
||||||
color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:openLocationName()" />
|
|
||||||
|
|
||||||
<ctrl style="style_ok_act" id="island_precedent" active="false" posparent="island_ok" posref="BL BR" x="-10" y="0" hardtext="uiR2EDBack"
|
|
||||||
color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:backPreviousLocations()" />
|
|
||||||
|
|
||||||
<ctrl style="style_ok_act" id="island_cancel" active="false" posparent="island_precedent" posref="BL BR" x="-10" y="0" hardtext="uiR2EDCancelForm"
|
|
||||||
color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:cancelActCreation()" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<!-- SEASONS -->
|
<!-- SEASONS -->
|
||||||
<group id="island_season" x="10" y="-218" w="170" sizeref="h" h="-258" posref="TL TL" >
|
<group id="island_season" x="10" y="-218" w="170" sizeref="h" h="-258" posref="TL TL">
|
||||||
|
<ctrl type="text_button" button_type="toggle_button" id="season_title" x="0" y="0" posref="TL TL" text_y="0" hardtext="uiR2EDSeason" wmin="170" tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal" fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true" global_color_normal="false" global_color_over="false" global_color_pushed="false" text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255" color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255" tooltip="uiR2EDTooltipSeason" />
|
||||||
<ctrl type="text_button" button_type="toggle_button" id="season_title" x="0" y="0" posref="TL TL"
|
<group id="season_gr" x="0" y="-23" sizeref="wh" w="0" h="-23" posref="TL TL">
|
||||||
text_y="0" hardtext="uiR2EDSeason" wmin="170"
|
|
||||||
tx_normal="Quit_button_normal" tx_pushed="Quit_button_normal" tx_over="Quit_button_normal"
|
|
||||||
fontsize="10" shadow="true" case_mode="%case_upper" wmargin="8" global_color="false" force_text_over="true"
|
|
||||||
global_color_normal="false" global_color_over="false" global_color_pushed="false"
|
|
||||||
text_color_normal="255 255 255 255" text_color_pushed="255 255 255 255" text_color_over="255 255 255 255"
|
|
||||||
color="255 0 0 255" col_over="255 0 0 255" col_pushed="255 0 0 255"
|
|
||||||
tooltip="uiR2EDTooltipSeason"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<group id="season_gr" x="0" y="-23" sizeref="wh" w="0" h="-23" posref="TL TL" >
|
|
||||||
|
|
||||||
<instance template="inner_thin_border_group" />
|
<instance template="inner_thin_border_group" />
|
||||||
|
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3" y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="h" h="0" w="3"
|
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3" y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0" y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
||||||
<view type="bitmap" id="sep_right" posparent="parent" posref="TR TR" sizeparent="parent" sizeref="h" h="0" w="3"
|
<instance template="label_toggle_button" id="manual_season_2" posparent="parent" x="30" y="-30" posref="TL TL" w="150" hardtext="uiR2EDManualSeason" fontsize="12" y_text="-5" params_l="r2.acts:manualSeason()" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<group id="season_list_2" type="list" posparent="manual_season_2" posref="BL TL" x="10" y="-30" sizeparent="parent" sizeref="wh" w="0" h="0">
|
||||||
<view type="bitmap" id="sep_bottom" posparent="parent" posref="BL BL" sizeparent="parent" sizeref="w" w="0" h="3"
|
<instance template="act_button_template" id="Spring" sizeref="" h="90" w="80" x="10" y="-10" posparent="parent" posref="TL TL" tooltip="uiR2EDSpring" h_button="-10" w_button="0" x_button="0" y_button="0" h_button_texture="68" w_button_texture="68" x_button_texture="6" y_button_texture="-6" icon="r2ed_spring.tga" scale="true" color="254 254 95 255" back_color="254 254 95 255" selected_color="255 255 0 255" col_over="255 255 0 255" group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()" over_active="false" />
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 255" />
|
<instance template="act_button_template" id="Summer" sizeref="" h="90" w="80" x="0" y="-15" posparent="Spring" posref="BL TL" tooltip="uiR2EDSummer" h_button="-10" w_button="0" x_button="0" y_button="0" h_button_texture="68" w_button_texture="68" x_button_texture="6" y_button_texture="-6" icon="r2ed_summer.tga" scale="true" color="13 92 3 255" back_color="13 92 3 255" selected_color="106 250 94 255" col_over="13 92 3 100" group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()" over_active="false" />
|
||||||
<view type="bitmap" id="back" posparent="parent" posref="TL TL" sizeparent="parent" sizeref="wh" w="0" h="0"
|
<instance template="act_button_template" id="Autumn" sizeref="" h="90" w="80" x="0" y="-15" posparent="Summer" posref="BL TL" tooltip="uiR2EDAutumn" h_button="-10" w_button="0" x_button="0" y_button="0" h_button_texture="68" w_button_texture="68" x_button_texture="6" y_button_texture="-6" icon="r2ed_fall.tga" scale="true" color="255 60 20 255" back_color="255 60 20 255" selected_color="250 50 25 255" col_over="255 60 20 100" group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()" over_active="false" />
|
||||||
y="0" scale="true" texture="blank.tga" color="100 0 0 120" />
|
<instance template="act_button_template" id="Winter" sizeref="" h="80" w="80" x="0" y="-15" posparent="Autumn" posref="BL TL" tooltip="uiR2EDWinter" h_button="0" w_button="0" x_button="0" y_button="0" h_button_texture="68" w_button_texture="68" x_button_texture="6" y_button_texture="-6" icon="r2ed_winter.tga" scale="true" color="0 6 114 255" back_color="0 6 114 255" selected_color="25 107 250 255" col_over="0 6 114 100" group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()" over_active="false" />
|
||||||
|
</group>
|
||||||
<instance template="label_toggle_button" id="manual_season_2" posparent="parent"
|
</group>
|
||||||
x="30" y="-30" posref="TL TL" w="150" hardtext="uiR2EDManualSeason" fontsize="12" y_text="-5" params_l="r2.acts:manualSeason()"/>
|
</group>
|
||||||
|
</group>
|
||||||
<group id="season_list_2" type="list" posparent="manual_season_2" posref="BL TL" x="10" y="-30"
|
</group>
|
||||||
sizeparent="parent" sizeref="wh" w="0" h="0" >
|
</group>
|
||||||
|
<!-- ********************************* scenario/act names ********************** -->
|
||||||
<instance template="act_button_template" id="Spring" sizeref="" h="90" w="80"
|
<group type="modal" id="r2ed_choose_scenario_act_name" exit_click_out="false" posref="ML ML" x="0" y="0" w="350" child_resize_h="true" child_resize_hmargin="15" on_enter="lua" on_enter_params="r2.acts:chooseScenarioActName()" options="skin_modal">
|
||||||
x="10" y="-10" posparent="parent" posref="TL TL" tooltip="uiR2EDSpring"
|
<group id="scenario_name" x="20" y="0" sizeref="w" w="-10" h="60" posparent="parent" posref="TL TL">
|
||||||
h_button="-10" w_button="0" x_button="0" y_button="0"
|
|
||||||
h_button_texture="68" w_button_texture="68"
|
|
||||||
x_button_texture="6" y_button_texture="-6" icon="r2ed_spring.tga"
|
|
||||||
scale="true" color="254 254 95 255" back_color="254 254 95 255" selected_color="255 255 0 255" col_over="255 255 0 255"
|
|
||||||
group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()"
|
|
||||||
over_active="false" />
|
|
||||||
|
|
||||||
<instance template="act_button_template" id="Summer" sizeref="" h="90" w="80"
|
|
||||||
x="0" y="-15" posparent="Spring" posref="BL TL" tooltip="uiR2EDSummer"
|
|
||||||
h_button="-10" w_button="0" x_button="0" y_button="0"
|
|
||||||
h_button_texture="68" w_button_texture="68"
|
|
||||||
x_button_texture="6" y_button_texture="-6" icon="r2ed_summer.tga"
|
|
||||||
scale="true" color="13 92 3 255" back_color="13 92 3 255" selected_color="106 250 94 255" col_over="13 92 3 100"
|
|
||||||
group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()"
|
|
||||||
over_active="false" />
|
|
||||||
|
|
||||||
<instance template="act_button_template" id="Autumn" sizeref="" h="90" w="80"
|
|
||||||
x="0" y="-15" posparent="Summer" posref="BL TL" tooltip="uiR2EDAutumn"
|
|
||||||
h_button="-10" w_button="0" x_button="0" y_button="0"
|
|
||||||
h_button_texture="68" w_button_texture="68"
|
|
||||||
x_button_texture="6" y_button_texture="-6" icon="r2ed_fall.tga"
|
|
||||||
scale="true" color="255 60 20 255" back_color="255 60 20 255" selected_color="250 50 25 255" col_over="255 60 20 100"
|
|
||||||
group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()"
|
|
||||||
over_active="false" />
|
|
||||||
|
|
||||||
<instance template="act_button_template" id="Winter" sizeref="" h="80" w="80"
|
|
||||||
x="0" y="-15" posparent="Autumn" posref="BL TL" tooltip="uiR2EDWinter"
|
|
||||||
h_button="0" w_button="0" x_button="0" y_button="0"
|
|
||||||
h_button_texture="68" w_button_texture="68"
|
|
||||||
x_button_texture="6" y_button_texture="-6" icon="r2ed_winter.tga"
|
|
||||||
scale="true" color="0 6 114 255" back_color="0 6 114 255" selected_color="25 107 250 255" col_over="0 6 114 100"
|
|
||||||
group_params_l="r2.acts:locationSeason(getUICaller())" params_l="r2.acts:locationSeason()"
|
|
||||||
over_active="false" />
|
|
||||||
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<!-- ********************************* scenario/act names ********************** -->
|
|
||||||
<group type="modal" id="r2ed_choose_scenario_act_name" exit_click_out="false" posref="ML ML" x="0" y="0"
|
|
||||||
w="350" child_resize_h="true" child_resize_hmargin="15" on_enter="lua" on_enter_params="r2.acts:chooseScenarioActName()"
|
|
||||||
options="skin_modal">
|
|
||||||
|
|
||||||
<group id="scenario_name" x="20" y="0" sizeref="w" w="-10" h="60" posparent="parent" posref="TL TL" >
|
|
||||||
|
|
||||||
<!-- label -->
|
<!-- label -->
|
||||||
<group id="label" sizeref="w" w="0" h="12" x="0" y="-20" posref="TL TL" posparent="parent" >
|
<group id="label" sizeref="w" w="0" h="12" x="0" y="-20" posref="TL TL" posparent="parent">
|
||||||
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255"
|
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255" global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDScenarioName" />
|
||||||
global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDScenarioName" />
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<!-- edit box -->
|
<!-- edit box -->
|
||||||
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="-30"
|
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="-30" posparent="label" posref="BL TL" x="0" y="-6" h="20" max_num_chars="30" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r="" onenter="lua" params="r2.acts:chooseScenarioActName()">
|
||||||
posparent="label" posref="BL TL" x="0" y="-6" h="20"
|
|
||||||
max_num_chars="30" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r=""
|
|
||||||
onenter="lua" params="r2.acts:chooseScenarioActName()" >
|
|
||||||
|
|
||||||
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
||||||
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false"
|
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false" fontsize="12" shadow="true" hardtext="" global_color="false" />
|
||||||
fontsize="12" shadow="true" hardtext="" global_color="false"/>
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
|
<group id="act_name" x="0" y="0" sizeparent="parent" sizeref="w" w="-40" h="60" posparent="scenario_name" posref="BL TL">
|
||||||
<group id="act_name" x="0" y="0" sizeparent="parent" sizeref="w" w="-40" h="60" posparent="scenario_name" posref="BL TL" >
|
|
||||||
|
|
||||||
<!-- label -->
|
<!-- label -->
|
||||||
<group id="label" sizeref="w" w="0" h="12" x="0" y="-20" posref="TL TL" posparent="parent" >
|
<group id="label" sizeref="w" w="0" h="12" x="0" y="-20" posref="TL TL" posparent="parent">
|
||||||
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255"
|
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255" global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDActName" />
|
||||||
global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDActName" />
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<!-- edit box -->
|
<!-- edit box -->
|
||||||
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="0"
|
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="0" posparent="label" posref="BL TL" x="0" y="-6" h="20" max_num_chars="50" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r="" onenter="lua" params="r2.acts:chooseScenarioActName()">
|
||||||
posparent="label" posref="BL TL" x="0" y="-6" h="20"
|
|
||||||
max_num_chars="50" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r=""
|
|
||||||
onenter="lua" params="r2.acts:chooseScenarioActName()" >
|
|
||||||
|
|
||||||
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
||||||
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false"
|
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false" fontsize="12" shadow="true" hardtext="" global_color="false" />
|
||||||
fontsize="12" shadow="true" hardtext="" global_color="false"/>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
<ctrl style="style_ok_act" id="name_ok" active="true" posparent="act_name" posref="BR TR" x="0" y="-10" hardtext="uiR2EDValidateForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:chooseScenarioActName()" />
|
||||||
</group>
|
</group>
|
||||||
|
<!-- ********************************* location name ************************* -->
|
||||||
<ctrl style="style_ok_act" id="name_ok" active="true" posparent="act_name" posref="BR TR" x="0" y="-10"
|
<group type="modal" id="r2ed_choose_location_name" exit_click_out="false" posref="ML ML" x="0" y="0" w="350" h="85" options="skin_modal" on_enter="lua" on_enter_params="r2.acts:chooseLocationName()">
|
||||||
hardtext="uiR2EDValidateForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
<group id="name_group" x="20" y="-20" sizeref="wh" w="-40" h="-40" posparent="parent" posref="TL TL">
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:chooseScenarioActName()" />
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ********************************* location name ************************* -->
|
|
||||||
<group type="modal" id="r2ed_choose_location_name" exit_click_out="false" posref="ML ML" x="0" y="0" w="350" h="85"
|
|
||||||
options="skin_modal" on_enter="lua" on_enter_params="r2.acts:chooseLocationName()" >
|
|
||||||
|
|
||||||
<group id="name_group" x="20" y="-20" sizeref="wh" w="-40" h="-40" posparent="parent" posref="TL TL" >
|
|
||||||
|
|
||||||
<!-- label -->
|
<!-- label -->
|
||||||
<group id="label" sizeref="w" w="0" h="12" x="0" y="0" posref="TL TL" posparent="parent" >
|
<group id="label" sizeref="w" w="0" h="12" x="0" y="0" posref="TL TL" posparent="parent">
|
||||||
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255"
|
<view type="text" id="name_text" posref="TL TL" x="2" y="0" color="255 255 255 255" global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDLocationName" />
|
||||||
global_color="true" fontsize="12" shadow="true" hardtext="uiR2EDLocationName" />
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<!-- edit box -->
|
<!-- edit box -->
|
||||||
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="-70"
|
<group type="edit_box" id="edit_box_group" sizeparent="parent" sizeref="w" w="-70" posparent="label" posref="BL TL" x="0" y="-6" h="20" max_num_chars="50" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r="" onenter="lua" params="r2.acts:chooseLocationName()">
|
||||||
posparent="label" posref="BL TL" x="0" y="-6" h="20"
|
|
||||||
max_num_chars="50" prompt="" entry_type="text" reset_focus_on_hide="true" menu_r=""
|
|
||||||
onenter="lua" params="r2.acts:chooseLocationName()" >
|
|
||||||
|
|
||||||
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
<instance template="box_widget" id="back_edit_box" posref="TL TL" sizeref="w" h="20" />
|
||||||
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false"
|
<view type="text" id="edit_text" x="4" y="-5" posref="TL TL" multi_line="false" fontsize="12" shadow="true" hardtext="" global_color="false" />
|
||||||
fontsize="12" shadow="true" hardtext="" global_color="false"/>
|
</group>
|
||||||
</group>
|
<ctrl style="style_ok_act" id="name_ok" active="true" posparent="edit_box_group" posref="BR BL" x="20" y="0" hardtext="uiR2EDValidateForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255" wmin="50" onclick_l="lua" params_l="r2.acts:chooseLocationName()" />
|
||||||
|
</group>
|
||||||
<ctrl style="style_ok_act" id="name_ok" active="true" posparent="edit_box_group" posref="BR BL" x="20" y="0"
|
</group>
|
||||||
hardtext="uiR2EDValidateForm" color="255 0 0 255" col_over="255 100 0 255" col_pushed="255 255 255 255"
|
<tree node="r2ed_acts"></tree>
|
||||||
wmin="50" onclick_l="lua" params_l="r2.acts:chooseLocationName()" />
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
<tree node="r2ed_acts">
|
|
||||||
</tree>
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
File diff suppressed because it is too large
Load Diff
@ -1,64 +1,26 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
||||||
<lua file="ring_access_point_filter.lua" />
|
<lua file="ring_access_point_filter.lua" />
|
||||||
|
<group type="container" id="ring_access_point_filter" title="uiR2EDScenarioFilters" global_color="false" line_at_bottom="false" movable="true" active="false" opened="true" openable="false" resizer="true" header_color="UI:SAVE:WIN:COLORS:OPT" on_close="" on_close_params="" on_deactive="" on_deactive_params="" pop_min_w="300" pop_min_h="270" w="300" h="270" pop_max_w="300" pop_max_h="270">
|
||||||
|
<group id="content" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL">
|
||||||
<group type="container" id="ring_access_point_filter" title="uiR2EDScenarioFilters" global_color="false" line_at_bottom="false"
|
|
||||||
movable="true" active="false" opened="true" openable="false" resizer="true" header_color="UI:SAVE:WIN:COLORS:OPT"
|
|
||||||
on_close="" on_close_params="" on_deactive="" on_deactive_params=""
|
|
||||||
pop_min_w="300" pop_min_h="270" w="300" h="270" pop_max_w="300" pop_max_h="270"
|
|
||||||
>
|
|
||||||
<group id="content" x="0" y="0" sizeref="wh" w="0" h="0" posref="TL TL" >
|
|
||||||
|
|
||||||
<!-- owner -->
|
<!-- owner -->
|
||||||
<instance template="h_label_edit_box" id="owner" y="-20" x="10" posparent="parent" posref="TL TL"
|
<instance template="h_label_edit_box" id="owner" y="-20" x="10" posparent="parent" posref="TL TL" hardtext="OWNER" w="265" w_label="65" w_box="200" fontsize="12" max_num_chars="20" onchange_params="" />
|
||||||
hardtext="OWNER" w="265" w_label="65" w_box="200" fontsize="12" max_num_chars="20" onchange_params="" />
|
|
||||||
|
|
||||||
<!-- level -->
|
<!-- level -->
|
||||||
<instance template="h_label_combo_box" id="level"
|
<instance template="h_label_combo_box" id="level" posref="BL TL" posparent="owner" w="270" w_label="70" w_combo="195" x="0" y="-10" hardtext="LEVEL" on_change_params="" />
|
||||||
posref="BL TL" posparent="owner" w="270" w_label="70" w_combo="195" x="0" y="-10" hardtext="LEVEL"
|
|
||||||
on_change_params="" />
|
|
||||||
|
|
||||||
<!-- genre -->
|
<!-- genre -->
|
||||||
<instance template="h_label_combo_box" id="genre"
|
<instance template="h_label_combo_box" id="genre" posref="BL TL" posparent="level" w="270" w_label="70" w_combo="195" x="0" y="-10" hardtext="GENRE" on_change_params="" />
|
||||||
posref="BL TL" posparent="level" w="270" w_label="70" w_combo="195" x="0" y="-10" hardtext="GENRE"
|
|
||||||
on_change_params="" />
|
|
||||||
|
|
||||||
<!-- name -->
|
<!-- name -->
|
||||||
<instance template="h_label_edit_box" id="name" y="-10" x="0" posparent="genre" posref="BL TL"
|
<instance template="h_label_edit_box" id="name" y="-10" x="0" posparent="genre" posref="BL TL" hardtext="NAME" w="265" w_label="65" w_box="200" fontsize="12" max_num_chars="20" onchange_params="" />
|
||||||
hardtext="NAME" w="265" w_label="65" w_box="200" fontsize="12" max_num_chars="20" onchange_params="" />
|
|
||||||
|
|
||||||
<!-- label -->
|
<!-- label -->
|
||||||
<group id="label_gr" sizeref="w" w="0" child_resize_h="true" child_resize_hmargin="20" x="0" y="-10"
|
<group id="label_gr" sizeref="w" w="0" child_resize_h="true" child_resize_hmargin="20" x="0" y="-10" posref="BL TL" posparent="name">
|
||||||
posref="BL TL" posparent="name" >
|
<view type="text" id="name_text" posref="TL TL" x="10" y="-10" color="255 255 255 255" global_color="true" fontsize="12" shadow="true" multi_line="true" hardtext="uiFilterScenarioText" />
|
||||||
<view type="text" id="name_text" posref="TL TL" x="10" y="-10" color="255 255 255 255"
|
|
||||||
global_color="true" fontsize="12" shadow="true" multi_line="true" hardtext="uiFilterScenarioText" />
|
|
||||||
</group>
|
</group>
|
||||||
|
<view type="bitmap" id="sep_top" posparent="label_gr" posref="TL TL" sizeparent="label_gr" sizeref="w" w="0" h="1" scale="true" texture="blank.tga" color="120 120 120 255" />
|
||||||
<view type="bitmap" id="sep_top" posparent="label_gr" posref="TL TL" sizeparent="label_gr" sizeref="w" w="0" h="1"
|
<view type="bitmap" id="sep_left" posparent="label_gr" posref="TL TL" sizeparent="label_gr" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
||||||
scale="true" texture="blank.tga" color="120 120 120 255" />
|
<view type="bitmap" id="sep_right" posparent="label_gr" posref="BR BR" sizeparent="label_gr" sizeref="h" h="0" w="1" y="0" x="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
||||||
|
<view type="bitmap" id="sep_bottom" posparent="label_gr" posref="BL BL" sizeparent="label_gr" sizeref="w" w="0" h="1" y="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
||||||
<view type="bitmap" id="sep_left" posparent="label_gr" posref="TL TL" sizeparent="label_gr" sizeref="h" h="0" w="1"
|
<ctrl style="button_ok" id="ok" active="true" x="0" y="-10" posref="BR TR" posparent="label_gr" text_y="0" onclick_l="lua" params_l="game.RingAccessPointFilter:validate()" hardtext="OK" fontsize="10" />
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
|
||||||
|
|
||||||
<view type="bitmap" id="sep_right" posparent="label_gr" posref="BR BR" sizeparent="label_gr" sizeref="h" h="0" w="1"
|
|
||||||
y="0" x="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
|
||||||
|
|
||||||
<view type="bitmap" id="sep_bottom" posparent="label_gr" posref="BL BL" sizeparent="label_gr" sizeref="w" w="0" h="1"
|
|
||||||
y="0" scale="true" texture="blank.tga" color="120 120 120 255" />
|
|
||||||
|
|
||||||
|
|
||||||
<ctrl style="button_ok" id="ok" active="true" x="0" y="-10" posref="BR TR" posparent="label_gr"
|
|
||||||
text_y="0" onclick_l="lua" params_l="game.RingAccessPointFilter:validate()" hardtext="OK" fontsize="10" />
|
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
<tree node="ring_access_point_filter"></tree>
|
||||||
<tree node="ring_access_point_filter">
|
|
||||||
</tree>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,49 +1,25 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
|
<!-- *************************** -->
|
||||||
<!-- *************************** -->
|
<!-- * WARNING WARNING WARNING * -->
|
||||||
<!-- * WARNING WARNING WARNING * -->
|
<!-- * WARNING WARNING WARNING * -->
|
||||||
<!-- * WARNING WARNING WARNING * -->
|
<!-- *************************** -->
|
||||||
<!-- *************************** -->
|
<!-- Removed from client_default.cg -->
|
||||||
|
<!-- *************************** -->
|
||||||
<!-- Removed from client_default.cg -->
|
<!-- * WARNING WARNING WARNING * -->
|
||||||
|
<!-- * WARNING WARNING WARNING * -->
|
||||||
<!-- *************************** -->
|
<!-- *************************** -->
|
||||||
<!-- * WARNING WARNING WARNING * -->
|
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
||||||
<!-- * WARNING WARNING WARNING * -->
|
<!-- ***************** -->
|
||||||
<!-- *************************** -->
|
<!-- * TRACKING MAIN * -->
|
||||||
|
<!-- ***************** -->
|
||||||
<root id="interface" x="0" y="0" w="800" h="600" active="true" />
|
<proc id="proc_tracking_active">
|
||||||
|
|
||||||
|
|
||||||
<!-- ***************** -->
|
|
||||||
<!-- * TRACKING MAIN * -->
|
|
||||||
<!-- ***************** -->
|
|
||||||
|
|
||||||
<proc id="proc_tracking_active">
|
|
||||||
<action handler="close_all_labos_but" params="ui:interface:tracking" />
|
<action handler="close_all_labos_but" params="ui:interface:tracking" />
|
||||||
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:TRACKING|value=1" />
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:TRACKING|value=1" />
|
||||||
<action handler="set" cond="eq(0,getbit(@SERVER:INTERFACES:FLAGS,strToIntFlag('Tracking')))" params="target='ui:interface:tracking:active'|value=0" />
|
<action handler="set" cond="eq(0,getbit(@SERVER:INTERFACES:FLAGS,strToIntFlag('Tracking')))" params="target='ui:interface:tracking:active'|value=0" />
|
||||||
</proc>
|
</proc>
|
||||||
|
<group type="container" id="tracking" w="320" h="512" resizer="false" openable="false" title="uiTrackingTitle" global_color="false" opened="true" movable="true" active="false" on_active="proc" on_active_params="proc_tracking_active" header_color="UI:SAVE:WIN:COLORS:LAB" on_deactive="set" on_deactive_params="dblink=UI:VARIABLES:ISACTIVE:TRACKING|value=0">
|
||||||
|
<group id="header_closed" x="0" y="0" h="16" posref="TL TL"></group>
|
||||||
<group type="container" id="tracking" w="320" h="512" resizer="false" openable="false" title="uiTrackingTitle"
|
<group id="header_opened" x="0" y="0" h="16" posref="TL TL" group_onclick_r="active_menu" group_params_r="menu=ui:interface:base_menu_with_color"></group>
|
||||||
global_color="false" opened="true" movable="true" active="false"
|
<group id="content" x="0" y="0" h="0" posref="TR TR"></group>
|
||||||
on_active="proc" on_active_params="proc_tracking_active" header_color="UI:SAVE:WIN:COLORS:LAB"
|
|
||||||
on_deactive="set" on_deactive_params="dblink=UI:VARIABLES:ISACTIVE:TRACKING|value=0"
|
|
||||||
>
|
|
||||||
|
|
||||||
<group id="header_closed" x="0" y="0" h="16" posref="TL TL" >
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group id="header_opened" x="0" y="0" h="16" posref="TL TL"
|
|
||||||
group_onclick_r="active_menu"
|
|
||||||
group_params_r="menu=ui:interface:base_menu_with_color" >
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="content" x="0" y="0" h="0" posref="TR TR" >
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
indent: yes
|
||||||
|
indent-spaces: 4
|
||||||
|
markup: yes
|
||||||
|
output-xml: yes
|
||||||
|
input-xml: yes
|
||||||
|
wrap: 0
|
||||||
|
|
Loading…
Reference in New Issue