You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# VBP
1
+
# VBPatcher
2
2
3
3
> Valheim BepInEx Patcher
4
4
5
5
---
6
6
7
7
## About
8
8
9
-
- The Valheim BepInEx Patcher _**(VBP)**_ is a personal script created to solve the weird automatic version downgrading of the BepInEx modding tool.
9
+
- The Valheim BepInEx Patcher _**(VBPatcher)**_ is a personal script created to solve the weird automatic version downgrading of the BepInEx modding tool.
10
10
11
11
- For me, this is generally caused by the Vortex mod manager automatically downloading what it perceives to be the "necessary" files for modding.
12
12
@@ -16,17 +16,17 @@
16
16
17
17
### Using PIP _(Recommended)_
18
18
19
-
- To install VBP using `pip`, enter the following:
19
+
- To install VBPatcher using `pip`, enter the following:
20
20
21
21
```python
22
22
pip --user install VBPatcher
23
23
```
24
24
25
25
### Manual Installation _(**NOT** Recommended)_
26
26
27
-
1. Download the project from [GitHub](https://github.com/schlopp96/VBP) and extract to location of choice.
27
+
1. Download the project from [GitHub](https://github.com/schlopp96/VBPatcher) and extract to location of choice.
28
28
29
-
2. Open terminal and navigate to the extracted directory `"./path/to/VBP"`.
29
+
2. Open terminal and navigate to the extracted directory `"./path/to/VBPatcher"`.
30
30
31
31
3. Use `pip install -r requirements.txt` to install necessary dependencies.
32
32
@@ -40,7 +40,7 @@
40
40
41
41
- Each time your modding tool is opened to edit Valheim, your files will be downgraded again, so **you must run this script every time before playing!**
42
42
43
-
1. Open the script, which can be found inside the downloaded folder here: "VBP/src/patcher.py":
43
+
1. Open the script, which can be found inside the downloaded folder here: "VBPatcher/src/patcher.py":
44
44
45
45
2. Once the script is run, you will be prompted to choose whether to install the latest available build, the latest available stable version of BepInEx patch, or _both_ to ensure the latest possible build available.
46
46
@@ -65,7 +65,7 @@
65
65
-**_Note that you can also find the latest bleeding-edge-builds of BepInEx [here](https://builds.bepis.io/projects/bepinex_be)._**
66
66
67
67
```python
68
-
>>>fromVBPimport vbp
68
+
>>>fromVBPatcherimport vbp
69
69
>>> vbp()
70
70
Welcome to the Valheim Bepinex Patcher!
71
71
@@ -138,4 +138,4 @@
138
138
139
139
- If you have any questions, comments, issues, complaints, etc, feel free to contact me through my:
0 commit comments