-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmod.txt
31 lines (31 loc) · 994 Bytes
/
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
{
"name": "SydneyHUD",
"description": "All-In-One HUD mod",
"author": "SydneyMOD Project Team; Fixes and improvements by Dom",
"contact": "http://steamcommunity.com/groups/SydneyMOD",
"version": "4.2.7 Beta",
"blt_version": 2,
"supermod_definition" : "sydneyhud.xml",
"color": "0.3 0 1",
"image": "logo.png",
"keybinds": [
{
"keybind_id": "check_ping",
"name": "sydneyhud_ping",
"description": "sydneyhud_ping_desc",
"script_path": "script/CheckPing.lua",
"run_in_menu": true,
"run_in_game": true,
"localized": true
},
{
"keybind_id": "shuffle_music",
"name": "sydneyhud_shuffle_music",
"description": "sydneyhud_shuffle_music_keybind_desc",
"script_path": "script/ShuffleMusic.lua",
"run_in_menu": false,
"run_in_game": true,
"localized": true
}
]
}