-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.xml
54 lines (50 loc) · 2.7 KB
/
base.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
<mod name="SkyLib" global_key="SkyLib" color="Color(0.63, 0.58, 0.95)" priority="999">
<AssetUpdates id="Painday2/Skylib" provider="github" release="true" version="alpha" dont_delete="true"/>
<AssetUpdates id="Painday2/SkyLib" provider="github" branch="zm-assets" custom_name="ZM Assets" folder_name="SkyLib-zm-assets" install_directory="$ModPath$"/>
<Classes directory="classes">
<class file="Utils/SkyHook.lua"/>
<class file="Utils/Table.lua"/>
<class file="SkyLib.lua"/>
<class file="SkyLibTweakData.lua"/>
<class file="SkyLibSound.lua"/>
<class file="SkyLibNetwork.lua"/>
<class file="SkyLibVideo.lua"/>
<class file="Gamemodes/Sora/CODZ/CODZ.lua"/>
<class file="Gamemodes/Sora/CODZ/CODZ_WeaponHelper.lua"/>
<class file="Gamemodes/Sora/Survival/Survival.lua"/>
<class file="Gamemodes/Sora/Survival/Survival_GameManager.lua"/>
<class file="Gamemodes/Sora/Survival/Survival_BuyMenu.lua"/>
<class file="Gamemodes/Sora/Survival/Survival_WeaponHelper.lua"/>
<class file="Gamemodes/Sora/Survival/Survival_Profile.lua"/>
</Classes>
<Hooks directory="hooks">
<hook file="gamesetup.lua" source_file="lib/setups/gamesetup"/>
<hook file="WeaponSkins.lua" source_file="lib/tweak_data/blackmarket/weaponskinstweakdata"/>
<hook file="EquipmentsTweakdata.lua" source_file="lib/tweak_data/equipmentstweakdata"/>
<hook file="HUDIconsTweakdata.lua" source_file="lib/tweak_data/hudiconstweakdata"/>
<hook file="WeaponFactoryTweakData.lua" source_file="lib/tweak_data/weaponfactorytweakdata"/>
<hook file="UpgradesTweakData.lua" source_file="lib/tweak_data/upgradestweakdata"/>
</Hooks>
<Hooks>
<hook file="classes/Gamemodes/Sora/CODZ/Hooks/LoadSounds.lua" source_file="lib/setups/gamesetup"/>
</Hooks>
<Localization default="unique_lines.txt" directory="loc">
<loc file="unique_lines.txt" language="english"/>
</Localization>
<AddFiles directory="assets">
<texture path="ui/bloodtrail"/>
<texture path="ui/bloodtrail_other"/>
<font load="true" path="fonts/escom_outline"/>
<texture path="fonts/escom_outline"/>
<texture path="ui/survival/stat_bar_empty"/>
<texture path="ui/survival/stat_bar_fill"/>
<texture path="ui/survival/menu_cat_ar"/>
<texture path="ui/survival/menu_cat_legend"/>
<texture path="ui/survival/menu_cat_lmg"/>
<texture path="ui/survival/menu_cat_smg"/>
<texture path="ui/survival/menu_cat_sg"/>
<texture path="ui/survival/menu_cat_pistol"/>
<texture path="ui/survival/menu_cat_snp"/>
</AddFiles>
<Package file="SkyLib-zm-assets/ZMAssets.xml" id="packages/ZMAssets"/>
</mod>