-
Notifications
You must be signed in to change notification settings - Fork 0
/
modinfo.json
109 lines (109 loc) · 5.5 KB
/
modinfo.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
{
"defaults": {
"authors": "Siggles",
"source": "https://github.com/Siggless/bl-sdk-mods",
"supports": ["BL2", "TPS", "AoDK"],
"issues": "https://github.com/Siggless/bl-sdk-mods/issues",
"license": "GNU GPLv3"
},
"mods": [
{
"name": "Alt Use Catch-a-Ride",
"description": "Adds alt use binds to Catch-a-Ride stations, to instantly deploy a vehicle.",
"supports": ["BL2", "TPS"],
"types": ["Utility"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/AltUseCatchARide",
"latest": "1.1.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/tree/main/AltUseCatchARide",
"1.1.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/AltUseCatchARide/AltUseCatchARide.zip"
},
"requirements": {
"Enums": ">=1.0"
}
},
{
"name": "Ambient Spawns",
"tagline": "Periodically spawns random groups of enemies, optionally from other maps.",
"description": [
"Periodically spawns random groups of enemies.\n",
"The idea is to make the game more unpredictable.\n\n",
"It matches spawn points to enemies with spawn animations, so it doesn't look too janky.\n",
"Options for spawn frequency and distance to the player, and which enemies to use:\n",
"- Den\t\t- Only spawns enemies that usually spawn from a chosen point.\n",
"- Level\t- Only spawns enemies loaded in the current level.\n",
"- DLC*\t- May spawn any custom enemy groups from the current DLC (or base game).\n",
"- Game*\t- May spawn any custom enemy groups from the entire game.\n",
"*These options require all available enemies to be loaded upon reaching the start menu.\n",
"*This causes a few textures to break, and possibly crashes."
],
"supports": ["BL2"],
"types": ["Gameplay"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/AmbientSpawns",
"latest": "1.1.0",
"versions": {
"1.1.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/AmbientSpawns/AmbientSpawns.zip"
},
"requirements": {
"UserFeedback": ">=1.6"
}
},
{
"name": "Badass Rank Lock",
"tagline": "Prevents badass rank changing and most challenge pop-ups.",
"description": "Prevents badass rank increasing, and non-level-specific challenge reward pop-ups from showing.\nHas a setting for preventing bonus stats being enabled.\nIntended for use with mods that would otherwise give you loads of rank.",
"types": ["Utility"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/BARLock",
"latest": "1.0.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/BARLock/BARLock.zip"
}
},
{
"name": "Grenade Mod Quick Switcher",
"tagline": "Adds a keybind that cycles through grenade mods marked as favourite.",
"description": "Adds a keybind that cycles through grenade mods marked as favourite.\nCycles in the order that items were added to the backpack, or unequipped.",
"types": ["Utility"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/GrenadeModQuickSwitcher",
"latest": "1.0.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/GrenadeModQuickSwitcher/GrenadeModQuickSwitcher.zip"
}
},
{
"name": "Sod Off, Skeleton Mages!",
"description": "Skeleton Mages have less chance to cloak each time they appear.",
"supports": ["BL2", "AoDK"],
"types": ["Utility"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/SodOffSkeletonMages",
"latest": "1.0.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/SodOffSkeletonMages/SodOffSkeletonMages.zip"
}
},
{
"name": "Less DOT Screams",
"tagline": "Player DOT (status effect) screams don't play unless shield is broken.",
"description": "Player DOT (status effect) screams don't play unless shield is broken.\nTo fully disable for certain characters, use 'Customizable Player Audio Muter' BLCMM text mod instead.",
"types": ["Gameplay"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/LessDOTScreams",
"latest": "1.0.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/LessDOTScreams/LessDOTScreams.zip"
}
},
{
"name": "Jump To Level Challenges",
"description": "Adds a keybind to the Challenges menu to jump to the current level's challenges.",
"types": ["Utility"],
"source": "https://github.com/Siggless/bl-sdk-mods/tree/main/JumpToLevelChallenges",
"latest": "1.0.0",
"versions": {
"1.0.0": "https://github.com/Siggless/bl-sdk-mods/raw/main/JumpToLevelChallenges/JumpToLevelChallenges.zip"
},
"requirements": {
"Enums": ">=1.0"
}
}
]
}