You are viewing a potentially older version of this package. View all versions.
Azumatt-SkillCapper-1.0.0 icon

SkillCapper

Looking to make the PvE harder by forcing low skills? Looking to help with AFK skill grinding through macros for PvP? Introducing, SkillCapper. Prevents a player from leveling past a certain skill level.

Date uploaded 2 years ago
Version 1.0.0
Download link Azumatt-SkillCapper-1.0.0.zip
Downloads 2353
Dependency string Azumatt-SkillCapper-1.0.0

README

Looking to make the PvE harder by forcing low skills? Looking to help with AFK skill grinding through macros for PvP?

Introducing, SkillCapper. This mod prevents a player from leveling past a certain skill level.

Server config syncs to client on server connect. Config Manager changes will not matter and will only alter the clients local file.

Installation Instructions

Local Install

  1. Locate your game folder by starting Steam client and : a. Right click the Valheim game in your steam library b. Go to "Manage" -> "Browse local files" c. Steam should open your game folder
  2. Extract the contents of the archive into the BepInEx\plugins folder.
  3. Launch the game at least once to generate the config file.
  4. Locate azumatt.SkillCapper.cfg under BepInEx\config and configure the mod to your needs

Server Must be installed on both the client and the server if the mod is on the server. If the client doesn't have the mod, the client will disconnect from the server due to the mod's version checking.

  1. Locate your main folder manually and : a. Extract the contents of the archive into the main folder that contains BepInEx b. Launch your game at least once to generate the config file needed if you haven't already done so. c. Locate azumatt.SkillCapper.cfg under BepInEx\config on your machine and configure the mod to your needs
  2. Reboot your server. All clients will now sync to the server's config file even if theirs differs. Config Manager mod changes will only change the client config, not what the server is enforcing.

Feel free to reach out to me on discord if you need manual download assistance.

Where is the configuration file?

The Config file's name is "azumatt.SkillCapper.cfg" it needs to be placed in "BepInEx\config"

Author Information

Azumatt DISCORD: Azumatt#2625 STEAM: https://steamcommunity.com/id/azumatt/

Special thanks

Thank you to Kripson for the code on how to prevent skills from leveling up, it helped me get started!

CHANGELOG

Version Update Notes
3.0.3 - Fix Null Reference
3.0.2 - Remove some logging
- Fix an issue that might occur if your skill couldn't be found.
3.0.1 - Update for Valheim 0.217.22
3.0.0 - Rewrite a lot of the patches in this mod.
- Changed the name of the configuration file to Azumatt.SkillCapperConfig.yaml
- Internal change to the GUID, this will result in the mod thinking it's different from the original. Make sure you remove the original mod manually if you have it installed.
- PLEASE REGENERATE ALL CONFIGS AND MAKE SURE YOU DO NOT HAVE THE ORIGINAL MOD INSTALLED!
2.0.0 - Major overhaul and rewrite of the mod. Move to yaml configuration so you can add your own skills if needed. DELETE OLD CONFIG FILE!
Now can un-cap skills based on the max level you have set in the yaml file. If the value is above 100, they can now level to that and the skills will be rebalanced appropriately.
1.0.0 - Initial Release