Player Emotes
This mod adds various dance and emote animations to player character.
Press R to open menu, Press and hold E to perform an action
- Includes 16 emotes ( will be updated )
- Press R key to open emotes menu
- Press and hold E to dance ( does not get activated when pressing switches or lift )
1. Open SM game/Data/Scripts/game/CreativePlayer.lua with any text editor
1.1 Under CreativePlayer = class( nil ) line copy:
1.2 Search for function CreativePlayer.client_onInteract( self, character, state ) , before "end" copy:
1.3 Search for function CreativePlayer.client_onReload( self ) , before "end" copy:
2. Open SM game/Survival/Scripts/game/characters/MechanicCharacter.lua with any text editor
2.1 At the top of the file copy:
2.2 Search for self.animationsLoaded = true under it copy:
2.3 Search for function MechanicCharacter.client_onEvent( self, event ) under it copy:
1. Open SM game/Survival/Scripts/game/SurvivalPlayer .lua with any text editor
1.1 Under SurvivalPlayer = class( nil ) line copy:
1.2 Search for function SurvivalPlayer .client_onInteract( self, character, state ) , under it copy:
1.3 Search for function SurvivalPlayer .client_onReload( self ) , before "end" copy:
SKIP BELOW IF YOU ALREADY INSTALLED FOR CREATIVE
2. Open SM game/Survival/Scripts/game/characters/MechanicCharacter.lua with any text editor
2.1 At the top of the file copy:
2.2 Search for self.animationsLoaded = true under it copy:
2.3 Search for function MechanicCharacter.client_onEvent( self, event ) under it copy:
———————————————————-
MOD FOLDER: C:Program Files (x86)Steamsteamappsworkshopcontent3879902468801789
———————————————————–