Changelog
1.3.1 (unreleased)
Remove unnecessary images to save space ;)
What must be considered during update?
Nothing.
1.3.0 (2024-08-04)
Add partner animations.
What must be considered during update?
Update
nss_libs
to version0.35.0
or higher.Update your
config.lua
(seeNew since 1.3.0
marks in templateconfig.demo.lua
file).New language keys added (see
New since 1.3.0
marks in language files). Please add/update it to your language file(s).Update your
config_emotes.js
(seeNew since 1.3.0
marks in templateconfig_emotes.demo.js
file).Consider the new
config_partner_animations.demo.js
and copy it toconfig_partner_animations.js
file.
1.2.2 (2024-06-18)
Add "Gun belt" to clothing wheel.
What must be considered during update?
New language keys added (see
New since 1.2.2
marks in language files). Please add/update it to your language file(s).Update your
config_vorp_character.js
(seeNew since 1.2.2
marks in templateconfig_vorp_character.demo.js
file).
1.2.1 (2024-06-05)
Fix unique id of event buttons so the last configured event button does not overwrite all other event buttons.
What must be considered during update?
Nothing.
1.2.0 (2024-04-22)
Add restriction for multiple combinations of char ids, groups and jobs for commands and events (restrictions affect console commands, too).
Internal: Switch to
NssLibsHelper
module to create event handlers that are automatically removed when the resource is stopped.Removed
act loop-waitingx
fromconfig_emotes.demo.js
because it was just for testing purposes.Fix timestamps not be nil on server side.
Fix
getPlayerServerIdsInRadius()
to return the correct player ids.
What must be considered during update?
Update
nss_libs
to version0.33.0
or higher.New language keys added (see
New since 1.2.0
marks in language files). Please add/update it to your language file(s).
1.1.7 (2023-10-18)
Support
vorp_inventory_client_nss_addon.lua
forvorp_inventory
(version 2.9.0 or higher).The key
Config.Weapons
inconfig.lua
ofvorp_inventory
was moved to keySharedData.Weapons
in fileconfig/weapons.lua
.
What must be considered during update?
If you have enabled the use of weapons in
nss_emotes
then copyaddons/vorp_inventory_client_nss_addon.lua
intoclient
folder ofvorp_inventory
resource and restart your server.
1.1.6 (2023-10-09)
Switch to
NssLibsNotify
library ofnss_libs
(version 0.26.0) for notifications.Switch to
NssLibsClientHelper:getPlayerServerIdsInRadius()
ofnss_libs
(version 0.27.0).Fix: Add translation key
LoopedEmotesCategorySleep
in language files.Fix: Replace translation key
LoopedEmotesCategoryLean
withLoopedEmotesCategorySleep
foractions_sleep_btn
inconfig_emotes.demo.js
.New animation loop
Waiting crossed hands back
.
What must be considered during update?
Update
nss_libs
to version0.27.0
or higher.New language keys added (see
New since 1.1.6
marks in language files). Please add/update it to your language file(s).Update your
config_emotes.js
(seeNew since 1.1.6
marks in templateconfig_emotes.demo.js
file).Replace the translation key
LoopedEmotesCategoryLean
withLoopedEmotesCategorySleep
foractions_sleep_btn
.Add new animation
act loop-waitingcrossedhandsback
from template to yourconfig_emotes.js
file.
1.1.5 (2023-07-25)
Toggle bandana now correctly considering cloth components of VORP.
Toggle bandana animation is now only on upper body.
Toggle collar animation is now only on upper body.
Add new translations (see
Since version 1.1.5
marks in language files).
What must be considered during update?
New language keys added (see
Since version 1.1.5
marks in language files). Please add/update it to your language file(s).
1.1.4 (2023-07-24)
Add optional image for emote wheels. See
html_nss_emotes/config.demo.js
for more information.
1.1.3 (2023-07-22)
Switch order of required files check after version check to prevent calls of methods that are not available in older versions.
1.1.2 (2023-07-13)
Move file check for
config.lua
andconfig.js
tonss_libs
.
1.1.1 (2023-07-11)
Removed not sync-able new walk styles (added in version 1.0.4).
1.1.0 (2023-07-08)
Add animation mappings for commands and events (see
Config.AnimationMappings
inconfig.demo.lua
for more information).Add file check for
config.lua
andconfig.js
to prevent errors.Fix: On use vorp clothing gun belt accessorises the emote wheel keeps open now.
1.0.4 (2023-07-05)
Alternative pointing animation is now more granular.
Add more than 40 new walk styles.
1.0.3 (2023-07-01)
Prevent double initialization of emote menu (was caused on some servers by unknown reason).
Add
Config.AnimationEmotePrefix
andConfig.AnimationLoopPrefix
toconfig.demo.lua
to allow customizing or removing the prefix for animation emotesemote-
and loopsloop-
.
1.0.2 (2023-06-29)
Add optional command to open/close (toggle) emote menu (see
Config.OpenCommand
inconfig.demo.lua
).
1.0.1 (2023-06-28)
'NssEmotesConfig.js' does not inject itself into 'NssEmotesAbstract.js'. Instead, it is now injected by 'app.js' to clean up dependencies.
Fix some translations and translation keys.
1.0.0 (2023-06-28)
Initial release.
Last updated