-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodinfo.json
executable file
·74 lines (74 loc) · 3.46 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
{
"defaults": {
"authors": "plu5",
"issues": "https://github.com/plu5/p-borderlands/issues",
"versions": {
"1.1.0 2021-05-17": "https://github.com/plu5/p-borderlands/releases/latest",
"1.0.0 2021-04-21": "https://github.com/plu5/p-borderlands/releases/latest",
"1.0.0 2021-04-05": "https://github.com/plu5/p-borderlands/releases/latest"
},
"supports": [
"BL2"
]
},
"mods": [
{
"name": "Sprint Adjuster",
"description": [
"- Change speed when sprinting, while preserving normal speed when not sprinting.\n",
"- Optionally set Air Control to allow better control in the air with the movement keys, to have a better chance of stopping yourself from flinging off a cliff for instance.\n",
"- Configurable keybinding to allow turning on and off on the fly."
],
"tagline": "Change sprinting speed.",
"types": [
"Utility"
],
"latest": "1.1.0 2021-05-17",
"source": "https://github.com/plu5/p-borderlands/blob/main/SprintAdjuster"
},
{
"name": "Exp Adjuster",
"description": [
"Adds sliders to adjust XP amounts:\n",
"- baserates for each mode,\n",
"- as well as multipliers based on level difference from killed enemies.\n",
"\n",
"By default all the values are set to what they are normally. Check Options -> Mods menu to adjust them."
],
"tagline": "Sliders to adjust XP amounts on the fly.",
"types": [
"Utility"
],
"latest": "1.0.0 2021-04-05",
"source": "https://github.com/plu5/p-borderlands/blob/main/ExpAdjuster"
},
{
"name": "Saves Backuper",
"description": [
"Back up the contents of your saves folder each time you launch the game.\n",
"- You can set the number of backups that will be kept, to keep them below a certain threshold.\n",
"- You can set which folder to back up and where to back up to.\n",
"\n\n",
"UserFeedback is required, make sure you remember to install that too.",
"\n\n",
"Usage:\n",
"- On first enable, the paths configuration panel will pop up. There are some guesses made on where your SaveData folder might be. Status will tell you whether they are valid. Verify they are the paths you want or modify them as you see fit.\n",
"- On subsequent launches, the mod will be enabled automatically and save a backup, and no action is required. The panel will not pop up again unless there is a problem with the paths. You can open it manually by pressing C in the mod manager.\n",
"- By default, the number of backups to keep is set to 5. After this number is exceeded, the oldest one will be deleted. You can customise this behaviour in Options -> Mods.\n",
"\n",
"There is pretty good logging in this mod. You can check what’s going on by looking at the console or log (in `/Binaries/Win32/python-sdk.log`).",
"\n\n",
"More information is available on the [README](https://github.com/plu5/p-borderlands/tree/main/SavesBackuper)."
],
"tagline": "Back up the contents of your saves folder each time you launch the game.",
"types": [
"Utility"
],
"latest": "1.0.0 2021-04-21",
"source": "https://github.com/plu5/p-borderlands/blob/main/SavesBackuper",
"requirements": {
"UserFeedback": ">=1.5"
}
}
]
}