NunyaBusiness-Punkalyn_PunkEmotes icon

Punkalyn PunkEmotes

Punkalyn PunkEmotes RePunked allows you to use animations from all the ATLYSS races. Maintained branch of the original

Last updated 18 hours ago
Total downloads 6071
Total rating 6 
Categories
Dependency string NunyaBusiness-Punkalyn_PunkEmotes-2.0.0
Dependants 2 other packages depend on this package

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

README

PunkEmotes Re-Punked Edition

PunkEmotes by Punkalyn is a mod that allows you to use animations from all the ATLYSS races.

Usage

You can use the command /em help for the in-game help message, for explanation but here's a quick overview:

Use /em {animation} {race} in the in-game chatbox to use an emote. Replace {animation} with "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.

Maintainers

Original Author: Punkalyn

Current Maintainer(s): Robyn

Project goals

The Re-Punked project's goals are

  • [ ] Eliminate Existing Mod Conflicts
    • [x] Color Chat Issue (this appears to be fixed)
    • [ ] Any other mods that modify chat (please report)
  • [ ] Integrate the PunkEmotes-Hotkeys mod natively
    • [ ] Add a slick UI for user-configurable fast emotes

Why is there so much logging now?

I removed the class and flags that were previously being used to control logging internally because BepInEx already does this externally. Please edit your BepInEx.cfg file by opening it in your mod manager's config editor and finding the section that looks like this

## Which log levels to show in the console output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info

And removing Message and Info from the output. Those two channels are for modders to output debug information about the state of their mod and its best to not have them in the console. There is another section further down that controls what is output to disk, you may also modify it to remove those channels as well if it bothers you. Note, when reporting bugs to modders please include those channels in your logs, they help a lot!

License Information

This mod and all associated project files are released under the GNU GPLv3. See the LICENSE file that came with your copy or visit GNU Website for more information