-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.xml
77 lines (70 loc) · 3.73 KB
/
mod.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<modification
application="Heroes of Newerth"
appversion="3*"
mmversion="1.3"
name="OptiUI"
version="0.2.3"
date="2015/1/2"
description="
Optimized User Interface
In this version:
Added the ward slot.
"
author="Trelokotsidu"
weblink="http://forums.heroesofnewerth.com/showthread.php?508702"
updatecheckurl="https://raw.github.com/LoathingKernel/OptiUI/master/version.txt"
updatedownloadurl="https://raw.github.com/LoathingKernel/OptiUI/master/OptiUI.honmod"
>
<applybefore name="*" version="*" />
<!-- Textures -->
<copyfile name="ui/elements/optiui_button_bevel_over.tga" overwrite="yes" />
<copyfile name="ui/elements/optiui_button_bevel_up.tga" overwrite="yes" />
<copyfile name="ui/elements/optiui_bar_highlight.tga" overwrite="yes" />
<copyfile name="ui/elements/optiui_button_bevel_disabled.tga" overwrite="yes" />
<copyfile name="ui/elements/optiui_button_bevel_down.tga" overwrite="yes" />
<copyfile name="ui/elements/optiui_voip_talking.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_primary_none.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_sign.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_pop_up.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_lock_down.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_primary_strength.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_lock_over.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_bot_right_multi.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_over.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_gold.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_bot_center.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_unlock_up.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_down.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_inventory_cover.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_primary_agility.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_primary_intelligence.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_ability_toggle.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_lock_up.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_disabled.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_unlock_down.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_up.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_alt_courier_unlock_over.tga" overwrite="yes" />
<copyfile name="ui/common/optiui_clockface.tga" overwrite="yes" />
<copyfile name="ui/legion/optiui_lvl_up_glow.tga" overwrite="yes" />
<copyfile name="ui/legion/optiui_behind_bar.tga" overwrite="yes" />
<!-- Packages -->
<copyfile name="ui/optiui_fastshare.package" overwrite="yes" />
<copyfile name="ui/optiui_stash.package" overwrite="yes" />
<copyfile name="ui/optiui_respawn_timers.package" overwrite="yes" />
<copyfile name="ui/optiui_voip_bars.package" overwrite="yes" />
<!-- Interfaces -->
<copyfile name="ui/game.interface" overwrite="yes" />
<!-- Scripts -->
<copyfile name="ui/scripts/optiui_game_new.lua" overwrite="yes" />
<!-- Mod Options -->
<copyfile name="ui/optiui_options.package" overwrite="yes" />
<editfile name="ui/mod_options_elements.package">
<find><![CDATA[<!-- INSERT AFTER THIS -->]]></find>
<insert position="after">
<![CDATA[
<include file="/ui/optiui_options.package" />
]]>
</insert>
</editfile>
</modification>