You are viewing a potentially older version of this package. View all versions.
NunyaBusiness-Punkalyn_PunkEmotes-1.0.0 icon

Punkalyn PunkEmotes

Punkalyn PunkEmotes allows you to use animations from all the ATLYSS races. I am not the creator of this mod, the original upload and source can be found here: https://github.com/Punkalyn/PunkEmotes

Date uploaded a year ago
Version 1.0.0
Download link NunyaBusiness-Punkalyn_PunkEmotes-1.0.0.zip
Downloads 6089
Dependency string NunyaBusiness-Punkalyn_PunkEmotes-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Robyn-CodeTalker-1.1.0 icon
Robyn-CodeTalker

A simple library to abstract away networking

Preferred version: 1.1.0
Robyn-SimpleCommandLib-1.1.1 icon
Robyn-SimpleCommandLib

A library to make command line parsing simple and straightforward

Preferred version: 1.1.1

README

Punkalyn PunkEmotes

PunkEmotes by Punkalyn (https://github.com/Punkalyn/PunkEmotes) is a mod that allows you to use animations from all the ATLYSS races.

You can use the command /em help for the in-game help message, but it boils down to: /em {animation} {race}, where {animation} can be "sit" or "dance", and {race} can be "chang", "byrdle", "imp", "poon", and "kubold". The command /em chang_sitinit02 is used for the chang /sit2 animation.

I did not make this mod, but it's been incredibly useful so I wanted to share it on Thunderstore for easier access for everybody. It's licensed under GPL-3.0, meaning it can be distributed here. But if you have any issues or suggestions, please report them to the original author, since I don't know how to make any changes, additions, or fixes: https://github.com/Punkalyn/PunkEmotes

CHANGELOG

Changelog

2.1.4

  • Remove debugging output I forgor about

2.1.3

  • Updated to work with the 72025.a8 update, yay!
    • Complete rework of animation loading to support 72025.a8
    • Minor rewrite of chat handling to support 72025.a8

2.1.2

  • Removes accidentally bundled in dependency.
  • Fixes networking error where clients could receive packets while loading in before _mainPlayer was set
  • Fixes patch count to reflect that 2 were removed, this error was harmless but it is now fixed

2.1.1

  • Fixes networking error introduced by 2.1.0 that allowed clients to receive packets too early, oops

Version 2.1.0

  • Replaces networking with CodeTalker network, this is a breaking change
  • Networking will no longer show up in Channel 2 for clients without PunkEmotes
  • Clients using version 2.0.2 or lower will not be able to communicate with clients running 2.1.0 or higher!

Version 2.0.2

  • Adds: command em list to list all available animations as detected by RePunked

Version 2.0.1

  • Fixed: An error with improperly trying to call an RPC without authority (should reduce log spam)
  • Refactored: Cleaned up the entire main loop and implemented SimpleCommandLib for cleaner state management

Version 2.0.0

  • Fixed: Issue with color chat
  • Added: Filter for markup in chat to fix any other chat mods breaking the networking
  • Refactored: Overwhelming majority of code to be more null safe, this may solve other minor errors users were experiencing