This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
forked from steam-test1/VPlusHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.txt
140 lines (139 loc) · 11.3 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name" : "VanillaHUDPlus",
"description" : "This is a Mod Collection of HUD altering scripts, as well as quality of life changes to the game and its menus",
"author" : "Kamikaze94, BangL, Test1, LT71 (Bunnie( 2))",
"version" : "3.2.16.3",
"priority" : 1,
"blt_version" : 2,
"updates": [
{
"identifier": "vanhudplus",
"host": {
"meta": "https://gitlab.com/steam-test1/alternative-updates/-/raw/main/updates_metas/meta_vanhudplus.json"
}
}
],
"hooks" : [
{ "hook_id" : "lib/setups/setup", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menumanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menumanagerdialogs", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/chatmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/crimenetmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/localizationmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/experiencemanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/moneymanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/multiprofilemanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/crimespreemanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hudmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hudmanagerpd2", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/statisticsmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/objectinteractionmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/missionassetsmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/playermanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/preplanningmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/enemymanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/huddriving", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudteammate", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudtemp", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudassaultcorner", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudobjectives", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudheisttimer", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudchat", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/newhudstatsscreen", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudinteraction", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudsuspicion", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudhitdirection", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudwaitinglegend", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/blackmarketgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/contractboxgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/crimespreecontractboxgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/crimespreedetailsmenucomponent", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/missionbriefinggui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/multiprofileitemgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/stageendscreengui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/lootdropscreengui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/skilltreeguinew", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/playerinventorygui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/renderers/menunodeskillswitchgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/player/smokescreeneffect", "script_path" : "Core.lua" },
{ "hook_id" : "lib/modifiers/boosts/gagemodifiermeleeinvincibility", "script_path" : "Core.lua" },
{ "hook_id" : "lib/modifiers/boosts/gagemodifierlifesteal", "script_path" : "Core.lua" },
{ "hook_id" : "lib/network/handlers/unitnetworkhandler", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/props/timergui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/props/digitalgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/props/drill", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/props/securitylockgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/props/securitycamera", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/civilians/civiliandamage", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/enemies/cop/copdamage", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/cameras/fpcameraplayerbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/ammo_bag/ammobagbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/bodybags_bag/bodybagsbagbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/doctor_bag/doctorbagbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/first_aid_kit/firstaidkitbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/ecm_jammer/ecmjammerbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/grenade_crate/grenadecratebase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/sentry_gun/sentrygunbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/equipment/sentry_gun/sentrygundamage", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/interactions/interactionext", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/akimboweaponbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/akimboshotgunbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/sentrygunweapon", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/weapongadgetbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/weaponlaser", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/weaponflashlight", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/raycastweaponbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/newraycastweaponbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/npcraycastweaponbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/newnpcraycastweaponbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/playerdamage", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/playermovement", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/playerinventory", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/huskplayermovement", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/states/playercivilian", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/states/playerdriving", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/states/playerstandard", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/states/playermaskoff", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/beings/player/states/playerbleedout", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/vehicles/vehicledamage", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/vehicles/vehicledrivingext", "script_path" : "Core.lua" },
{ "hook_id" : "lib/utils/temporarypropertymanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractionbloodthirstbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractionexperthandling", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractionshockandawe", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractiondireneed", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractionunseenstrike", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractiontriggerhappy", "script_path" : "Core.lua" },
{ "hook_id" : "lib/player_actions/skills/playeractiontagteam", "script_path" : "Core.lua" },
{ "hook_id" : "lib/states/ingamedriving", "script_path" : "Core.lua" },
{ "hook_id" : "lib/states/ingamearrested", "script_path" : "Core.lua" },
{ "hook_id" : "lib/states/ingamewaitingforplayers", "script_path" : "Core.lua" },
{ "hook_id" : "lib/tweak_data/tweakdata", "script_path" : "Core.lua" },
{ "hook_id" : "lib/tweak_data/guitweakdata", "script_path" : "Core.lua" },
{ "hook_id" : "lib/tweak_data/timespeedeffecttweakdata", "script_path" : "Core.lua" },
{ "hook_id" : "core/lib/managers/menu/items/coremenuitemslider", "script_path" : "Core.lua" },
{ "hook_id" : "core/lib/managers/subtitle/coresubtitlepresenter", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/platformmanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/skirmishmanager", "script_path" : "Core.lua" },
{ "hook_id" : "core/lib/managers/coreenvironmentcontrollermanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/preplanningmapgui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudhitconfirm", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/contourext", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/items/contractbrokerheistitem", "script_path" : "Core.lua" },
{ "hook_id" : "lib/network/base/hostnetworksession", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudplayercustody", "script_path" : "Core.lua" },
{ "hook_id" : "lib/units/weapons/shotgun/shotgunbase", "script_path" : "Core.lua" },
{ "hook_id" : "lib/tweak_data/weapontweakdata", "script_path" : "Core.lua" },
{ "hook_id" : "lib/tweak_data/levelstweakdata", "script_path" : "Core.lua" },
{ "hook_id" : "lib/network/matchmaking/networkmatchmakingsteam", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/nodes/menunodeserverlist", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/renderers/menunodetablegui", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/hud/hudpresenter", "script_path" : "Core.lua" },
{ "hook_id" : "core/lib/managers/menu/reference_input/coremenuinput", "script_path" : "Core.lua" },
{ "hook_id" : "lib/entry", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/systemmenumanager", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/dialogs/specializationdialog", "script_path" : "Core.lua" },
{ "hook_id" : "lib/managers/menu/specializationboxgui", "script_path" : "Core.lua" }
]
}