Skip to content

Releases: Kanium/flappinghead

Ease of Use Hotfix

12 Nov 17:31
Compare
Choose a tag to compare

Adds in a key-bind for setting the mood to neutral from any position.

Ease of Use Update

12 Nov 14:24
e6641c3
Compare
Choose a tag to compare

This update changes the way custom assets are loaded, hopefully to make it less cumbersome:
You no longer need to enable every image manually in the config.lua, you can now just add the appropriately names files into the "Custom" folder. The names of the extra files are customizable, and the defaults are available to peruse in the config.lua now.

Basic Toggles

05 Jul 21:34
Compare
Choose a tag to compare

Allows you to toggle Nose and Hair layers in the config.lua.

Hot-Fix

27 Apr 14:13
97c1bd1
Compare
Choose a tag to compare

Allows you to see what prop you have selected without having it toggled on (so you can choose one in secret and deploy it when the timing is right)

Props and MaxGate

27 Apr 12:48
Compare
Choose a tag to compare

Adds the ability to cycle between and toggle props without having to edit files and re-launch the program.

Also adds a noiseCap and scales all effects based on the difference between the noisegate and the noise cap, making it much easier to adjust for many more setups.

Hotfix Release

06 Feb 19:25
Compare
Choose a tag to compare

Fixes a few inherent bugs with the last release: emotional shifter not dropping by only one emotion at a time, and canvases being cut off from the new effect system.

Filtering Options

06 Feb 19:01
Compare
Choose a tag to compare

Adds the ability to change filtering options in the config.lua. You can change how the image is scaled between "neareast neighbor" and "linear interpolation", and also change the anistropy.

Shader Addition

06 Feb 16:18
Compare
Choose a tag to compare

Implemented the "Moonshine" post-processing effect library. A new shader.lua file allows you to configure which effects to apply, and to set their variables.

Emotional Range Expansion and Props Addition

05 Feb 17:20
cf1f3e9
Compare
Choose a tag to compare

All emotions now support a "second" stage of emotion. These are not necessary, and you can implement as many or as few as you like. To activate them simply press the direction you'd press for that emotion a second time.

Additionally I've added a prop layer that can be put on top of everything else and will bobble with the head.

All of these can be enabled via the config.lua, and follow the same rules as customizing any other part of the face: keep filenames the same, don't delete them etc.

Background and Bobble Fix

25 Nov 23:24
Compare
Choose a tag to compare

You can now customize the background color and the bobbleConstant now works more as you'd expect.