You are viewing a potentially older version of this package.
View all versions.

ZoneScouter
The sector's instance level... it's over 9000!
Date uploaded | a month ago |
Version | 1.8.0 |
Download link | ComfyMods-ZoneScouter-1.8.0.zip |
Downloads | 484 |
Dependency string | ComfyMods-ZoneScouter-1.8.0 |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
ZoneScouter
The sector's instance level... it's over 9000!
Features
SectorInfoPanel
-
Shows current position, current sector and ZDOs in sector.
- Panel can be repositioned by dragging it with the mouse.
CopyPositionButton
- Click on the
Copy
button to copy your current position (as XYZ) to clipboard. - Hold
LeftShift
and click on theCopy
button to copy your current position (as XZY) to clipboard.
SectorZdoCountGrid
- Disabled by default, toggle it on/off in ConfigurationManager.
- There are two GridSize options available (in dropdown menu):
-
Show ZDO counts for current sector and surrounding sectors (ThreeByThree).
-
Show ZDO counts for all sectors within range (FiveByFive).
-
ShowSectorBoundaries
- Disabled by default, toggle it on/off in ConfigurationManager.
- Creates semi-transparent colored boundary walls on each side of current sector.
Configuration
-
Almost everything is configurable (more will be added later).
Notes
- This is the good enough release with more features/options to be added later.
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- Icon modified from the original using Gemini.
CHANGELOG
Changelog
1.8.0
- Added new config-section
SectorInfoPanel.CopyPosition
with config-options:copyPositionValuePrefix
copyPositionValueSeparator
copyPositionValueOrder
- Modified the behaviour of the "Copy" button to use the new config-options above.
- Updated icon.
1.7.0
- Updated for the
v0.220.5
patch. - Removed obsolete patch-compatibility code.
- Now using
AssetID
to fetch theCustom/Distortion
shader used for sector-boundaries. - Sector-boundaries cube now adjusts for player's
position.y
value. - Code clean-up and refactoring.
1.6.0
- Fixed for the
v0.219.10
PTB patch. - Bumped up
<LangVersion>
to C# 12. - Code clean-up and refactoring.
1.5.0
- Added new config option
toggleSectorBoundariesShortcut
to use to toggle sector boundaries (default: un-set).
1.4.0
- Updated for
v0.217.38
patch. - Moved changelog into
CHANGELOG.md
. - Added new
Copy
button to copy current position to clipboard.
1.3.0
- Updated all
UI.Text
references to useTextMeshPro
. - Added new config option
showZDOManagerContent
to toggleNextId
row in theSectorInfoPanel
, default to off.
1.2.0
- Fixed for
v0.216.9
patch.
1.1.0
- Added a new row
ZdoManager.NextId
to theSectorInfoPanel
. - Minor code clean-up.
1.0.1
- Fixed grid display of sectors corresponding to NESW movement. Blah math.
1.0.0
- Initial release.