Releases: redseiko/ValheimMods
Releases · redseiko/ValheimMods
ComfyGizmo-v1.4.0
ComfyGizmo v1.4.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)
- X-axis rotation (default: hold
- Can disable the Gizmo placement visual.
- Can set the snap angles per 180 degrees from 2 - 256.
- Original Euler-style rotation.
Installation
Manual
- Unzip
Gizmo.dll
to your/valheim/BepInEx/plugins/
folder
Thunderstore (manual)
- Disable or uninstall the existing
Gizmo v1.0.0
mod by Rolo. - Disable or uninstall any manually installed
ComfyGizmo_v1.3.0
or earlier. - Go to Settings > Import local mod > select
ComfyGizmo_v1.4.0.zip
. - Click "OK/Import local mod" on the pop-up for information.
Changelog
1.4.0
- Create a new GameObject
ComfyGizmo
to maintain the current Quaternion rotation state. - Re-ordered the mapping/assignment of original Gizmo's prefab XYZ roots/transforms per request by Jere.
- Increased the snap-angles maximum from 128 to 256.
- Moved plugin configuration logic into its own class
PluginConfig
. - Renamed the author field in
manifest.json
toComfyMods
.
1.3.1
- Try to add compatibility with other mods that also transpile
UpdatePlacementGhost
.
ComfyGizmo-v1.3.0
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)
- X-axis rotation (default: hold
- Can disable the Gizmo placement visual.
- Can set the snap angles per 180 degrees from 2 - 128.
- Original Euler-style rotation.
Installation
Manual installation:
- Unzip
Gizmo.dll
to your/valheim/BepInEx/plugins/
folder
Thunderstore
- Disable or uninstall the existing
Gizmo v1.0.0
mod by Rolo - Go to Settings > Import local mod > select
ComfyGizmo_v1.3.0.zip
- 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.
ComfyGizmo-v1.2.0
ComfyGizmo v1.2.0
Comfy-specific version of Gizmo.
- Configurable modifier hot-keys.
- Can disable the Gizmo placement visual.
- Can set the snap angles per 180 degrees from 2 - 128.
- Original Euler-style rotation.
Installation
Manual installation:
- Unzip
Gizmo.dll
to your/valheim/BepInEx/plugins/
folder
Thunderstore
- Disable or uninstall the existing
Gizmo-v1.0.0
mod by Rolo - Go to Settings > Import local mod > select
ComfyGizmo_v1.2.0.zip
- Click OK on the pop-up for information
Changelog
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.