You are viewing a potentially older version of this package. View all versions.
virtuaCode-EmoteWheel-1.2.0 icon

EmoteWheel

This mod adds an user interface for emote animations to let them be used in an easier and faster way.

Date uploaded 3 years ago
Version 1.2.0
Download link virtuaCode-EmoteWheel-1.2.0.zip
Downloads 1716
Dependency string virtuaCode-EmoteWheel-1.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.800 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.800

README

Overview

This mod adds an user interface for emote animations to let them be used in an easier and faster way. The menu will be visible by holding the 'T' key (can be changed).

To trigger an emote animation release the Hotkey after selecting an emote. (When TriggerOnRelease = true)

To trigger an emote animation press the left mouse button after selecting an emote. (When TriggerOnClick = true)

Info: This mod should only be installed on the client side.

Manual Installation

BepInEx Modloader must be installed. Can be found here: https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/

To install the mod just move the downloaded EmoteWheel.dll to the <valheim-folder>\BepInEx\plugins\ folder.

Config

A config file will be created after running the game once while the mod is installed: <valheim-folder>\BepInEx\config\virtuacode.valheim.emotewheel.cfg

[Appereance]

## Color of the highlighted selection
# Setting type: Color
# Default value: FFD100FF
HighlightColor = FFD100FF

## Scale factor of the user interface
# Setting type: Single
# Default value: 0.75
GuiScale = 0.75

[General]

## Hotkey for opening emote wheel menu
# Setting type: String
# Default value: t
Hotkey = t

## Releasing the Hotkey will trigger the selected emote
# Setting type: Boolean
# Default value: true
TriggerOnRelease = true

## Click with left mouse button will trigger the selected emote
# Setting type: Boolean
# Default value: false
TriggerOnClick = true

Of course you can have both TriggerOnRelease and TriggerOnClick set to true if you want.

Source Code

https://github.com/virtuaCode/valheim-mods

Change Log

  • Version 1.2.0

    • Add HighlightColor option
    • Add GuiScale option
    • Add improved graphics (shader)
    • Changed gui scale
  • Version 1.1.0

    • Add TriggerOnRelease option
    • Add TriggerOnClick option
    • Add audio feedback
    • Add min. selection radius
    • Add previous emote interruption
    • Bugfix AssetBundle already loaded
  • Version 1.0.0

    • Inital Release