|
 |
|
28th December 2010, 15:35
|
#91
|
|
Dark Templar Cimmerian
Destiny
Crom PvE
|
Nein habe ich nicht.
|
|
|
|
|
|
9th January 2011, 00:07
|
#93
|
|
Dark Templar Aquilonian
Ritter Sport
Mitra PvE
|
Hallo. kann mir jemand einen GUI empfehlen mit dem man auf einen 15,4" laptop bildschirm zocken kann?. problem bei der stonerune ui ist das ich die AA feats nicht anzeigen kann
|
|
|
|
|
|
6th February 2011, 00:44
|
#94
|
|
Tempest of Set Stygian
* T A G M A *
Mitra PvE
|
Quote:
Originally Posted by -Bersi-
Ja die Möglichkeit besteht.
Öffne die Datei Views/ Hud/Buttombars.xml in dem Ordner customized
Ändere folgende Werte ( rot markiert)
Zeile 119
Code:
<!-- BOTTOM LEFT-BARS -->
<View view_layout="stacked" h_alignment="RIGHT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,30)">
Zeile 191
Code:
<!-- MIDDLE RIGHT BARS -->
<View view_layout="stacked" h_alignment="LEFT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,30)">
Kleinere Zahlen bedeuted die UI wird nach unten verschoben, grössere nach oben.
Der Rest ist gefühlssache. Kannst die 30 einmal in 5 umändern, /reloadui eingeben und schauen. Den Rest musst du dir dann "ertasten".
EDIT: Habe etwas vergessen. wenn du die UI verschiebst bleibt die 5er Buttonleiste (das ist die wo der Rucksack und so ist) aber an Ort und Stelle, d.h. sie wandert aus der UI raus was unschön ausschaut.
Um das zu korrigieren musst du nachdem du die UI so gesetzt hast wie sie soll noch eine Datei öffnen und dort folgendes ändern. ( Rot markiert).
Views/ MainGui/MainSplitView.XML öffnen und bearbeiten.
Zeile 14
Code:
<View view_layout="horizontal" layout_borders="Rect(305,0,0,171)" >
Hier ist etwas Mathematik angesagt die Differenz aus der Buttombar.xml muss hier abgezogen bzw. dazugerechnet werden.
Beispiel Buttombar.Xml die beiden Werte von 30 auf 5 geändert. Die Differenz ist 25 negativ.
Jetzt in der MainSplitView.xml in Zeile 14 diese negative Differenz von 25 subtrahieren.
171-25 = 147, also die 171 in 147 ändern. Ich hoffe mal ich habs verständlich erklärt, ansonsten PN me.
MFG,
Tim
|
Da die Angaben anscheinend etwas veraltet sind, hier mal für diejenigen die Interesse haben, ihre Leisten etwas nach oben zu verschieben, um darunter noch eine Zusatzleiste, die sich nicht nach jedem Zonen wieder über die unterste Leiste verschiebt, zu platzieren -
__________________________________________________ __________
BottomBar.xml -->
_________________
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 87602 $ (must be within the first 200 characters of the file) -->
<View xmlns:template="template.dtd"
xmlns:nocreate="nocreate.dtd"
view_layout="horizontal"
v_alignment="BOTTOM"
_view_flags="WID_HANDLE_MOUSE">
<!-- ICON CONTROLS -->
<template:ShortcutView layout_borders="Rect(0,0,0,0)"
out_of_range_bitmap="icons/outofrange_icon.tga"
icon_spacing = "3"
slot_template="SlotTemplate">
<!-- ICON SIZING -->
<template:ItemSlotView template:name="SlotTemplate"
layout_borders="Rect(2,0,2,0)"
slot_size= "Point(36,36)"
icon_borders = "Point(0,0)"
max_zoom="0"
gfx_background=""/>
<!-- ICON SIZING ENDS -->
</template:ShortcutView>
<!-- ICON CONTROLS ENDS -->
<template:PerkView layout_borders="Rect(0,0,0,0)"
out_of_range_bitmap="icons/outofrange_icon.tga"
icon_spacing = "3"
slot_template="SlotTemplate">
<!-- ICON SIZING -->
<template:ItemSlotView template:name="SlotTemplate"
layout_borders="Rect(2,0,2,0)"
slot_size= "Point(36,36)"
icon_borders = "Point(0,0)"
max_zoom="0"
gfx_background=""/>
<!-- ICON SIZING ENDS -->
</template:PerkView>
<!-- LEFT SIDE & BARS BEGIN -->
<View view_layout="vertical" h_alignment="RIGHT">
<View name="LPortraitParentView" view_layout="horizontal" v_alignment="BOTTOM" layout_borders="Rect(0,0,5,0)">
<HLayoutSpacer/>
<View name="LPortraitViewDock"
view_layout="stacked"
h_alignment="RIGHT"
_min_size_limit="Point(-1,COORD_MAX)"
_max_size_extend="Point(COORD_MAX,-1)"
layout_borders="Rect(0,0,0,0)"/>
</View>
<!-- TOP LEFT-BARS -->
<View view_layout="stacked" h_alignment="RIGHT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,0)">
<!-- TOP LEFT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Top_Left6.tga" />
</View>
<Button name="PerkBarSwitchButton"
view_tooltip_text="<localized token=TogglePerkbar />"
layout_borders="Rect(-60,12,250,6)"
gfxid_raised = "../../Customized/gfx/KingUI/KingBar/King_perkbar_button_off.tga"
gfxid_pressed = "../../Customized/gfx/KingUI/KingBar/King_perkbar_button_on.tga"
gfxid_highlight = "../../Customized/gfx/KingUI/KingBar/King_perkbar_button_hover.tga"
/>
<!-- TOP LEFT-ART ENDS -->
<!-- LAG INDICATOR -->
<BitmapView name="LagIndicator" view_flags="WID_AUTO_HIGHLIGHT"
layout_borders="Rect(0,0,25,45)" >
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_1.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_2.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_3.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_4.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_5.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_6.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_7.tga"/>
<nocreate:Bitmap name="../../Customized/gfx/KingUI/KingLagMeter/King_lagmeter_8.tga"/>
</BitmapView>
<!-- LAG INDICATOR ENDS -->
<!-- SOUL SHARD BAR -->
<SoulFragmentBar view_layout="horizontal" h_local_alignment="CENTER" layout_borders="Rect(50,0,0,40)"/>
<!-- SOUL SHARD BAR -->
<!-- TOP LEFT BAR SETTINGS -->
<ViewSelector name="ViewSelector">
<ShortcutView name="ShortcutBar1"
layout_borders="Rect(0,0,3,2)"
first_slot="10000"
slot_count="6"
hotkeyrange_start="Shortcutbar_Left_1" hotkeyrange_length="6"/>
<PerkView name="PerkBar1" layout_borders="Rect(0,0,3,2)" first_slot="13000" slot_count="6" />
</ViewSelector>
<!-- TOP LEFT BAR SETTINGS ENDS -->
</View>
<!-- MIDDLE LEFT-BARS -->
<View view_layout="stacked" h_alignment="RIGHT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,0)">
<!-- MIDDLE LEFT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Middle_Left10.tga" />
</View>
<!-- MIDDLE LEFT-ART ENDS -->
<!-- MIDDLE LEFT BAR SETTINGS -->
<ShortcutView name="ShortcutView2"
layout_borders="Rect(0,0,3,2)"
first_slot="20100"
slot_count="10"
hotkeyrange_start="Shortcutbar_Extra2_1" hotkeyrange_length="10"/>
<!-- MIDDLE LEFT BAR SETTINGS ENDS -->
</View>
<!-- BOTTOM LEFT-BARS -->
<View view_layout="stacked" h_alignment="RIGHT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,55)">
<!-- BOTTOM LEFT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Bottom_Left10.tga" />
</View>
<!-- BOTTOM LEFT-ART ENDS -->
<!-- BOTTOM LEFT BAR SETTINGS -->
<ShortcutView name="ShortcutView2"
layout_borders="Rect(0,0,3,21)"
first_slot="20110"
slot_count="10"
hotkeyrange_start="Shortcutbar_Extra2_11" hotkeyrange_length="10"/>
<!-- BOTTOM LEFT BAR SETTINGS ENDS -->
</View>
</View>
<!-- LEFT SIDE/BARS ENDS -->
<!-- ************************************************************************************************************************************** -->
<!-- MIDDLE SECTION & BARS BEGIN -->
************************************
************************************
MINIMAP/COMBAT ROSE/ACTION LIST
************************************
************************************
-->
<View view_layout="stacked" h_alignment="CENTER" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,0)">
<!-- <BitmapView bitmap_gfx="../../Customized/gfx/PlaguedUI_Core/BottomBars/MM.tga" /> -->
<!-- <BitmapView bitmap_gfx="../../Customized/gfx/PlaguedUI_Core/BottomBars/MMsm.tga" /> -->
<!-- <BitmapView bitmap_gfx="../../Customized/gfx/PlaguedUI_Core/BottomBars/MMsb.tga" /> -->
<BitmapView bitmap_gfx="../../Customized/gfx/PlaguedUI_Core/BottomBars/MMlb.tga" />
<View view_layout="vertical" layout_borders="Rect(0,0,0,0)">
<!-- Bottom Bar Minimap version
<ActionListView name ="ActionListView"
view_layout ="stacked"
layout_borders ="Rect(0,0,0,1)"
icon_spacing ="-8"
default_action_bg ="icons/actions/actionicon_selection.tga"/>-->
<!--
<View name="RadarViewDock" view_layout="stacked" layout_borders="Rect(0,0,0,-20)" min_size_extend="Point(-1,30)" view_flags="WID_IGNORE_WHEN_HIDDEN" />
-->
</View>
<!-- <View name="CombatRoseDock" view_flags="WID_IGNORE_WHEN_HIDDEN" view_layout="stacked" layout_borders="Rect(3,0,0,24)"/>-->
</View>
<!-- MIDDLE SECTION & BARS ENDS -->
<!-- ************************************************************************************************************************************** -->
<!-- RIGHT SIDE & BARS BEGIN -->
<View view_layout="vertical" h_alignment="LEFT">
<View name="RPortraitParentView" view_layout="horizontal" v_alignment="BOTTOM" layout_borders="Rect(0,0,-20,-7)">
<View name="RPortraitViewDock"
view_layout="stacked"
h_alignment="LEFT"
_min_size_limit="Point(-1,COORD_MAX)"
_max_size_extend="Point(COORD_MAX,-1)"
layout_borders="Rect(0,0,-10,0)"/>
<HLayoutSpacer/>
</View>
<!-- TOP RIGHT BARS -->
<View view_layout="stacked" h_alignment="LEFT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,0)">
<!-- TOP RIGHT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Top_Right6.tga" />
</View>
<!-- TOP RIGHT-ART ENDS -->
<!-- TOP RIGHT BAR SETTINGS -->
<ShortcutView name="ShortcutView"
layout_borders="Rect(3,0,0,2)"
first_slot="20000"
slot_count="6"
hotkeyrange_start="Shortcutbar_Extra1_1" hotkeyrange_length="6"/>
<!-- TOP RIGHT BAR SETTINGS ENDS -->
</View>
<!-- MIDDLE RIGHT BARS -->
<View view_layout="stacked" h_alignment="LEFT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,0)">
<!-- MIDDLE RIGHT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Middle_Right10.tga" />
</View>
<!-- MIDDLE RIGHT-ART ENDS -->
<!-- MIDDLE RIGHT BAR SETTINGS -->
<ShortcutView name="MultiBar1"
layout_borders="Rect(3,0,0,2)"
first_slot="0"
slot_count="10"
hotkeyrange_start="Shortcutbar_1" hotkeyrange_length="10"/>
<!-- MIDDLE RIGHT BAR SETTINGS ENDS -->
</View>
<!-- MIDDLE RIGHT BARS -->
<View view_layout="stacked" h_alignment="LEFT" v_alignment="BOTTOM" layout_borders="Rect(0,0,0,55)">
<!-- MIDDLE RIGHT-ART -->
<View view_layout="horizontal">
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingBar/King_Bottom_Right10.tga" />
</View>
<!-- MIDDLE RIGHT-ART ENDS -->
<!-- MIDDLE RIGHT BAR SETTINGS -->
<ShortcutView name="ShortcutView"
layout_borders="Rect(3,0,0,21)"
first_slot="20006"
slot_count="10"
hotkeyrange_start="Shortcutbar_Extra1_7" hotkeyrange_length="10"/>
<!-- MIDDLE RIGHT BAR SETTINGS ENDS -->
</View>
</View>
<!-- RIGHT SIDE & BARS ENDS -->
</View>
__________________________
MainSplitView.xml -->
__________________________
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 87602 $ (must be within the first 200 characters of the file) -->
<View xmlns:template="template.dtd"
view_layout="stacked"
v_alignment="BOTTOM"
panel_size_normal = "Point(349,612)"
panel_size_extended = "Point(539,612)"
slide_sound = "sfx/gui/gui_sidebar_sliding.wav">
<View view_layout="horizontal" layout_borders="Rect(250,0,0,196)" >
<template:SidepanelTab />
<SidepanelTab name="SPTabCharacter"
gfx_inactive = "../../Customized/GFX/KingUI/KingTabs/King_CharacterX.tga"
gfx_left_active = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_right_active = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_active = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_inactive_h = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_left_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_right_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
gfx_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Character.tga"
view_tooltip_text = "<localized token=TabCharacterTooltip>"
hotkey = "Toggle_SP_Character"
left_module = "SPCharAttribView"
right_module = "SPCharSkillsView"/>
<SidepanelTab name="SPTabSpells"
gfx_inactive = "../../Customized/GFX/KingUI/KingTabs/King_SpellsX.tga"
gfx_left_active = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_right_active = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_active = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_inactive_h = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_left_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_right_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
gfx_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Spells.tga"
view_tooltip_text = "<localized token=TabSpellsTooltip>"
hotkey = "Toggle_SP_Spells"
left_module = "SPSpellsLeft"
right_module = "SPSpellsRight"/>
<SidepanelTab name="SPTabFeats"
gfx_inactive = "../../Customized/GFX/KingUI/KingTabs/King_FeatsX.tga"
gfx_left_active = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_right_active = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_active = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_inactive_h = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_left_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_right_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
gfx_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Feats.tga"
view_tooltip_text = "<localized token=TabFeatsTooltip>"
hotkey = "Toggle_SP_Feats"
left_module = "SPFeatsLeft"
right_module = "SPFeatsRight" />
<SidepanelTab name="SPTabJournal"
gfx_inactive = "../../Customized/GFX/KingUI/KingTabs/King_QuestX.tga"
gfx_left_active = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_right_active = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_active = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_inactive_h = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_left_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_right_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
gfx_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Quest.tga"
view_tooltip_text = "<localized token=TabQuestJournalTooltip>"
hotkey = "Toggle_SP_Journal"
left_module = "SPQuestJournal"
right_module = "SPQuestView"/>
<SidepanelTab name="SPTabInventoryView"
gfx_inactive = "../../Customized/GFX/KingUI/KingTabs/King_InventoryX.tga"
gfx_left_active = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_right_active = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_active = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_inactive_h = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_left_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_right_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
gfx_active_h = "../../Customized/GFX/KingUI/KingTabs/King_Inventory.tga"
view_tooltip_text = "<localized token=TabInventoryTooltip>"
hotkey = "Toggle_InventoryView"
left_module = "SPWearView"
right_module = "SPInventoryView"/>
</View>
<View view_layout="horizontal" layout_inner_borders="Rect(0,0,0,90)" layout_borders="Rect(0,0,0,175)" v_alignment="TOP">
<View name="LeftPanelBorders"
view_flags="WID_HANDLE_MOUSE|WID_AUTO_HIGHLIGHT"
interaction_borders="Rect(0,0,20,30)"
view_layout="stacked"
h_alignment="RIGHT"
v_alignment="TOP">
<BorderView view_flags="BVF_TILE_LEFT|BVF_TILE_RIGHT|BVF_TILE_TOP|BVF_TILE_BOTTOM|BVF_TILE_BACKGROUND"
view_layout="vertical"
layout_borders="Rect(0,0,7,0)"
bg_bitmap_borders = "Rect(0,20,20,30)"
_min_size_extend="Point(569,690)"
_max_size_limit ="Point(569,690)"
gfx_tl = ""
gfx_tr = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_left_topright.tga"
gfx_bl = ""
gfx_br = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_left_bottomright.tga"
gfx_left = ""
gfx_top = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_left_top.tga"
gfx_right = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_left_right.tga"
gfx_bottom = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_left_bottom.tga"
gfx_background = "../../Customized/GFX/KingUI/KingSidebar/King_rock_tile.tga">
<View view_layout="stacked"
h_alignment="LEFT"
v_alignment="TOP"
max_size_extend="Point(COORD_MAX,-1)"
layout_borders="Rect(15,10,0,4)">
<TextView name="LeftPanelTitle"
default_color="#430000"
font="HYBORIANLARGE"
/>
</View>
<SideBarDock name="LeftPanelDock"
layout_borders = "Rect(0,0,28,43)"
dock_type_name="SideBarLeft"
view_layout="stacked"
min_size_extend="Point(541,612)"
max_size_limit ="Point(541,612)"/>
</BorderView>
<_View name="ExpandButtonGroupLeft" view_layout="stacked" h_alignment="RIGHT">
<Button name="ExpandButtonLeft"
layout_borders="Rect(0,80,0,0)"
gfxid_raised = "featgui/expand_sidebar.tga"
gfxid_pressed = "featgui/expand_sidebar_click.tga"
gfxid_highlight = "featgui/expand_sidebar_hover.tga"/>
<Button name="ContractButtonLeft"
layout_borders="Rect(0,80,26,0)"
gfxid_raised = "featgui/contract_sidebar.tga"
gfxid_pressed = "featgui/contract_sidebar_click.tga"
gfxid_highlight = "featgui/contract_sidebar_hover.tga"/>
</_View>
</View>
<_View _layout_borders="Rect(-14,0,-14,0)" max_size_extend="Point(-1,COORD_MAX)"/>
<HLayoutSpacer/>
<View name="RightPanelBorders"
view_flags="WID_HANDLE_MOUSE|WID_AUTO_HIGHLIGHT"
interaction_borders="Rect(20,0,0,30)"
view_layout="stacked"
h_alignment="LEFT"
v_alignment="TOP">
<BorderView view_flags="BVF_TILE_LEFT|BVF_TILE_RIGHT|BVF_TILE_TOP|BVF_TILE_BOTTOM|BVF_TILE_BACKGROUND"
view_layout="vertical"
layout_borders="Rect(7,0,0,0)"
layout_inner_borders ="Rect(28,0,0,43)"
bg_bitmap_borders = "Rect(20,20,0,30)"
gfx_tl = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_right_topleft.tga"
gfx_tr = ""
gfx_bl = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_right_bottomleft.tga"
gfx_br = ""
gfx_left = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_right_left.tga"
gfx_top = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_right_top.tga"
gfx_right = ""
gfx_bottom = "../../Customized/GFX/KingUI/KingSidebar/King_sidebar_right_bottom.tga"
gfx_background = "../../Customized/GFX/KingUI/KingSidebar/King_rock_tile.tga">
<View view_layout="stacked"
h_alignment="RIGHT"
v_alignment="TOP"
max_size_extend="Point(COORD_MAX,-1)"
layout_borders="Rect(0,10,15,4)">
<TextView name="RightPanelTitle"
default_color="#430000"
font="HYBORIANLARGE"
/>
</View>
<SideBarDock name="RightPanelDock"
dock_type_name="SideBarRight"
view_layout="stacked"
min_size_extend="Point(349,612)"
max_size_limit ="Point(349,612)"/>
</BorderView>
<_View name="ExpandButtonGroupRight" view_layout="stacked" h_alignment="LEFT">
<Button name="ExpandButtonRight"
layout_borders="Rect(0,80,0,0)"
gfxid_raised = "featgui/contract_sidebar.tga"
gfxid_pressed = "featgui/contract_sidebar_click.tga"
gfxid_highlight = "featgui/contract_sidebar_hover.tga"/>
<Button name="ContractButtonRight"
layout_borders="Rect(26,80,0,0)"
gfxid_raised = "featgui/expand_sidebar.tga"
gfxid_pressed = "featgui/expand_sidebar_click.tga"
gfxid_highlight = "featgui/expand_sidebar_hover.tga"/>
</_View>
</View>
</View>
</View>
Das Ganze sieht dann SO aus -->

|
|
Last edited by Hami; 6th February 2011 at 21:05..
|
|
|
|
8th March 2011, 18:52
|
#95
|
|
Assassin Aquilonian
|
Nach dem Patch 2.1.3 geht mein Interface (King UI) nicht mehr. Habs auch wie gewöhnlich mit ByCrom probiert, vergeblich! Was tun???
|
|
|
|
|
|
8th March 2011, 19:08
|
#96
|
|
|
Habe das selbe Problem.Nach dem Patch heute geht die UI nicht mehr.
Ich drück die Daumen und hoffe,das es bald wieder geht.Diese UI ist für mich die beste und ich würde nur ungerne darauf verzichten müssen  .
|
|
|
|
|
|
8th March 2011, 19:13
|
#97
|
|
Mitra PvE
|
Hat bei mir funktioniert:
Bekomme die selbe meldung vom bycrom patcher wie tador.Mit nem andren tool geht es aber nun.
Habs mal hochgeladen:
http://uploaded.to/file/1e1zkw
Runterladen, entpacken und ausführen, fertig.
MfG
Seldra
|
|
|
|
|
|
8th March 2011, 19:14
|
#98
|
|
|
Hab auch gerade mit erschrecken festgestellt, dass die UI trotz ByCrom nicht funzt =/
Bitte bekommt das wieder hin, ohne die UI kann ich einfach kein AoC mehr zocken ^^
|
|
|
|
|
|
8th March 2011, 19:19
|
#99
|
|
|
Mit dem Tool von Sandria gehts.Runterladen Entpacken und starten,dann funktionierts wieder.
Dank dir Sandria !!!
|
|
|
|
|
|
8th March 2011, 20:12
|
#100
|
|
Assassin Aquilonian
|
Hab das problem selbst gelöst. Man muss einfach die Nummern in den Scripts von Alt auf Neu abändern, und dann geht auch alles wieder...
|
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|