Skip to content

Releases: Cruze03/FortniteEmotesNDances

Fortnite Emotes & Dances v1.1.3

12 Nov 10:01

Choose a tag to compare

feat: added variable (CameraBlockObject) in config which blocks camera going through objects
feat: added variable (CameraMoveable) in config which blocks camera movement overall

Fortnite Emotes & Dances v1.1.2

11 Nov 08:43

Choose a tag to compare

fix: camera being stuck on ground
fix: minor issue when EmoteFreezePlayer set false
feat: add dependency check in plugin to help new server owners to spot the issue with plugin
delete: removed SmoothCamera & FixedCamera variable from config since no longer works
update: Use Vector3 instead of Vector to avoid memory leak. Also, re-use collision virt func variable.
feat: New variable added in config ForcePlayerVisibility. Forces player visibity ontick. Need for plugins like VIP_RainbowModel

Fortnite Emotes & Dances v1.1.1

16 Oct 08:07

Choose a tag to compare

FortniteEmotesNDances v1.1.0

20 Aug 05:51

Choose a tag to compare

feat: remove all hide fixes

re-upload: recompile with latest cs#

FortniteEmotesNDances v1.0.9

09 Aug 11:15

Choose a tag to compare

fix: 25/07 signatures
update: SetBodygroup uses AcceptInput instead of sig
feat: transmit re-add

Fortnite Emotes & Dances v1.0.8-hotfix2

09 Apr 20:17

Choose a tag to compare

You need CSSharp 309+ from now on

feat: Cleaned up the code.
update: Plugin now shows per player translation instead of global.
update: Removed unnecessary signature functions. Plugin now uses in-built ones. Less chances of plugin break \^_^/
fix: Gloves being semi-invisible when EmoteGlovesFix was true

Hotfix

fix: Emote cooldown not working.
update: Removed unused signature from gamedata.

Hotfix2

update: Disable StopDamageWhenInEmote when CS2Fixes is installed

Fortnite Emotes & Dances v1.0.7-MeshGroupFix

02 Mar 09:43

Choose a tag to compare

Fortnite Emotes & Dances v1.0.7

21 Jan 06:59

Choose a tag to compare

You need CSSharp 300+ from now on

  • Fix menu at playerspawn
  • KitsuneMenu Recompile again

Fortnite Emotes & Dances v1.0.5

06 Oct 07:09

Choose a tag to compare

Version 1.0.5

You need CSSharp 276+ from now on

New translation phrase added: emote.disabledbyadmin & emote.player.disabledbyadmin

Remove gamedata/fornite_emotes.json from your existing files because it is renamed to forntite_emotes.json with this package.

  • Update CollisionRulesChanged offset
  • Added css_fortnite_emotes_enable emotes (default value true) to enable/disable emotes & dances mid-game.
  • Added RU & CN translation.

Fortnite Emotes & Dances v1.0.4

30 Sep 21:18

Choose a tag to compare

There are 2 new phrases in language file with this update

  • emote.duckcheck & emote.player.duckcheck

Changelog:

  • Removed all server console warnings when a player emotes/dances. (Thanks to @exkludera & @qstage)
  • StopEmote now sets player's MoveType to what he had before emote/dance.
  • Added crouch check while emoting/dancing.
  • Fixed a case where sometimes the player's glove was flickering in shadow after emoting/dancing.
  • Fixed a bug where if some player is emoting/dancing on top of another player, the below player's movement is scuffed unless top player stops emoting/dancing. (Thanks @AlpHu31 for finding the bug)