README
The following resources are required for
nss_emotes
to work:- 4 Hotbars with 10 slots each
- Emotes, Walkstyles, Special acts, Items and many more assignable to hotbars.
- Use mouse wheel to switch hotbars
- Use modifier keys to switch hotbars
- Tons of emotes
- Over 275 emote animations
- Walk styles
- Over 50 walk styles
- Walk styles are saved in database and will be restored after spawn/death/relog.
- Special acts via commands and/or key binding:
- Ragdoll
- Finger pointing (and alternate version)
- Hands up
- Player can set up its own options:
- Background effects
- Sound effects volume
- "Break looped emote (and ragdoll) on movement"
- "Show tips of the moment"
- "Reset emote wheel on close"
- "Performance mode" for older computers
- Quick search (to search and assign results)
- Use Shift + Emotes open key to open the search
- Inventory (to assign items to hotbars)
- Splash screen to welcome players to your new emote experience
- Setup and configuration tips for best performance
- Vorp prepared clothes commands
- Full language support via language files
- EN and DE already included
- All configurable
- Create your own emote wheels
- Use custom commands or events (e.g. from other resources)
- Key bindings
- Commands for special acts
- And more...
- Full responsive design: Suitable for all common screen resolutions.
- Never miss updates again: Automatic version check included.
- Know how it works: Everything is documented in detail in the README.md.
- And more...
- Currently, no known issues.
- 1.Ensure that the newest version of
nss_libs
is installed. - 2.Ensure that the
nss_emotes
folder is in yourresources
folder. - 3.Copy
config.demo.lua
toconfig.lua
and fill in the values.- This file contains general settings for server & client including the emotes and their commands.
- 4.Ensure there is a language file for your language in
languages
folder.- If there is a language file for your language, then check if the strings are translated correctly.
- If there is no language file for your language, then copy
languages/en.lua
tolanguages/<your language>.lua
and translate the strings. - Goto into
config.lua
and setConfig.Language
to your language.
- 5.Go into folder
html_nss_emotes
and copyconfig.demo.js
toconfig.js
and fill in the values.- This file contains the settings for the NUI, e.g. the available emotes in the emote wheel or NUI keybindings.
- 6.Copy
addons/vorp_inventory_client_nss_addon.lua
intoclient
folder ofvorp_inventory
resource.- This file contains some extensions for
vorp_inventory
to support the emote wheel with weapons.
- 7.Add
ensure nss_emotes
to yourserver.cfg
. - 8.Restart your server.
- 1.If
tripple buffer
is enabled in your game graphics settings, then this is a known issue. Deactivatetripple buffer
in your game graphics settings to increase the performance of the user interface animations. Additionally, you can deactivateMSAA
andReflextions MSAA
. Lower theParticle quality
. This will help too. - 2.Go into
Settings
>Game
>NUI Acceleration
of the REDM launcher and activateFix 'UI lag'...
to increase the performance of the user interface animations. IMPORTANT: RESTART THE REDM LAUNCHER FOR THE CHANGES TO TAKE EFFECT!
This is a feature (not a bug) of Microsoft Windows operating systems. See https://devblogs.microsoft.com/oldnewthing/20040906-00/?p=37953 for more information. We have an idea to fix this, but it is not implemented yet because it is too much work. Use the normal number keys instead.
Last modified 1mo ago