-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmodinfo.json
439 lines (439 loc) · 19.4 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
{
"defaults": {
"authors": "apple1417",
"source": "https://github.com/apple1417/willow2-sdk-mods/",
"supports": ["BL2", "TPS", "AoDK"],
"license": "GNU GPLv3"
},
"mods": [
{
"name": "Alt Use Vendors",
"description": [
"Adds alt use binds to vendors to let you quickly refill health and ammo and sell trash, like in BL3/Wonderlands."
],
"tagline": [
"Adds alt use binds to vendors, like in BL3/Wonderlands."
],
"types": ["Utility"],
"latest": "2.2",
"versions": {
"1.5": "https://github.com/apple1417/willow2-sdk-mods/raw/a45fde7c5edc2224c15ac0a775076aacd3d40a0a/AltUseVendors/AltUseVendors.zip",
"1.6": "https://github.com/apple1417/willow2-sdk-mods/raw/8273080a0bfcc922f0edaffb84bec4a9ca044b54/AltUseVendors/AltUseVendors.zip",
"1.7": "https://github.com/apple1417/willow2-sdk-mods/raw/704664da48f8403e34e64ea0edef543e2bcdd544/AltUseVendors/AltUseVendors.zip",
"2.0": "https://github.com/apple1417/willow2-sdk-mods/raw/b25d5ff91ebab5dc88035018813c6474e4556e74/AltUseVendors/AltUseVendors.zip",
"2.1": "https://github.com/apple1417/willow2-sdk-mods/raw/016c9cabd93fb003ead99d32859aed7234f1ed51/AltUseVendors/AltUseVendors.zip",
"2.2": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/AltUseVendors.zip"
},
"requirements": {
"Enums": ">=1.0"
}
},
{
"name": "Apple's Borderlands Cheats",
"description": [
"Adds keybinds performing various cheaty things.\n",
"\n",
"Features include (but are not limited to):\n",
"- Infinite Ammo\n",
"- God Mode\n",
"- One Shot Mode\n",
"- Ghost Mode\n",
"- Kill All\n",
"- Revive Self\n",
"\n",
"Once enabled, visit your keybinds menu to configure binds for all these. You can also",
" configure presets by pressing `P` when the mod is selected, which will allow you to bind",
" multiple cheats to a single key."
],
"tagline": "Adds keybinds performing various cheaty things.",
"types": ["Utility"],
"latest": "1.12",
"versions": {
"1.12": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/ApplesBorderlandsCheats.zip"
},
"requirements": {
"UserFeedback": ">=1.3"
}
},
{
"name": "Command Extensions",
"description": [
"Adds a few new console commands, and provides functionality for other mods to do the same.",
" All these commands are fully compatible with blcmm files, you can just put them in your",
" mod and have users merge it with other files and enable/disable various categories and",
" it all just keeps working fine.\n",
"\n",
"[See here for info on the builtin commands and how to write mods using them.]",
"(https://github.com/apple1417/willow2-sdk-mods/blob/master/.legacy/Writing-Mods.md)"
],
"tagline": "Adds a few new console commands, which are fully compatible with blcmm files.",
"types": ["Library"],
"latest": "1.9",
"versions": {
"1.5": "https://github.com/apple1417/willow2-sdk-mods/raw/a45fde7c5edc2224c15ac0a775076aacd3d40a0a/CommandExtensions/CommandExtensions.zip",
"1.6": "https://github.com/apple1417/willow2-sdk-mods/raw/0c3096fb91ed3157557106b2e742a14c8b328c5c/CommandExtensions/CommandExtensions.zip",
"1.7": "https://github.com/apple1417/willow2-sdk-mods/raw/745a8880c414e8f1bd8e697dcd7cb7d9496d45ad/CommandExtensions/CommandExtensions.zip",
"1.8": "https://github.com/apple1417/willow2-sdk-mods/raw/2bd81dffeee193b61c96ca04690f436f15783ad0/CommandExtensions/CommandExtensions.zip",
"1.9": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/CommandExtensions.zip"
},
"requirements": {}
},
{
"name": "Enemy Level Randomizer",
"description": [
"As the name might suggest, randomizes enemy levels. Probably a bad idea.\n",
"\n",
"Note that this has a few options to let you customize the randomization. You can for",
" example just turn randomization off and only add a pre-defined offset onto enemies'",
" levels."
],
"tagline": "As the name might suggest, randomizes enemy levels. Probably a bad idea.",
"types": ["Gameplay"],
"latest": "1.4",
"versions": {
"1.4": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/EnemyLevelRandomizer.zip"
},
"requirements": {}
},
{
"name": "Enums",
"description": [
"Imports all Unrealscript enums into Python."
],
"tagline": [
"A library which imports all Unrealscript enums into Python."
],
"types": ["Library"],
"latest": "1.1",
"versions": {
"1.1": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/Enums.zip",
"1.0": "https://github.com/apple1417/willow2-sdk-mods/raw/1a6247d33c537051706ca021a5d02c05f7ec06ff/Enums/Enums.zip"
},
"requirements": {}
},
{
"name": "Equip Locker",
"description": [
"Adds various options that prevent you from equipping certain types of items/weapons.\n",
"\n",
"Useful for allegiance or single rarity or weapon type runs.\n",
"\n",
"Currently includes options for:\n",
"- Allegiance\n",
" - Manufacturer\n",
" - Override for allegiance relics\n",
" - Override for usable items (health vials, sdus, etc)\n",
" - Weapons Only\n",
"- Rarity\n",
"- Weapon/Item Type\n",
"\n",
"Yes pearlescent rarity is missing, no I can't fix it, gearbox just set them to",
" `RARITY_UNKNOWN`.\n"
],
"tagline": [
"Adds various options that prevent you from equipping certain types of items/weapons."
],
"types": ["Gameplay", "Utility"],
"latest": "1.4",
"versions": {
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/a45fde7c5edc2224c15ac0a775076aacd3d40a0a/EquipLocker/EquipLocker.zip",
"1.4": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/EquipLocker.zip"
},
"requirements": {}
},
{
"name": "Hide Undiscovered Missions",
"description": [
"A super simple mod that hides undiscovered missions in your mission log.\n\n![Demo Image]",
"(https://cdn.discordapp.com/attachments/294502426302742529/628085298760384522/unknown.png)"
],
"tagline": "A super simple mod that hides undiscovered missions in your mission log.",
"types": ["Utility"],
"latest": "1.2",
"versions": {
"1.2": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/HideUndiscoveredMissions.zip"
},
"requirements": {}
},
{
"name": "Item Level Uncapper",
"description": [
"This mod is useless by itself, it should be used alongside the hexedit to increase the",
" player level cap.\n",
"\n",
"Fixes the level cap of most items so that they continue spawning past level 100.\n",
"\n",
"Note that past level 127, items cannot be serialized correctly, and will revert to a",
" lower level on SQ. Use [Sanity Saver](/mods/SanitySaver) to fix this. \n",
"Also note that there may still be various other issues with an increased level cap, this",
" only fixes that most items stop spawning."
],
"tagline": "Fixes the level cap of most items so that they continue spawning past level 100.",
"types": ["Utility"],
"latest": "1.3",
"versions": {
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/ItemLevelUncapper.zip"
},
"requirements": {}
},
{
"name": "Mario Mode",
"description": "Jump on enemies to actually kill them.",
"tagline": "Jump on enemies to actually kill them.",
"types": ["Gameplay"],
"latest": "2.0",
"versions": {
"2.0": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/Mario.zip"
},
"requirements": {}
},
{
"name": "No Ads",
"description": [
"Prevents ads from showing. Includes both the obnoxious BL3 ads as well as the small MoTD",
" DLC ads.\n",
"\n",
"![Demo Image](https://cdn.discordapp.com/attachments/294502426302742529/685460934101434384/49520_20200306135906_1.png)"
],
"tagline": "Prevents ads from showing.",
"types": ["Utility"],
"latest": "1.3",
"versions": {
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/NoAds.zip"
},
"requirements": {}
},
{
"name": "Offline Helpers",
"description": [
"Adds several small features useful when playing offline.\n",
"- Fixes a crash when trying to chat while not connected to SHiFT.\n",
"- Adds an option to force your game to never connect to SHiFT.\n",
"- Adds an option to automatically hide the offline warning.\n",
"\n",
"Note that using \"Force Offline Mode\" will cause issues when running offline mod files -",
" you need to manually open your mod file in a text editor, search for",
" `GearboxAccountData_1` and change the `1` to a `0`. You will need to do this every time",
" you re-save the file in BLCMM."
],
"tagline": "Adds several small features useful when playing offline.",
"types": ["Utility"],
"latest": "1.3",
"versions": {
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/OfflineHelpers.zip"
},
"requirements": {}
},
{
"name": "One-Hit KO",
"description": "Makes you die in one hit.",
"tagline": "Makes you die in one hit.",
"types": ["Gameplay"],
"latest": "1.0",
"versions": {
"1.0": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/OHKO.zip"
},
"requirements": {}
},
{
"name": "Onezerker",
"description": [
"Ever felt gunzerking with two different guns was too complicated? No? Well too bad. Makes",
" you gunzerk with two copies of the same gun instead of two different ones.\n",
"\n",
"Thanks to FromDarkHell for finding the object which lets you gunzerk with only one",
" equipped gun."
],
"tagline": "Makes you gunzerk with two copies of the same gun instead of two different ones.",
"types": ["Gameplay"],
"supports": ["BL2"],
"latest": "1.8",
"versions": {
"1.8": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/Onezerker.zip"
},
"requirements": {}
},
{
"name": "Python Part Notifier",
"description": [
"Shows the parts making up all of your items and weapons on their cards. Yes this even",
" includes Grenades, COMs, and Relics/Oz Kits. Has full mod support, so if a mod adds",
" extra parts to a weapon or changes a part's mesh it will properly update. Unique part",
" support is limited, they may just show the same as the base part with the same mesh.\n",
"\n",
"![Demo Image](https://cdn.discordapp.com/attachments/294502426302742529/614303846256082945/unknown.png)\n",
"\n",
"What exactly is shown on the card is very customizable through the options menu. Don't",
" care about a part slot? You can turn it off. Running out of space with all the parts you",
" want to show? You can remove the original description or turn the font size down. Or",
" playing Randomizer and want to know what weapons each part comes from? Why not use",
" detailed part names.\n",
"\n",
"Note that there are thousands of parts, so it's not impossible that the mod gets",
" something wrong, don't be afraid to double check. If you do find an issue please report",
" it alongside a gibbed code for the item."
],
"tagline": "Shows the parts making up all of your items and weapons on their cards.",
"types": ["Utility"],
"latest": "1.9",
"versions": {
"1.9": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/PythonPartNotifier.zip",
"1.8": "https://github.com/apple1417/willow2-sdk-mods/raw/ce064304366975d465d24a447b40cbeff5504c72/PythonPartNotifier/PythonPartNotifier.zip",
"1.7": "https://github.com/apple1417/willow2-sdk-mods/raw/bcd5b7a2d92e2b8af9ded5de00117775d17e7078/PythonPartNotifier/PythonPartNotifier.zip"
},
"requirements": {}
},
{
"name": "Rounds Per Minute",
"description": [
"Makes item cards display rounds per minute rather than per second.\n",
"\n",
"![Demo Image](https://cdn.discordapp.com/attachments/288382606288879629/666536469766340640/unknown.png)\n",
"\n",
"Note that the firerate shown when comparing against a weapon on the ground will still be",
" in rounds per second, this is impossible to fix."
],
"tagline": "Makes item cards display rounds per minute rather than per second.",
"types": ["Utility"],
"latest": "1.3",
"versions": {
"1.2": "https://github.com/apple1417/willow2-sdk-mods/raw/bcd5b7a2d92e2b8af9ded5de00117775d17e7078/RoundsPerMinute/RoundsPerMinute.zip",
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/RoundsPerMinute.zip"
},
"requirements": {}
},
{
"name": "Sanity Saver",
"description": [
"Disables sanity check, and also saves items which don't serialize, which would have parts",
" deleted even with it off.\n",
"\n",
"See the",
" [readme](https://github.com/apple1417/willow2-sdk-mods/tree/master/SanitySaver#save-editing)",
" for some extra information on how to save edit while using this."
],
"tagline": [
"Disables sanity check, and also saves items which don't serialize, which would have parts",
" deleted even with it off"
],
"types": ["Utility"],
"latest": "2.2",
"versions": {
"1.1": "https://github.com/apple1417/willow2-sdk-mods/raw/a45fde7c5edc2224c15ac0a775076aacd3d40a0a/SanitySaver/SanitySaver.zip",
"2.0": "https://github.com/apple1417/willow2-sdk-mods/raw/dad0cbc6bb500ae0d6b2a2305e51a85a4bb4d6ec/SanitySaver/SanitySaver.zip",
"2.1": "https://github.com/apple1417/willow2-sdk-mods/raw/52549cc534d4d8b702940978b3208cb402a0c929/SanitySaver/SanitySaver.zip",
"2.2": "https://github.com/apple1417/willow2-sdk-mods/raw/c631c70226fe05e0209c34cd4f4e489a0c7154ce/SanitySaver/SanitySaver.zip",
"2.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/SanitySaver.zip"
},
"requirements": {}
},
{
"name": "Scaling Adjuster",
"description": [
"Adds an option to change the game's base scaling value. Note that you may have to save",
" quit for values to update."
],
"tagline": "Adds an option to change the game's base scaling value.",
"types": ["Utility"],
"latest": "1.7",
"versions": {
"1.6": "https://github.com/apple1417/willow2-sdk-mods/raw/bcd5b7a2d92e2b8af9ded5de00117775d17e7078/ScalingAdjuster/ScalingAdjuster.zip",
"1.7": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/ScalingAdjuster.zip"
},
"requirements": {}
},
{
"name": "Spawn Multiplier",
"description": [
"Adds an option to let you easily multiply the amount of spawns you're getting. Updates",
" live, and has a few different ways to handle the spawn limit."
],
"tagline": "Adds an option to let you easily multiply the amount of spawns you're getting.",
"types": ["Gameplay"],
"latest": "1.5",
"versions": {
"1.5": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/SpawnMultiplier.zip"
},
"requirements": {}
},
{
"name": "Structs",
"description": [
"Imports all Unrealscript structs into Python as named tuples."
],
"tagline": [
"A library which imports all Unrealscript structs into Python as named tuples."
],
"types": ["Library"],
"latest": "1.1",
"versions": {
"1.1": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/Structs.zip",
"1.0": "https://github.com/apple1417/willow2-sdk-mods/raw/9b7025d970ec9b9132abac8d433d44e1e4388e96/Structs/Structs.zip"
},
"requirements": {}
},
{
"name": "Text Mod Loader",
"description": [
"Displays Text Mods from binaries in the SDK mods menu."
],
"tagline": [
"Displays Text Mods from binaries in the SDK mods menu."
],
"types": ["Library"],
"latest": "1.4",
"versions": {
"1.4": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/TextModLoader.zip",
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/3aa1fd801c623c9330382d9e60b22d2383a53f3e/TextModLoader/TextModLoader.zip",
"1.2": "https://github.com/apple1417/willow2-sdk-mods/raw/f6bf3ae8db4754aa17fdc7d2f33bc42252c3f7b1/TextModLoader/TextModLoader.zip",
"1.1": "https://github.com/apple1417/willow2-sdk-mods/raw/ede5da85559b0a2a9aabc2638f0e5eb1a8eef9b8/TextModLoader/TextModLoader.zip",
"1.0": "https://github.com/apple1417/willow2-sdk-mods/raw/9578e50c9f21e9ecebadbde1a91aef7dd035e9fe/TextModLoader/TextModLoader.zip"
},
"requirements": {}
},
{
"name": "True Damage Logger",
"description": [
"Prints the actual amount of damage you deal to console, bypassing visual damage cap.\n",
"\n",
"Has a configurable minimum damage before logging, in case you don't want to spam your",
" console."
],
"tagline": [
"Prints the actual amount of damage you deal to console, bypassing visual damage cap."
],
"types": ["Utility"],
"latest": "1.3",
"versions": {
"1.3": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/TrueDamageLogger.zip"
},
"requirements": {}
},
{
"name": "UserFeedback",
"description": [
"Adds several functions/classes to let you show various types of feedback to and get input",
" from your users.\n",
"\n",
"Features include:\n",
"- Small messages on the left of the HUD, like those used for respawn cost or all players",
" must be present messages.\n",
"- Chat messages.\n",
"- Training dialog boxes in the middle of the screen, like those used for most training",
" messages or the special edition item message.\n",
"- Options boxes where the user can select from multiple different options, like those",
" used to select playthrough or to confirm quitting.\n",
"- A custom training box that takes text input.\n",
"- A custom options box that lets the user reorder entries."
],
"tagline": "A library adding several ways to show feedback to and get input from your users.",
"types": ["Library"],
"latest": "1.6",
"versions": {
"1.6": "https://github.com/apple1417/willow2-sdk-mods/raw/master/.legacy/UserFeedback.zip",
"1.5": "https://github.com/apple1417/willow2-sdk-mods/raw/a45fde7c5edc2224c15ac0a775076aacd3d40a0a/UserFeedback/UserFeedback.zip"
},
"requirements": {}
}
]
}