Initial commit

This commit is contained in:
Hash Borgir
2024-04-16 21:45:38 -06:00
commit 3159020c38
533 changed files with 135446 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="autogoldpickup" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<label
name="m_gold_label"
default_pos_x="600"
default_pos_y="540"
text=""
color="7"
font="2"
resolution_count="1"
res1_x="800" pos1_x="600"
res1_y="600" pos1_y="540"
/>
</menu>
</interface>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="autopickup" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<button name="m_auto_pickup_btn"
default_pos_x="597"
default_pos_y="593"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="8"
frameUp="6"
clickSound="4"
popup="Auto pickup"
resolution_count="1"
res1_x="800" pos1_x="597"
res1_y="600" pos1_y="593"
/>
</menu>
</interface>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="autosort" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<button name="m_sort_inventory_btn"
default_pos_x="676"
default_pos_y="476"
resolution_count="1"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="1"
frameUp="0"
clickSound="4"
popup="Sort inventory"
res1_x="800" pos1_x="676"
res1_y="600" pos1_y="476"
/>
<button name="m_sort_stash_btn"
default_pos_x="508"
default_pos_y="688"
resolution_count="1"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="1"
frameUp="0"
clickSound="4"
popup="Sort stash"
res1_x="800" pos1_x="137"
res1_y="600" pos1_y="476"
/>
<button name="m_sort_cube_btn"
default_pos_x="518"
default_pos_y="272"
resolution_count="1"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="1"
frameUp="0"
clickSound="4"
popup="Sort cube"
res1_x="800" pos1_x="95"
res1_y="600" pos1_y="476"
/>
</menu>
</interface>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="autotransmute" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<button
name="m_auto_transmute_btn"
default_pos_x="0"
default_pos_y="0"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="5"
frameUp="4"
clickSound="4"
popup="Auto transmute"
resolution_count="1"
res1_x="0" pos1_x="0"
res1_y="0" pos1_y="0"
/>
</menu>
</interface>

View File

@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu
name="loot_filter_settings_menu"
default_pos_x="0"
default_pos_y="300"
width="402"
height="224"
resolution_count="1"
res1_x="800" pos1_x="0"
res1_y="600" pos1_y="300"
>
<image name="m_bg1"
x="0" y="224"
image="data\global\UI\FrontEnd\PopUpWideNoHoles"
frame="0" blockClick ="true"/>
<image name="m_bg2"
x="224" y="224"
image="data\global\UI\FrontEnd\PopUpWideNoHoles"
frame="1" blockClick ="true"/>
<checkbox name ="m_altonly"
x="32" y="32"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show items only when ALT key is pressed"
text="ALT-only items"
color="0" font="1"
image="data\global\ui\PANEL\clickbox"/>
<!--=================================================-->
<group name="m_misc_group"
x="32"
y="72">
<checkbox name ="m_show_gold"
x="0" y="0"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show gold piles"
text="Show gold"
color="7" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_show_runes"
x="0" y="20"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show runes"
text="Show runes"
color="11" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_show_gems"
x="0" y="40"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show gems and skulls"
text="Show gems"
color="11" font="1"
image="data\global\ui\PANEL\clickbox"/>
</group>
<!--=================================================-->
<group name="m_qualities_group"
x="210"
y="32">
<checkbox name ="m_inferior"
x="0" y="0"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show low-quality items"
text="Inferior items"
color="5" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_normal"
x="0" y="20"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show normal items"
text="Normal items"
color="0" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_superior"
x="0" y="40"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show superior items"
text="Superior items"
color="0" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_magic"
x="0" y="60"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show magic items"
text="Magic items"
color="3" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_set"
x="0" y="80"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show set items"
text="Set items"
color="2" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_rare"
x="0" y="100"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show rare items"
text="Rare items"
color="9" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_unique"
x="0" y="120"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show unique items"
text="Unique items"
color="4" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_crafted"
x="0" y="140"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show crafted items"
text="Crafted items"
color="8" font="1"
image="data\global\ui\PANEL\clickbox"/>
<checkbox name ="m_tempered"
x="0" y="160"
frameChecked="1" frameUnchecked="0" clickSound="4"
popup="Show tempered items"
text="Tempered items"
color="10" font="1"
image="data\global\ui\PANEL\clickbox"/>
</group>
</menu>
</interface>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="loot_filter_settings_menu_toggle_menu" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<button name="m_toggle_filter_settings_btn"
default_pos_x="170"
default_pos_y="594"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="3"
frameUp="2"
clickSound="4"
popup="Open/Close loot filter settings"
resolution_count="1"
res1_x="800" pos1_x="170"
res1_y="600" pos1_y="594"
/>
</menu>
</interface>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<menu name="reloaditems" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
<button name="m_reload_items_btn"
default_pos_x="92"
default_pos_y="476"
width="32"
height="32"
image="d2tweaks\assets\buttons"
frameDown="10"
frameUp="9"
clickSound="4"
popup="Reload items"
resolution_count="1"
res1_x="800" pos1_x="92"
res1_y="600" pos1_y="476"
/>
</menu>
</interface>