Skip to content

Main Configuration

Sachin edited this page Oct 7, 2024 · 5 revisions

Configuration for the plugin, which are located at counterstrikesharp/configs/plugins/FortniteEmotesNDances/. After the desired changes are made, you have to restart the server to apply them.

EmoteAllowedPeriod

When are players allowed to emote.

default value: 0

possible values: 0 - All the time | 1 - Only in Warmup / Freezetime | 2 - Only in Warmup / Freezetime / RoundEnd

StopEmoteAfterFreezetimeEnd

Stop emote of all players when freezetime ends.

default value: false

possible values: true/false

StopDamageWhenInEmote

God mode when in emote.

default value: false

possible values: true/false

EmoteMenuType

Which menu do you want to use to display emotes/dances

default value: 2

possible values: 0 - ChatMenu | 1 - CenterMenu | 2 - CenterMenuByKitsuneLab

EmoteHidePlayers

Hide players while emoting/dancing?

default value: 0

possible values: 0 - Show all players while emote/dance | 1 - Hide all enemies | 2 - Hide all teammates | 3 - Hide all players

KitsuneMenuDeveloperDisplay

Whether to display "Developed by KitsuneLab" in menu. Useful only when EmoteMenuType = 2.

default value: true

possible values: true/false

SmoothCamera

Enables smooth camera mode. If set false, camera goes up-n-down along with the emote. Only downside is that this creates one extra prop_dynamic.

default value: true

possible values: true/false

FixedCamera

Setting this false will make camera static behind you for thirdperson view. Note: SmoothCamera needs to be true

default value: false

possible values: true/false

EmoteFreezePlayer

Freeze player when in emote? Note: SmoothCamera needs to be true

default value: true

possible values: true/false

EmoteGlovesFix

Fix gloves showing up mid-air when in emote/dance?

default value: true

possible values: true/false

EmoteCooldown

Cooldown to give to non-vip players after player emote/dance.

default value: 15

possible values: any whole number

EmoteVIPCooldown

Cooldown to give to vip players after player emote/dance.

default value: 20

possible values: any whole number

VIPPerm

Flag for VIP players.

default value: @css/vip

possible values: any flag or group

EmoteCancelButtons

Buttons which will cancel emote for player when pressed

default value: w,a,s,d,jump,crouch,left-click

possible values: w,s,a,d,jump,crouch,leftclick,speed,scoreboard,inspect,use

EmoteSoundEventFiles

List of string soundevent files which needs to be preached

default value: soundevents/soundevents_addon.vsndevts

possible values: path of your sound event file

EmoteDanceCommandPerm

Flag to execute EmoteCommand & DanceCommand commands. Even for chat triggers, this flag will be required.

default value: ''

possible values: any flag or group

AdminSetEmoteDanceCommandPerm

Flag to execute AdminSetEmoteCommand & AdminSetDanceCommand commands.

default value: @css/root

possible values: any flag

SoundModuleEnabled

Enable sound module to play sound while emote/dance. Useful when there's a CS2 update which broke signature. Just set it to false temporily.

default value: true

possible values: true/false

ChatTriggersEnabled

Enable chat triggers to play emote/dance.

default value: true

possible values: true/false