HP Commander v1.5.2
·
29 commits
to master
since this release
HP Commander v1.5.2
Fixes for issues #2, #3 and #5.
Download
Grab HpCommander-v1.5.2-win-x64.zip below, extract it, run HpCommander.exe. Self-contained, no .NET install needed.
Fixed: Door was using the wrong syntax (#2)
Doors were emitting the legacy V1 form (door frontdoor open). They're V2:
values.frontdoor.set(IsLocked)=1 lock
values.frontdoor.set(IsLocked)=0 unlock
values.frontdoor.set(IsOpen)=1 open
values.frontdoor.set(IsOpen)=0 close
All 29 doors use their normalised name, and a free-typed name is normalised the same way — "Front Door", "front door" and "frontdoor" all resolve correctly.
New: app icon (#3)
The app ships with a proper icon now, shown on the executable and in the title bar / taskbar.
Improved: coordinate orientation (#5)
The warp coordinate fields are labelled with real map landmarks instead of abstract axes:
- X — Fireplace ↔ Gazebo
- Y — up / down
- Z — Front Door ↔ Hot Tub
Notes
- Lock/unlock (
IsLocked) is confirmed by the game devs. Open/close usesIsOpen, the door's other boolean state property — if it misbehaves, please report it. - Unofficial, community-built tool — not affiliated with or endorsed by Eek! Games.