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 | 10 months ago |
Version | 1.5.0 |
Download link | ComfyMods-ZoneScouter-1.5.0.zip |
Downloads | 2391 |
Dependency string | ComfyMods-ZoneScouter-1.5.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
- Check out our community driven listing site at: valheimlist.org
CHANGELOG
Changelog
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.