Skip to content

HP Commander v1.3.0

Choose a tag to compare

@foreverforbidden foreverforbidden released this 17 Jul 08:29
· 35 commits to master since this release

HP Commander v1.3.0

Two commands the community guide calls retired — plus a much faster way to get around.

Download

Grab HpCommander-v1.3.0-win-x64.zip below, extract it, and run HpCommander.exe — self-contained, no .NET install needed. Data/commands.json sits next to it and stays hand-editable.

Navigation

The sidebar was a flat list of 16 entries. It's now grouped — Appearance / Character / Actions / World / Console — with a search box on top.

Search matches keywords, not just tab names, so you can look things up by what they do:

  • drunk → Social
  • lock → Door
  • naked → Change
  • fight → Legacy

Keyboard loop: Ctrl+K to focus search, type, Enter to jump to the first match, Ctrl+Enter to copy the current command. Esc clears the filter.

The "Refresh" buttons are gone — per-character lists (Change items, Outfit list) now follow the target selection automatically. Pick Rachael, open Outfit, her outfits are already there.

New: Social

drunk / mood values, friendship / romance toward another character, and the sendtext / talkto actions.

social all drunk 25 equals
social rachael player romance equals 10
social madison derek talkto

New: Door

door frontdoor open
door "Slider Door" close
door masterbedroomdoor lock

Names match space-insensitively and quoting is handled for you.

Note on both

The pinned community guide states that Social is "the old command" and that door locking moved to values.spareroomdoor.set(IsLocked)=1. The game's own example social and example door document these forms directly, so both appear to work. Each view says as much, rather than quietly picking a side.

Also

  • Outfits went from 1 character to 21 characters / 253 entries, ripped from the game's own data across the base game and all 8 DLC packs
  • Fixed a crash when opening the Legacy (V1) tab

Docs

docs/console-reference.md covers all 39 v1.5.2 console commands with syntax confirmed against the game's own help/example output.

Notes

  • Unofficial, community-built tool — not affiliated with or endorsed by Eek! Games.