Skip to content

houseCARL 1.1.0

Choose a tag to compare

@Avick3110 Avick3110 released this 06 Jun 01:19
· 186 commits to main since this release

houseCARL 1.1.0 — the tool bridge. houseCARL now drives the external modding toolchain, not just the data layer.

What's new

  • Tool bridge: housecarl_set_tool_path registers — and auto-detects — the external tools houseCARL wraps. When a command needs a tool that isn't set, houseCARL fails loud with the exact path it needs instead of silently doing nothing.
  • Papyrus compile: housecarl_compile_script compiles a .psc through the Creation Kit's PapyrusCompiler.exe. Warnings are non-fatal; the recompile is non-destructive (the existing .pex is overwritten only on success).
  • BSA archives: housecarl_bsa_list / housecarl_bsa_extract / housecarl_bsa_repack wrap BSArch to inspect, extract from, and repack .bsa archives. Repack is non-destructive (the target is replaced only when the pack succeeds).

Install (modders): download houseCARL-1.1.0.zip below, unzip, and run houseCARL-Setup.exe, then pick [1] Claude / [2] Codex / [3] Both. Requires Windows, the .NET 9 ASP.NET Core Runtime, and Mod Organizer 2. See the README for build-from-source and full details.

Licensed GPL-3.0-only (see LICENSE and THIRD-PARTY-NOTICES.txt).