Releases: Cruze03/FortniteEmotesNDances
Releases · Cruze03/FortniteEmotesNDances
Fortnite Emotes & Dances v1.0.8-hotfix2
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
Fortnite Emotes & Dances v1.0.7
You need CSSharp 300+ from now on
- Fix menu at playerspawn
- KitsuneMenu Recompile again
Fortnite Emotes & Dances v1.0.5
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 valuetrue
) to enable/disable emotes & dances mid-game. - Added RU & CN translation.
Fortnite Emotes & Dances v1.0.4
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)
Fortnite Emotes & Dances v1.0.3
- API changes to fix
OnPlayerEmotePre
. - HidePlayers changes from original GitHub.
Fortnite Emotes & Dances v1.0.2HotFix
- Fixed another case where player was invisible when a new round starts while the player emotes/dances.
- Fixed player gloves visible while emoting/dancing.
- Fixed a problem with tr translation.
v1.0.2hotfix
- Fixed player gloves world model not reverting to actual gloves after StopEmote.
Fortnite Emotes & Dances v1.0.1HotFix
You need to replace config and gamedata files with this update because there are some changes in both
- Added
OnPlayerEmote
forward to block emote from being played. (Useful for other plugin integration) (Documentation on wiki soon™) - Added
EmoteAllowedPeriod
checks inIsReadyForDancing
native. - Added
EmoteHidePlayers
to hide enemies(1), teammates(2) or all players(3) while emoting/dancing (Thanks AiDN for testing this update out) - Added multiple flags and/or groups support - Suggestion by Ervin
- Revert to player's previous alpha render on emote/dance end to add support to HideLegs plugin - Reported by Ervin
- Turkish Translation - Ugurhan
v1.0.1hotfix
- Fixes player being invisible at roundstart if round ends while player emoting/dancing
Fortnite Emotes & Dances v1.0.0
Initial Commit :)