-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.txt
43 lines (43 loc) · 2.3 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
{
"name" : "Game State Integration",
"description" : "",
"author" : "GREAT BIG BUSHY BEARD, Aytackydln",
"contact" : "Aurora-RGB on Github",
"hooks" : [
{ "hook_id" : "lib/setups/setup", "script_path" : "GSICore.lua"},
{ "hook_id" : "lib/setups/gamesetup", "script_path" : "GSICore.lua"},
{ "hook_id" : "lib/tweak_data/tweakdata", "script_path" : "GSICore.lua"},
{ "hook_id" : "lib/managers/menu/menuscenemanager", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/utils/game_state_machine/gamestatemachine", "script_path" : "GSICore.lua" },
{ "hook_id" : "core/lib/utils/game_state_machine/coregamestatemachine", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/playerbase", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/huskplayerbase", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/playermovement", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/huskplayermovement", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/playerdamage", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/huskplayerdamage", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/playerinventory", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/units/beings/player/huskplayerinventory", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/network/base/networkpeer", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/hudmanagerpd2", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/criminalsmanager", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/groupaimanager", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/playermanager", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/menumanager", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebase", "script_path" : "GSICore.lua" },
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebesiege", "script_path" : "GSICore.lua" },
{ "hook_id" : "core/lib/managers/coreenvironmentcontrollermanager", "script_path" : "GSICore.lua" }
],
"libraries" : [
{
"display_name" : "BeardLib",
"identifier" : "beardlib"
}
],
"updates" : [
{
"revision" : 2,
"identifier" : "gsi"
}
]
}