😒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.

This only applies if Persistent expression and Persistent Walk is set to true.


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.

If expressions and walk styles are not reloaded when reentering the server try the following:

â€Ē Make sure you named the resource correctly, it should be named rpemotes-reborn.

â€Ē Make sure there are no other conflicting scripts that manipulate the moods or walk styles of GTA 5.


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.


CommandAction

/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:


Last updated