Skip to content

ComfyGizmo-v1.3.0

Compare
Choose a tag to compare
@redseiko redseiko released this 05 Mar 01:22
· 22 commits to main since this release

ComfyGizmo v1.3.0

Comfy-specific version of Gizmo.

  • Configurable modifier hot-keys for:
    • X-axis rotation (default: hold LeftShift)
    • Z-axis rotation (default: hold LeftAlt)
    • Reset selected axis rotation (default: V)
    • Reset ALL axis rotations (disabled by default)
  • Can disable the Gizmo placement visual.
  • Can set the snap angles per 180 degrees from 2 - 128.
  • Original Euler-style rotation.

Installation

Manual installation:

  1. Unzip Gizmo.dll to your /valheim/BepInEx/plugins/ folder

Thunderstore

  1. Disable or uninstall the existing Gizmo v1.0.0 mod by Rolo
  2. Go to Settings > Import local mod > select ComfyGizmo_v1.3.0.zip
  3. Click "OK/Import local mod" on the pop-up for information

Changelog

1.3.0

  • Added configuration option for a 'reset all rotations' hot-key (default to un-set).
  • Cleaned-up the UpdatePlacementGhost transpiler.

1.2.0

  • Modified GizmoRoot instantiate to trigger on Game.Start().

1.1.0

  • Turn SnapDivisions into a slider.
  • Moved Resources.GetResources() into the main plugin file.

1.0.0

  • Rewrite of Gizmo for Comfy-specific use.
  • Supprot re-binding of modifier keys and simplify code to one file.