-
Notifications
You must be signed in to change notification settings - Fork 58
/
mod.txt
76 lines (76 loc) · 2.43 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
{
"name" : "RestorationMod",
"description" : "This restores many HUD, Menu, and other functionality that were abandoned before the release of PAYDAY 2.",
"author" : "Rhynne, DoktorAkcel, SC, & The Restoration Mod Crew",
"contact" : "Join the official Steam group",
"version" : "12.3.2",
"priority" : 46,
"blt_version" : 2,
"image" : "res.png",
"undisablable" : true,
"disable_safe_mode" : false,
"pre_hooks" : [
{ "hook_id" : "lib/entry", "script_path" : "Corepre.lua" }
],
"hooks" : [
{ "hook_id" : "lib/setups/setup",
"script_path" : "lua/sc/utils/restorationvoicelinesloadinghandler.lua"
},
{ "hook_id" : "lib/tweak_data/weaponfactorytweakdata",
"script_path" : "lua/sc/tweak_data/weaponfactorytweakdata.lua"
},
{ "hook_id" : "lib/tweak_data/upgradestweakdata",
"script_path" : "lua/sc/tweak_data/upgradestweakdata.lua"
},
{ "hook_id" : "lib/tweak_data/skilltreetweakdata",
"script_path" : "lua/sc/tweak_data/skilltreetweakdata.lua"
},
{ "hook_id" : "lib/utils/levelloadingscreenguiscript",
"script_path" : "lua/levelloadingscreenguiscript.lua"
},
{
"hook_id" : "lib/units/beings/player/playerdamage",
"script_path" : "lua/sc/units/player/playerdamage.lua"
},
{
"hook_id" : "lib/units/beings/player/states/playerdamage",
"script_path" : "lua/sc/units/player/playertased.lua"
},
{
"hook_id" : "lib/managers/group_ai_states/groupaistatebase",
"script_path" : "lua/sc/managers/groupaistatebase.lua"
},
{
"hook_id" : "lib/managers/group_ai_states/groupaistatebesiege",
"script_path" : "lua/sc/managers/groupaistatebesiege.lua"
},
{
"hook_id" : "lib/managers/playermanager",
"script_path" : "lua/sc/managers/playermanager.lua"
},
{
"hook_id" : "lib/units/weapons/newraycastweaponbase",
"script_path" : "lua/sc/units/weapons/newraycastweaponbase.lua"
},
{
"hook_id" : "lib/units/beings/player/huskplayerdamage",
"script_path" : "lua/sc/units/player/huskplayerdamage.lua"
},
{
"hook_id" : "lib/utils/temporarypropertymanager",
"script_path" : "lua/sc/utils/temporarypropertymanager.lua"
},
{
"hook_id" : "lib/units/weapons/projectiles/fraggrenade",
"script_path" : "lua/sc/units/weapons/frag.lua"
},
{
"hook_id" : "lib/units/weapons/sentrygunweapon",
"script_path" : "lua/sc/units/weapons/sentrygunweapon.lua"
},
{
"hook_id" : "lib/managers/skirmishmanager",
"script_path" : "lua/sc/managers/skirmishmanager.lua"
}
]
}