Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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 | 2 years ago |
| Version | 1.6.0 |
| Download link | ComfyMods-ZoneScouter-1.6.0.zip |
| Downloads | 3399 |
| Dependency string | ComfyMods-ZoneScouter-1.6.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
Copybutton to copy your current position (as XYZ) to clipboard. - Hold
LeftShiftand click on theCopybutton 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
- Check out our community driven listing site at: valheimlist.org
CHANGELOG
Changelog
1.9.0
- Migrated to SDK-style project.
- Added new config-options:
[SectorInfoPanel.PositionRow] positionValueXBackgroundColor[SectorInfoPanel.PositionRow] positionValueYBackgroundColor[SectorInfoPanel.PositionRow] positionValueZBackgroundColor[SectorInfoPanel.SectorContent] showSectorContent
- SectorInfoPanel can now only be mouse-dragged when Menu is visible.
- Code clean-up and refactoring.
- Updated mod icon.
1.8.0
- Added new config-section
SectorInfoPanel.CopyPositionwith config-options:copyPositionValuePrefixcopyPositionValueSeparatorcopyPositionValueOrder
- Modified the behaviour of the "Copy" button to use the new config-options above.
- Updated icon.
1.7.0
- Updated for the
v0.220.5patch. - Removed obsolete patch-compatibility code.
- Now using
AssetIDto fetch theCustom/Distortionshader used for sector-boundaries. - Sector-boundaries cube now adjusts for player's
position.yvalue. - Code clean-up and refactoring.
1.6.0
- Fixed for the
v0.219.10PTB patch. - Bumped up
<LangVersion>to C# 12. - Code clean-up and refactoring.
1.5.0
- Added new config option
toggleSectorBoundariesShortcutto use to toggle sector boundaries (default: un-set).
1.4.0
- Updated for
v0.217.38patch. - Moved changelog into
CHANGELOG.md. - Added new
Copybutton to copy current position to clipboard.
1.3.0
- Updated all
UI.Textreferences to useTextMeshPro. - Added new config option
showZDOManagerContentto toggleNextIdrow in theSectorInfoPanel, default to off.
1.2.0
- Fixed for
v0.216.9patch.
1.1.0
- Added a new row
ZdoManager.NextIdto theSectorInfoPanel. - Minor code clean-up.
1.0.1
- Fixed grid display of sectors corresponding to NESW movement. Blah math.
1.0.0
- Initial release.