😒Moods / Walk styles

Expressions and Walk Styles are saved via client side KVP and will be reapplied to the players character when exiting vehicles or reentering the server.


Enabling Facial Expressions Menu

By default the Facial Expressions Menu is Enabled, to disable it set true

config.lua
ExpressionsEnabled = true,

to false in config.lua

Persistent Expression is set to true by default in config.lua.


Enabling Walking Styles Menu

By default the Walking Styles Menu is Enabled, to disable it set true

config.lua
WalkingStylesEnabled = true,

to false in config.lua

Persistent Walk is set to true by default in config.lua.


Extras

To change the delay that reapplies the persistent walk styles, the value can be changed in config.lua

config.lua
PersistencePollPeriod = 60000,

For reference 1000 is equal to 1 second. By default the value is set to 60000 which is equal to 60 seconds.


Command
Action

/walks

Show list of walk styles in the chat

/walk [style]

Set your desired walk style

/moods

Shows a list of moods / expressions in chat

/mood [expression]

Set your desired mood / expression


Examples of some Walk Styles provided by rpemotes-reborn:

Tough Guy Walk Style
Tough Female Walk Style
Female Walk Style
Gangster Male Walk Style

Last updated