From 08a2617b069ddd8c73a7ffe4e474e104e0001bbd Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 22:29:55 +0000 Subject: [PATCH] wolf: fix stale command list in the post-install summary, surface the Steam Input workflow The final echo summary still advertised a removed `apps` command and left out everything added since (cores, backup, controllers, steam-add-nonsteam-game, steam-setup-frontends, cemu-clone-controller, cemu-sync-controllers, install-completion, etc.). Also add a short pointer to the Steam-as-4-controller-hub workflow (documented in depth further down in README.md) right in the install summary, since it's currently only discoverable by reading the generated README. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01V99t5754SyXdnMTpVe2ba5 --- services/wolf.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/services/wolf.sh b/services/wolf.sh index 91e91ee..7cc3f7b 100644 --- a/services/wolf.sh +++ b/services/wolf.sh @@ -5066,7 +5066,17 @@ PYEOF echo " Online together → each player launches their own session," echo " all connect to the same game server" echo "" - echo "Manage: cd $WOLF_DIR && ./manage.sh {start|stop|restart|logs|status|pin|update|apps|reorder|add-web|ge-proton|fix-ea-game}" + echo " 4 controllers, one game (e.g. Cemu/Wii U)? Steam Input tells identical" + echo " controllers apart by device path, not just SDL GUID — add the emulator" + echo " to Steam as a non-Steam game instead of launching it from ES-DE:" + echo " ./manage.sh steam-setup-frontends # ES-DE/RetroArch AppImages into Steam" + echo " ./manage.sh steam-add-nonsteam-game cemu" + echo " ./manage.sh cemu-clone-controller / cemu-sync-controllers" + echo " For the ES-DE/RetroArch Wolf apps directly, force distinct virtual pad" + echo " types per slot instead: ./manage.sh controllers (see README.md)" + echo "" + echo "Manage: cd $WOLF_DIR && ./manage.sh {start|stop|restart|logs|status|update|cores|reorder|add-web|backup|ge-proton|fix-ea-game|controllers|steam-add-nonsteam-game|steam-setup-frontends|pin}" + echo " ./manage.sh install-completion # tab-complete every command above" echo "" echo "── EA GAMES (Battlefront II, etc.) ───────────────────" echo ""