0 of 0

File information

Last updated

Original upload

Created by

catcatcat

Uploaded by

icecat

Virus scan

Safe to use

Tags for this mod

About this mod

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.

Requirements
Permissions and credits
Changelogs
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 )
  • BepInEx\config\catcatcat.FogOfWarExploreRadius.cfg


0.2.0
Add Radius application mode : Edit config "Mode" property
  • Fixed value => default value
  • Based on "Run" skill level => idea from VamPerL2 Thank you.
    formula : Radius = 50 + ( Run Skill level * SkillLevelRatio[ in config file ] )

0.3.0
Add Command 
  • MapExploreRadiusReset
          => Reset Fog

0.4.0
Add Config
  • ExploreRadiusOnShip = value => Fog Of War Explore Radius Range if player on ship
    ex)ExploreRadiusOnShip  = 100
Add Command 
  • MapExploreRadiusSetOnShip value => Change ExploreRadiusOnShip  value
    ex) MapExploreRadiusSetOnShip 100

0.5.0
Modify "proportion" mode formula
  • Radius = (ExploreRadius or ExploreRadiusOnShip)  + (Run Skill level * SkillLevelRatio)
ExploreRadius available to set 0 
  • for "Hardcore" user zero visibility.
  •  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