-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.txt
More file actions
42 lines (42 loc) · 941 Bytes
/
Copy pathmod.txt
File metadata and controls
42 lines (42 loc) · 941 Bytes
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
{
"name": "Intro Cinematics By ThuverX",
"description": "Intro Cinematics add cinematics to Payday 2",
"author": "ThuverX",
"contact": "https://discord.gg/QH8U8m9",
"version": "128",
"priority": 0,
"hooks": [
{
"hook_id": "lib/setups/setup",
"script_path": "lua/Core.lua"
},
{
"hook_id": "core/lib/setups/coresetup",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/managers/menu/menucomponentmanager",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/states/ingamewaitingforplayers",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/managers/hud/hudmissionbriefing",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/managers/hud/hudblackscreen",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/managers/voicebriefingmanager",
"script_path": "lua/Core.lua"
},
{
"hook_id": "lib/tweak_data/levelstweakdata",
"script_path": "lua/Core.lua"
}
]
}