-
Notifications
You must be signed in to change notification settings - Fork 7
/
mod.txt
52 lines (52 loc) · 3.1 KB
/
mod.txt
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
{
"name" : "Warframe HUD",
"description" : "Warframe styled HUD",
"author" : "Hoppip",
"priority" : -100,
"vr_disabled" : true,
"color" : "0.043 0.808 0.6",
"image" : "mod.png",
"version" : "1.6.8",
"updates" : [{
"identifier" : "pd2-warframe-hud",
"host": { "meta" : "https://updates.hoppip.at/pd2-warframe-hud" }
}],
"dependencies" : {
"pd2-hoplib" : { "meta": "https://updates.hoppip.at/pd2-hoplib" }
},
"hooks" : [
{ "hook_id" : "core/lib/managers/subtitle/coresubtitlemanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebesiege", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudassaultcorner", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudchat", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudheisttimer", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudinteraction", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudobjectives", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudplayercustody", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudplayerdowned", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudpresenter", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudteammate", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hud/hudtemp", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/mission/elementareatrigger", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/chatmanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/hudmanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/lootmanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/playermanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/network/base/basenetworksession", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/equipmentstweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/interactiontweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/tweakdatapd2", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/vehicletweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/beings/player/states/playerstandard", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/beings/player/playerdamage", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/beings/player/playerinventory", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/beings/player/playermovement", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/equipment/ecm_jammer/ecmjammerbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/equipment/sentry_gun/sentrygundamage", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/pickups/gageassignmentbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/player_team/teamaidamage", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/weapons/newraycastweaponbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/weapons/weaponammo", "script_path" : "mod.lua" }
]
}