-
Notifications
You must be signed in to change notification settings - Fork 9
/
mod.txt
30 lines (30 loc) · 1.5 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
{
"name": "InGameWaitingStatusColor",
"description": "Customize the loadout screen's status texts and colors\n\nLocalization\n- English and Thai language by NewPJzuza.\n- Chinese language by FR0Z3.\n- Russian language by zadirak.\n- German language by Butterbrezel.\n- Spanish language by JerryTheHedgehog & Hoxi.\n- French language by DIDIx13.\nJapanese language by Assault1892\nPortuguese language by gabsF\n\n Thank you everyone for helping us improve this mod\nNewPJzuza",
"author": "NewPJzuza, Takku & Dom; special thank you to dribbleondo",
"contact": "https://steamcommunity.com/id/NewPJzuza/ ; https://steamcommunity.com/profiles/76561197960497623/ & https://steamcommunity.com/profiles/76561198078556212/",
"version": "2.10",
"blt_version": 2,
"image": "IGWSC.png",
"color": "239 170 66",
"updates": [
{
"identifier": "IGWSC",
"host": {
"meta": "https://raw.githubusercontent.com/PJzuza/IGWSC/master/updates/meta.json",
"download": "https://raw.githubusercontent.com/PJzuza/IGWSC/master/updates/IGWSC.zip",
"patchnotes": "https://modworkshop.net/mydownloads.php?action=view_down&did=19670#changelog"
}
}
],
"hooks": [
{
"hook_id": "lib/managers/menumanager",
"script_path": "lua/menumanager.lua"
},
{
"hook_id": "lib/managers/hud/hudmissionbriefing",
"script_path": "lua/hudmissionbriefing.lua"
}
]
}