ValheimPlus
ValheimPlus copied to clipboard
[BUG] Default value for exploreRadius does not match stock
- OS: Windows Client, Linux Server
- Valheim Game Version: 0.209.10
- V+ Mod Version: 0.9.9.8
Describe the bug
The default value of exploreRadius
(100) is noticeably larger than the stock explore radius. This both means that enabling the map section by default enlarges the explore radius (which seems counter to the opt-in philosophy the mod uses regarding config settings), and also makes it difficult to determine what value I want to set it to (if I want the explore radius to be 50% more than stock, what should I set it to? I don't know, because I don't know what the stock explore radius is).
To Reproduce
- Generate a
valheim_plus.cfg
config file with default values, and set theMap
section toenabled
. - Observe that you now explore the map at a larger radius than stock.
https://github.com/valheimPlus/ValheimPlus/blob/788420533f5068c2f51be3889a4bfe25d3436f30/ValheimPlus/Configurations/Sections/MapConfiguration.cs#L6
I've only had a cursory look but if this is 50% too much, we should change that 100 to 50?
https://github.com/valheimPlus/ValheimPlus/blob/788420533f5068c2f51be3889a4bfe25d3436f30/ValheimPlus/Configurations/Sections/MapConfiguration.cs#L6
I've only had a cursory look but if this is 50% too much, we should change that 100 to 50?
To be clear, I don't know that it's 50% too much. I was just using that number as an example.
ahh thanks. I don't know yet where to look up the default values. will investigate and correct my PR when I find it