This repository has been archived by the owner on Oct 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmod.txt
141 lines (141 loc) · 7.83 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
141
{
"name": "SydneyHUD",
"description": "All-In-One HUD mod",
"author": "SydneyMOD Project Team",
"contact": "http://steamcommunity.com/groups/SydneyMOD",
"priority": -1,
"version": "4.0.2",
"blt_version": 2.0,
"color": "0.3 0 1",
"image": "logo.png",
"libraries": [
{
"identifier": "SydneyHUDAssets",
"install_dir": "assets/mod_overrides/",
"install_folder": "SydneyHUD-Assets",
"display_name": "SydneyHUD Assets"
}
],
"updates": [
{
"revision": 27,
"identifier": "SydneyHUD"
},
{
"revision": "./assets/mod_overrides/SydneyHUD-Assets/revision.txt",
"identifier": "SydneyHUDAssets",
"install_dir": "assets/mod_overrides/",
"install_folder": "SydneyHUD-Assets",
"display_name": "SydneyHUD Assets"
}
],
"pre_hooks": [
{"script_path": "SydneyHUD.lua", "hook_id": "core/lib/utils/coreapp"},
{"script_path": "lua/Setup.lua", "hook_id": "lib/setups/setup"},
{"script_path": "lua/GameSetup.lua", "hook_id": "lib/setups/gamesetup"}
],
"hooks": [
{"script_path": "lua/Setup.lua", "hook_id": "lib/setups/setup"},
{"script_path": "lua/GameSetup.lua", "hook_id": "lib/setups/gamesetup"},
{"script_path": "lua/DeployableWaypoint.lua", "hook_id": "lib/setups/gamesetup"},
{"script_path": "lua/TimerWaypoint.lua", "hook_id": "lib/setups/gamesetup"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/chatmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/enemymanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/group_ai_states/groupaistatebase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudassaultcorner"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudchat"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudinteraction"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudstatsscreen"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudsuspicion"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hud/hudteammate"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hudmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/hudmanagerpd2"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/localizationmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/blackmarketgui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/contractboxgui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/lootdropscreengui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/menubackdropgui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/menucomponentmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/menunodegui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/menuscenemanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/missionbriefinggui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menu/stageendscreengui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/menumanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/missionassetsmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/objectinteractionmanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/playermanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/managers/trademanager"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/network/base/handlers/connectionnetworkhandler"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/network/base/networkpeer"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/network/handlers/unitnetworkhandler"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractionammoefficiency"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractionbloodthirstbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractiondireneed"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractionexperthandling"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractionshockandawe"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractiontriggerhappy"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/player_actions/skills/playeractionunseenstrike"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/setups/menusetup"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/states/ingamewaitingforplayers"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/tweak_data/charactertweakdata"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/tweak_data/playertweakdata"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/huskplayermovement"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/playerdamage"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/playermovement"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playerbleedout"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playercarry"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playercivilian"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playerdriving"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playermaskoff"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/beings/player/states/playerstandard"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/civilians/civiliandamage"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/enemies/cop/copdamage"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/ammo_bag/ammobagbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/bodybags_bag/bodybagsbagbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/doctor_bag/doctorbagbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/ecm_jammer/ecmjammerbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/grenade_crate/grenadecratebase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/sentry_gun/sentrygunbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/equipment/sentry_gun/sentrygundamage"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/interactions/interactionext"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/props/digitalgui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/props/drill"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/props/securitycamera"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/props/securitylockgui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/props/timergui"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/weapons/newraycastweaponbase"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/weapons/sentrygunweapon"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/weapons/weaponflashlight"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/units/weapons/weaponlaser"},
{"script_path": "SydneyHUD.lua", "hook_id": "lib/utils/temporarypropertymanager"}
],
"keybinds": [
{
"keybind_id": "save_pre",
"name": "Save Preplanning",
"description": "Save your Preplanning",
"script_path": "script/SavePreplanning.lua",
"run_in_menu": false,
"run_in_game": true,
"localized": false
},
{
"keybind_id": "load_pre",
"name": "Load Preplanning",
"description": "Loads your Preplanning",
"script_path": "script/LoadPreplanning.lua",
"run_in_menu": false,
"run_in_game": true,
"localized": false
},
{
"keybind_id": "check_ping",
"name": "Ping Check",
"description": "Send ping to host.",
"script_path": "script/CheckPing.lua",
"run_in_menu": true,
"run_in_game": true,
"localized": false
}
]
}