Adjus Map Fog Of War Explore Radius Fixed value Or Based on "Run" skill level Fog reset Separation from when on the ship for "Hardcore" user zero visibility. Influenced By Weather Mode. Show Radius Only Mode.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.7.3
add Show Radius Only mode Warning description
Version 0.7.2
upload file fail. retry 0.7.3
Version 0.7.1
Add option Enable Notification. Add option Enable Debug. Edit Fog Density formula range(10~100%)
Version 0.7.0
Add Show Radius Only. It doesn't remember past areas.
Version 0.6.0
Add Influenced By Weather
Version 0.5.1
Fix proportion mode not working on ship
Version 0.5.0
Modify "proportion" mode formula Radius = (ExploreRadius or ExploreRadiusOnShip) + (Run Skill level * SkillLevelRatio) ExploreRadius available to set 0 However, the minimap is updated even if it is radius set to 0, so when it is set to 0, the mini-map update cycle is set to the maximum. The results are expected to be similar.
Version 0.4.0
Add Config ExploreRadiusOnShip => Fog Of War Explore Radius Range if player on ship Add Command MapExploreRadiusSetOnShip=> Change ExploreRadiusOnShip value
Version 0.3.0
Add Command MapExploreRadiusReset => Reset Fog
Version 0.2.0
Add Radius application mode 1. Fixed value => default 2. Based on "Run" skill level
Version 0.1.2
fix other Console command not work
Version 0.1.1
edit NexusID
Version 0.1.0
first
Adjus Map Fog Of War Explore Radius
If you don't want to clear all maps and want to see a little more of the map's coastline when sailing, use it.
Default value 50
Edit Config
ExploreRadius = value
ex) ExploreRadius = 50
Console Command
MapExploreRadiusSet value
ex) MapExploreRadiusSet 100
Need BepInEx
Copy dll file to BepInEx\plugins
Configuration file ( Run the game once to create a configuration file )
However, the minimap is updated even if it is radius set to 0, so when it is set to 0, the mini-map update cycle is set to the maximum. The results are expected to be similar.
0.5.1 Fix proportion mode not working on ship
0.6.0 Add Influenced By Weather
Radius = ( above Final value ) * (FogDensity * Ratio_Fog) * (Ratio_Rain or Ratio_Snow) * (Ratio_Night or Ratio_Day or Ratio_Morning or Ratio_Evening)
0.7.0 Add Show Radius Only Mode. It doesn't remember past areas. ? Warning - enabling this will erase all previously discovered areas.
0.7.1 Add option Enable Notification. Add option Enable Debug. Edit Fog Density formula range(10~100%)
The internal minimum value is 0.003 (environmental clear, day) and the maximum value is 0.15 (environmental misty, night).
Since the multiplication operation is used, the value must not be 0.
Minimum 10% sight when Fog Density 100%(value 0.15).
0.7.3 add Show Radius Only mode Warning description