-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
121 lines (117 loc) · 2.75 KB
/
mod.json
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
{
"Name": "Peepee.TitanFramework",
"Description": "Pain",
"LoadPriority": 7,
"RequiredOnClient": true,
"Version": "2.4.3",
"Scripts": [
{
"Path": "titanframework/io_persistence/io_persistence_util_shared.gnut",
"RunOn": "SERVER || CLIENT || UI"
},
{
"Path": "titanframework/io_persistence/validation/io_persistence_validation.gnut",
"RunOn": "SERVER || CLIENT || UI"
},
{
"Path": "titanframework/audio/frameworkAudioOverrides.gnut",
"RunOn": "CLIENT"
},
{
"Path": "titanframework/io_persistence/client/io_persistence_util.gnut",
"RunOn": "UI || CLIENT",
"ClientCallback": {
"Before": "cl_titanFrameworkPersistenceInit"
}
},
{
"Path": "titanframework/io_persistence/client/io_xp.gnut",
"RunOn": "UI || CLIENT"
},
{
"Path": "titanframework/io_persistence/server/io_persistence_server.gnut",
"RunOn": "SERVER",
"ServerCallback": {
"Before": "frameworkIOPersistInit"
}
},
{
"Path": "itemframework/itemframework_util.gnut",
"RunOn": "UI || SERVER || CLIENT"
},
{
"Path": "titanframework/titanframework_util.gnut",
"RunOn": "UI || SERVER || CLIENT",
"ServerCallback": {
"Before": "PreInit",
"After": "FrameworkInit"
},
"ClientCallback": {
"Before": "PreInit",
"After": "FrameworkInit"
},
"UICallback": {
"Before": "PreInit",
"After": "FrameworkInit"
}
},
{
"Path": "titanframework/ui/t_loadout_menu/framework_edit_custom_titan_loadout_menu.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/t_loadout_menu/framework_titan_loadouts_shared.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/t_loadout_menu/framework_custom_camoskin_select.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/t_loadout_menu/framework_custom_noseart_select.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/framework_loadout_selection_util.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/framework_loadout_selection_menu.gnut",
"RunOn": "UI",
"UICallback": {
"Before": "FrameworkSelectMenuInit"
}
},
{
"Path": "titanframework/ui/framework_custom_loadouts_menu.gnut",
"RunOn": "UI",
"UICallback": {
"Before": "InitModdedLoadoutsSelection"
}
},
{
"Path": "titanframework/ui/t_loadout_menu/framework_custom_passive_select.gnut",
"RunOn": "UI",
"UICallback": {
"Before": "FrameworkPassiveMenuInit"
}
}
],
"ConVars": [
{
"Name": "titanFrameworkDevPrintsEnabled",
"DefaultValue": "0"
},
{
"Name": "titanFrameworkSkipVal",
"DefaultValue": "0"
}
],
"Dependencies":
{
"TITANFRAMEWORK_HAS_MORESKINS": "MoreSkins-"
},
"Localisation": [
"resource/TitanFramework_localisation_%language%.txt"
]
}