Skip to content

Releases: KlutzyBubbles/lc-better-emotes

v1.5.0

15 May 00:15
Compare
Choose a tag to compare

Add v50 Support (Knife Animation Fix #29 ) - Thank you @DarthLilo
Updated LethalCompany_InputUtils to 0.7.4 (0.7.1 Internally)
Fixed Emote Names in readme

v1.4.5

07 Feb 23:00
Compare
Choose a tag to compare

Fixed emote wheel starting on the wrong page

v1.4.4

06 Feb 03:35
Compare
Choose a tag to compare

Fixed Prisyadka quad legs (hopefully)

v1.4.3

05 Feb 21:50
Compare
Choose a tag to compare

Changes that might matter to you:

  • Changed asset loading to load controllers as AnimatorOverrideController by default which fixes a lot of incompatibility with other mods
  • Add a bunch of null checks and try catches for soft errors
  • Removed ability to bind to a keyboard input for controller only input
  • Updated InputUtils to 0.6.3

Backend changes for my note:

  • Change StaticLogger to Logger
  • Remove unused code
  • rename disbaleSelfEmote to disableModelOverride
  • Refactored code to be easier to work on
  • Added github issue templates
  • Standardised naming (not sure if its all 100% the same)

v1.4.2

29 Jan 11:46
f4bd9f2
Compare
Choose a tag to compare

Fix keybinds issue #18
Fix sign disappearing issue #20
Added keybinds to sign ui #19
Add null check for FindSign and FindLegs to prevent unnecessary logging
Switched internal storage of keybinds to InputBind rather than string

v1.4.1

29 Jan 11:20
Compare
Choose a tag to compare

This is the LCVR support update, more info below

Separate setting incompatibleStuff to disableSpeedChange and disableSelfEmote
Separate InitGamePatch out to separate Patch files
Add optional dependency for LCVR used to auto enable disableSelfEmote
Change level badge message to debug when disableSelfEmote
Disable keybindings when disableSelfEmote
Added SyncVRState RPC methods

This update no longer has support for MoreEmotes (sorry).

v1.4.0

26 Jan 06:29
Compare
Choose a tag to compare

Because of the size of the change, not every change is listed

Updated to support emotes from MoreEmotes v1.3.3 (2 new emotes and double emotes for middle finger and clap)
Added keybinds for next and prev page
Added debug and trace logging for any errors people might have to report
Changed target framework from net46 to netstandard2.1
Added RuntimeNetcodeRPCValidator as a dependency
Updated LethalCompany_InputUtils to 0.6.0
Restructured code to make it easier to work with (slightly)
Fixed emote wheel opening while chat is open
Added sign emote cooldown which is the time between starting to write and hitting enter, this allows for endless writing animations without the screen

v1.3.4

09 Jan 00:27
Compare
Choose a tag to compare

Fixed #14

v1.3.3

08 Jan 23:25
Compare
Choose a tag to compare

Build against v47, nothing has changed to break the mod but just to be safe i did.

Cleaned up prefixCheckConditions

Fixed Version not changing in game (was still showing as 1.3.1)
Fixed controller deadzone being able to go below 0
Fixed empty key / controller binds not showing as empty in-game (Fixes #13 )

v1.3.2

04 Jan 09:01
Compare
Choose a tag to compare

Fixed (hopefully) keybinds randomly stop working.
Fixed default controller keybinds defaulting to keyboard keybinds (this was not the intended function)
Fixed default blank controller keybinds switching to "/"

Updated InputUtils to 0.4.4