-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmod.txt
33 lines (33 loc) · 1.91 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
{
"name" : "Bot Weapons and Equipment",
"description" : "Improved Crew Management, customize the visual appearance of the Team AI to make them more human-like",
"author" : "Hoppip",
"color" : "0.043 0.808 0.6",
"image" : "mod.png",
"version" : "11.2.5",
"priority" : 10,
"updates" : [{
"identifier" : "pd2-bot-weapons",
"host": { "meta": "https://updates.hoppip.at/pd2-bot-weapons" }
}],
"hooks" : [
{ "hook_id" : "lib/managers/blackmarketmanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/criminalsmanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/menumanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/menu/blackmarketgui", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/menu/crewmanagementgui", "script_path" : "mod.lua" },
{ "hook_id" : "lib/managers/menu/menuscenemanager", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/charactertweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/weapontweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/enemies/cop/actions/full_body/copactionact", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/enemies/cop/actions/upper_body/copactionshoot", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/enemies/cop/copinventory", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/player_team/logics/teamailogictravel", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/player_team/huskteamaiinventory", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/player_team/teamaiinventory", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/player_team/teamaimovement", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/weapons/akimboweaponbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/weapons/newnpcraycastweaponbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/network/base/networkpeer", "script_path" : "mod.lua" }
]
}