-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.2.8 : Refactor patches, update README.md, CHANGELOG.md,etc.
- Loading branch information
1 parent
2cbea0e
commit f4d4208
Showing
7 changed files
with
387 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,103 @@ | ||
![Valheim VeinMine](https://i.imgur.com/OAfRGXK.jpg) | ||
|
||
Tired of mining for ages? | ||
With Veinmine you're able to mine the whole ore/rock vein at once! | ||
You can do this by holding down the assigned key (Left Alt by default) while mining! | ||
|
||
`Version checks with itself. If installed on the server, it will kick clients who do not have it installed.` | ||
|
||
`This mod uses ServerSync, if installed on the server and all clients, it will sync all configs to client` | ||
|
||
`This mod uses a file watcher. If the configuration file is not changed with BepInEx Configuration manager, but changed in the file directly on the server, upon file save, it will sync the changes to all clients.` | ||
|
||
## **Version 1.0.0 - Progressive mode added!** | ||
|
||
### **Please delete your previous config when updating as it might break something.** | ||
|
||
You can now enable progressive mode in the config, making it so veinmining is scaled by your Pickaxes level. This is intended to be a less OP way of veinmining, where the tradeoff is taking higher durability damage (and less xp) than if you mined manually. | ||
|
||
The radius of the veinmined area is also scaled by your Pickaxes level. | ||
|
||
It works by checking for rocks in a radius set by the Progressive Level Multiplier value in the config. This value is multiplied by your Pickaxes level to obtain a radius. | ||
|
||
By default, it's set to 0.1 so assuming your Pickaxes level is 20, the radius will be 0.1 * 20 = 2. | ||
|
||
What does 2 mean, you ask? | ||
|
||
It's simple! A standard 2x2 floor piece has a length of 2, exactly like its name suggests. | ||
You can now enable progressive mode in the config, making it so veinmining is scaled by your Pickaxes level. This is | ||
intended to be a less OP way of veinmining, where the tradeoff is taking higher durability damage (and less xp) than if | ||
you mined manually. | ||
|
||
The radius of the veinmined area is also scaled by your Pickaxes level. | ||
|
||
It works by checking for rocks in a radius set by the Progressive Level Multiplier value in the config. This value is | ||
multiplied by your Pickaxes level to obtain a radius. | ||
|
||
By default, it's set to 0.1 so assuming your Pickaxes level is 20, the radius will be 0.1 * 20 = 2. | ||
|
||
What does 2 mean, you ask? | ||
|
||
It's simple! A standard 2x2 floor piece has a length of 2, exactly like its name suggests. | ||
|
||
--- | ||
|
||
<details> | ||
<summary><b>Installation Instructions</b></summary> | ||
|
||
***You must have BepInEx installed correctly! I can not stress this enough.*** | ||
|
||
### Manual Installation | ||
|
||
`Note: (Manual installation is likely how you have to do this on a server, make sure BepInEx is installed on the server correctly)` | ||
|
||
1. **Download the latest release of BepInEx.** | ||
2. **Extract the contents of the zip file to your game's root folder.** | ||
3. **Download the latest release of VeinMine from Thunderstore.io. (or Nexus Mods)** | ||
4. **Extract the contents of the zip file to the `BepInEx/plugins` folder.** | ||
5. **Launch the game.** | ||
|
||
### Installation through Vortex | ||
|
||
https://www.youtube.com/watch?v=Kt_6lwGd2Ns | ||
|
||
### Installation through r2modman or Thunderstore Mod Manager | ||
|
||
1. **Install [r2modman](https://valheim.thunderstore.io/package/ebkr/r2modman/) | ||
or [Thunderstore Mod Manager](https://www.overwolf.com/app/Thunderstore-Thunderstore_Mod_Manager).** | ||
|
||
> For r2modman, you can also install it through the Thunderstore site. | ||
![](https://i.imgur.com/s4X4rEs.png "r2modman Download") | ||
|
||
> For Thunderstore Mod Manager, you can also install it through the Overwolf app store | ||
![](https://i.imgur.com/HQLZFp4.png "Thunderstore Mod Manager Download") | ||
2. **Open the Mod Manager and search for "" under the Online | ||
tab. `Note: You can also search for "Azumatt" to find all my mods.`** | ||
|
||
`The image below shows VikingShip as an example, but it was easier to reuse the image.` | ||
|
||
![](https://i.imgur.com/5CR5XKu.png) | ||
|
||
3. **Click the Download button to install the mod.** | ||
4. **Launch the game.** | ||
|
||
</details> | ||
|
||
<br> | ||
<br> | ||
|
||
`Feel free to reach out to me on discord if you need manual download assistance.` | ||
|
||
# Current Author (Maintainer) Information | ||
|
||
### Azumatt | ||
|
||
`DISCORD:` Azumatt#2625 | ||
|
||
`STEAM:` https://steamcommunity.com/id/azumatt/ | ||
|
||
`GITHUB:` https://github.com/AzumattDev | ||
|
||
For Questions or Comments, find me in the Odin Plus Team Discord or in mine: | ||
|
||
[![https://i.imgur.com/XXP6HCU.png](https://i.imgur.com/XXP6HCU.png)](https://discord.gg/Pb6bVMnFb2) | ||
<a href="https://discord.gg/pdHgy6Bsng"><img src="https://i.imgur.com/Xlcbmm9.png" href="https://discord.gg/pdHgy6Bsng" width="175" height="175"></a> | ||
|
||
<hr> | ||
|
||
# Original Author Information | ||
|
||
### WiseHorror | ||
|
||
`DISCORD:` WiseHorror (wisehorror) | ||
|
||
`GitHub:` https://github.com/WiseHorror |
Oops, something went wrong.