forked from Strappazzon/PD2-Real-Weapon-Names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.txt
41 lines (41 loc) · 1.63 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
{
"name" : "Real Weapon Names",
"description" : "Rename PAYDAY 2 weapons and attachments to their real life counterparts.",
"author" : "Winston Wolfe, ShiNRaX2",
"image" : "RWN.png",
"blt_version" : 2,
"color" : "30 114 165",
"undisablable" : false,
"disable_safe_mode" : true,
"contact" : "https://github.com/Strappazzon/PD2-Real-Weapon-Names/issues",
"version" : "3.2.1",
"updates" : [
{
"identifier" : "RealWeaponNames",
"host" : {
"meta" : "https://raw.githubusercontent.com/Strappazzon/PD2-Real-Weapon-Names/master/meta.json",
"download" :"https://raw.githubusercontent.com/Strappazzon/PD2-Real-Weapon-Names/master/RWN.zip",
"patchnotes" : "https://modworkshop.net/mydownloads.php?action=view_down&did=19958#changelog"
}
}
],
"hooks" : [
{ "hook_id" : "lib/managers/menumanager", "script_path" : "lua/RWN.lua" },
{ "hook_id" : "lib/managers/localizationmanager", "script_path" : "lua/Updates.lua" },
{ "hook_id" : "lib/managers/localizationmanager", "script_path" : "lua/Achievements.lua" },
{ "hook_id" : "lib/managers/menu/blackmarketgui", "script_path" : "lua/Blackmarket.lua" },
{ "hook_id" : "lib/tweak_data/blackmarket/meleeweaponstweakdata", "script_path" : "lua/Blackmarket.lua" },
{ "hook_id" : "lib/tweak_data/economytweakdata", "script_path" : "lua/CommunityMarketFix.lua" }
],
"keybinds" : [
{
"keybind_id" : "achievement_toggle",
"name" : "Achievement Weapon Name Toggle",
"description" : "Toggle vanilla weapon names for Achievements (requires a manual GUI refresh)",
"script_path" : "lua/toggle.lua",
"run_in_menu" : true,
"run_in_game" : true,
"localized" : false
}
]
}