-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.txt
24 lines (24 loc) · 942 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
{
"name": "ReLUA",
"description": "Reloads the game's and all mods' LUA via keybind.",
"author": "Takku (code, idea)\nBangL (more and refactored code)\nFishTaco (Instant Restart Script)",
"contact": "http://steamcommunity.com/id/takku/",
"version": "6",
"blt_version": 2,
"image" : "re.png",
"color" : "0 0.47 1",
"hooks" : [
{"script_path" : "Core.lua", "hook_id" : "lib/managers/localizationmanager"},
{"script_path" : "Core.lua", "hook_id" : "lib/managers/menumanager"},
{"script_path" : "Core.lua", "hook_id" : "lib/setups/setup"},
{"script_path" : "Core.lua", "hook_id" : "lib/network/matchmaking/networkmatchmakingsteam"}
],
"keybinds": [
{"keybind_id": "lua_reload_button", "name": "Reload LUA",
"description": "Reload the game's LUA.",
"script_path": "re.lua",
"run_in_menu": true,
"run_in_game": true,
"localized": false}
]
}