Remove Patcher UI elements

Remove Patcher UI elements
ryzomclassic-develop
Xtarsia 4 years ago
parent ec4e2e188e
commit a2b68113ec

@ -58,7 +58,6 @@
<value value="game_config" hardtext="uiGlobalSettings" contexts="game, r2ed, r2ed_anim_test, r2ed_anim_dm"/> <value value="game_config" hardtext="uiGlobalSettings" contexts="game, r2ed, r2ed_anim_test, r2ed_anim_dm"/>
<value value="connection" hardtext="uiConnection" contexts="game"/> <value value="connection" hardtext="uiConnection" contexts="game"/>
<value value="mp3_player" hardtext="uimwMP3Player" contexts="game"/> <value value="mp3_player" hardtext="uimwMP3Player" contexts="game"/>
<value value="bg_downloader" hardtext="uimwBGDownloader" contexts="game"/>
<value value="links" hardtext="uiLinks" contexts="game"/> <value value="links" hardtext="uiLinks" contexts="game"/>
<value value="debug_info" hardtext="uiDebug" contexts="game"/> <value value="debug_info" hardtext="uiDebug" contexts="game"/>

@ -1639,7 +1639,6 @@ This MUST follow the Enum MISSION_DESC::TIconId
<variable entry="UI:VARIABLES:ISACTIVE:MACROS" type="sint32" value="0" /> <variable entry="UI:VARIABLES:ISACTIVE:MACROS" type="sint32" value="0" />
<variable entry="UI:VARIABLES:ISACTIVE:ENCYCLOPEDIA" type="sint32" value="0" /> <variable entry="UI:VARIABLES:ISACTIVE:ENCYCLOPEDIA" type="sint32" value="0" />
<variable entry="UI:VARIABLES:ISACTIVE:MP3PLAYER" type="sint32" value="0" /> <variable entry="UI:VARIABLES:ISACTIVE:MP3PLAYER" type="sint32" value="0" />
<variable entry="UI:VARIABLES:ISACTIVE:BG_DOWNLOADER" type="sint32" value="0" />
<variable entry="UI:VARIABLES:ISACTIVE:COSMETICS" type="sint32" value="0" /> <variable entry="UI:VARIABLES:ISACTIVE:COSMETICS" type="sint32" value="0" />
<variable entry="UI:VARIABLES:ISACTIVE:MILKO_PAD" type="sint32" value="0" /> <variable entry="UI:VARIABLES:ISACTIVE:MILKO_PAD" type="sint32" value="0" />

@ -819,11 +819,6 @@
onclick_l="show_hide" params_l="mp3_player" tooltip="uiMk_system6" onclick_l="show_hide" params_l="mp3_player" tooltip="uiMk_system6"
tx_normal="mp3.tga" tx_pushed="mp3.tga" c="%color_beige" /> tx_normal="mp3.tga" tx_pushed="mp3.tga" c="%color_beige" />
<!-- Background downloader -->
<instance template="mk_icon_text" id="sys7" hardtext="uiMk_system8" posparent="sys6" posref="BL TL"
onclick_l="show_hide" params_l="bg_downloader" tooltip="uiMk_system8"
tx_normal="bg_downloader.tga" tx_pushed="bg_downloader.tga" c="%color_beige" />
</group> </group>
@ -1159,9 +1154,6 @@
<instance template="win_button" id="mp" color="UI:SAVE:WIN:COLORS:OPT" text="uimwTaskBar" posparent="mp3" posref="BL TL" x="0" y="-4" <instance template="win_button" id="mp" color="UI:SAVE:WIN:COLORS:OPT" text="uimwTaskBar" posparent="mp3" posref="BL TL" x="0" y="-4"
pushflag="UI:VARIABLES:ISACTIVE:MILKO_PAD" win_name="milko_pad" /> pushflag="UI:VARIABLES:ISACTIVE:MILKO_PAD" win_name="milko_pad" />
<!-- <instance template="win_button" id="bg_downloader" color="UI:SAVE:WIN:COLORS:OPT" text="uimwBGDownloader" posparent="mp3" posref="BL TL" x="0" y="-4"
pushflag="UI:VARIABLES:ISACTIVE:BG_DOWNLOADER" win_name="bg_downloader" /> -->
<!--<instance template="win_button" id="cosm" color="UI:SAVE:WIN:COLORS:OPT" text="uimwCosmetics" posparent="mp3" posref="BL TL" x="0" y="-4" <!--<instance template="win_button" id="cosm" color="UI:SAVE:WIN:COLORS:OPT" text="uimwCosmetics" posparent="mp3" posref="BL TL" x="0" y="-4"
pushflag="UI:VARIABLES:ISACTIVE:COSMETICS" win_name="cosmetics" />--> pushflag="UI:VARIABLES:ISACTIVE:COSMETICS" win_name="cosmetics" />-->

Loading…
Cancel
Save