92 Commits

Author SHA1 Message Date
TayMcKenzieNZ
285fab2c75 💘 Updated Banner Gif 💘
Happy Valentines Day 2023!
2023-02-12 14:16:05 +13:00
TayMcKenzieNZ
41bd1f3f5e Remove Movement Toggle & Add Moods chat command (#148)
* Revert most Movement On/Off Code (#146)

* Revert Native UI

* Revert Emote.lua

* Revert AnimationList.lua

* fix: returns wrong movement flag

* fix: MovementType issues

* feat: add persistent expression (#145)

* Add 2 new moods/expression

* feat: add persistent expression

Add persistent expression, get's loaded just like the walks.

As a sidenote: maybe this should be in it's own file? But the again it's pretty small, so there would't be a "need" for it.

* dev: remove comment

* Delete stream/[Custom Emotes]/Prue颜 directory

* refactor: mood commands (#147)

* refactor: mood commands

* fix: mood menu names

---------

Co-authored-by: Mads <madsleander@outlook.com>
2023-02-02 12:30:57 +13:00
Mads
006bb2bd30 refactor: separate out pointing (#119)
* refactor: separate out pointing

Separate out and improve pointing.

New version includes:

Better and working configs
More checks
Export

The reason why it's separated into i's own file is to make the mail file less cluttered.

The new checks also solves issues with pointing and aiming guns etc.

* style: whitespace
2023-01-25 00:01:48 +13:00
Mads
dafed05550 feat: Crouch Fix + Added Crawling (#114)
* fix: only setup +-crouch keys if enabled

Keys only need to be set up if keybinding is enabled.

* dev: move function

* fix: add ragdoll test

* refactor: get player ped after anim loaded

* grammar

* refactor: add return to AttemptCrouch

returns if it was successful

* style: add category name

* feat: add crawling

* fix: added missing config

Config was missing, sorry!

* refactor: use PlayAnimOnce

We should use PlayAnimOnce here as it would lower the complexity and make the code easier to read.

* feat: add exports

Add exports to be used by other developers when creating scripts for their own servers.

* refactor: redo config setup

* refactor: add blendInSpeed to PlayAnimOnce

* refactor: use local function instead of global

local functions are much faster to load then global ones.

* refactor: redo CrouchKeyPressed

Rewrite the entire function to use new configs

* style: remove commented code

* dev: add new version of crawl

A temporary version of crawl, still in development.

* refactor: make isProne a global variable

Add @iSentrie 's suggestion to make isProne a global variable so it can be used in Emotes.lua to prevent animations being played while crawling.

Co-authored-by: iSentrie <xvender7@gmail.com>

* refactor: make global isProne uppercase

* fix: add prone check before playing anim

Add a check to see if we are prone before we play any animations.

TODO: This needs to be translated for all the different languages.
Co-Authored-By: iSentrie <29688478+iSentrie@users.noreply.github.com>

* refactor: add function for idle crawl anim

* refactor: increase blend in speed

* refactor: add ChangeHeadingSmooth func

* feat: add on back rotation anims

* feat: use PlayAnimOnce instead

* style: whitespace

* feat: add config to disable keybinds

* fix: convert to PlayAnimOnce func

We aren't loading anim dict, let's use PlayAnimOnce instead to make it simple.

* Update config default states

* refactor: remove unnecessary variable

keyPressed is just not needed, the command 'crouch' should't be fired at the same time regardless, so this can be safely removed.

* refactor: merge functions

* refactor: increase timer

Increase the amount of time we should wait before we move to the idle state again.

* fix: check if we are in water

Only needs to be in crawl, you should be able to crouch along the waterfront.

ClearPedTasks is also necessary to prevent the player getting stuck in an animation.

* refactor: remove chat message

As @iSentrie pointed out these are annoying in some situations. It's pretty self-explanatory why you can't crouch/crawl when these appear anyway.

Co-Authored-By: iSentrie <29688478+iSentrie@users.noreply.github.com>

* refactor: separate out exit crawl animations

* refactor: better crawl entry anim

* refactor: allow heading input on PlayIdleCrawlAnim

* refactor: use PlayIdleCrawlAnim instead

* fix: add inAction checks

Fixes issues @iSentrie commented on.

This may not cover all situations, needs more testing.

* refactor: flip anim

I've yet to find any good anims for this, this is the best, or least worst I've found so far.

Better to have something then to literately do a flip.

* fix: add point checks

Disable pointing while crawling.

* fix: remove clipsetreset

There should be no reason to reset the clipset/walkstyle. This will only mess with crouching.

* fix: disable weapon switching while prone

* fix: don't play idle anim if we can't crawl

We shouldn't play the anim as it will lead to weird behavior when ragdolling/falling while entry anim is played.

* fix: move inAction

Only set inAction to true when we actually can lay down.

* fix: missing pointing check

I'll just sneak this in here, "nobody will notice".

* fix: check if in animation

We should check if we are in an animation before crawling.

* refactor: remove command args

Remove command args to clean thing up. Suggested by @iSentrie

Co-Authored-By: iSentrie <29688478+iSentrie@users.noreply.github.com>

* refactor: cancel emote on crawl

As suggested by @iSentrie

Co-Authored-By: iSentrie <29688478+iSentrie@users.noreply.github.com>

* Add comments

* fix: add water checks

Add checks, to lazy to type more, read the code.

* fix: correct check statement

Don't juge me, it's late ok

Co-authored-by: iSentrie <xvender7@gmail.com>
Co-authored-by: iSentrie <29688478+iSentrie@users.noreply.github.com>
2023-01-24 11:44:07 +13:00
TayMcKenzieSA
35ffda6e9d ⚙️ Disable Crouch Keybind By Default⚙️
People may have their own crouching scripts 🤷‍♂️
2023-01-20 10:04:14 +13:00
Mads
00e32ad88d feat: add crouch (#111) 2023-01-20 10:02:32 +13:00
TayMcKenzieSA
41e8ca0018 🥳 Added RPEmotes Banner For Jan 2023 🥳 2023-01-17 17:48:24 +13:00
TayMcKenzieSA
0b8f01a091 📜Change Menu Banner📜 2023-01-07 04:14:29 +13:00
Clément RICATTE
627f48063c fix: 🐛 fix default state of AnimalEmotesEnabled 2022-12-18 22:35:54 +01:00
GeekGarage
d1bb858128 ⚙️ Version 1.0.6 ⚙️
* Cleanup array merge

* disable animal emotes

* missing AnimalEmote true

* fix spelling error in check

* added option to have multiple custom files

* Update AnimationListCustom.lua

* Version update

* update Text
2022-12-13 06:53:57 +13:00
TayMcKenzieSA
529c604d1d Version 1.0.5
Added Xmas Props
Added Pizza Slice Props
Changed banner to Christmas themed
2022-12-11 19:36:39 +13:00
TayMcKenzieNZ
5d92c5c949 Changed language back to English 😛 2022-12-01 14:57:53 +13:00
GeekGarage
584cb90223 Translation seperated from config (#80)
* move translation out of config

* translations fix

* switch language

* config changes
2022-12-01 14:56:45 +13:00
GeekGarage
39ef44ee33 Added/Updated Emotes & Comma Cleanup, (#79)
* Basic Config

* Add attention dog emotes

* fix config rpemotes

* fix config rpemotes 2

* fix dog indicate emote

* update big dog emotes

* fix version

* emote fix

* fix emotes menu

* fix emote names

* emote update

* Move Emotes from custom

* fix commas

* comma fix

* move emotes from custom

* fix emote

* remove emote bdog

* move emotes indicate

* add emote

* test emote

* emote test

* fix

* test custom emote array

* minor fix double code

* added poop animation bdog

* poop fix

* fix poop location

* poop emote fix

* poop emote fix

* move poop

* fix poop location

* fix poop location

* fix poop location

* update config

* update custom emote array to empty

* Added 3 emotes
- Indicate Ahead
- Indicate High
- Indicate Low

Fixed dump emote to be an actual particle effect

* test bool on dump emote for noprop

* remove wait on poop

* fix config error

* fix non stop pooping

* Update config.lua
2022-12-01 12:48:52 +13:00
KX
d5b2cef31f Portuguese translation corrected and revised (#75) 2022-12-01 11:14:49 +13:00
TayMcKenzieSA
ba181c13a8 🌏Updated Config Translations 🌍
Thanks the community for the translations of Fireworks 🙏
2022-12-01 01:51:40 +13:00
Scully
ec504db118 Major Update - Credits To Scully 🙂
* Major Update

- Convert to RPEmotes.
- Add support for colors on particles.
- Removed an unusual check when using the pay emote function.
- Added config option to change cancel key.
- Changed all keys to lowercase to prevent the "key no worky" bug.
- Changed the open key to f4.
- Improved and cleaner version check.
- Updated events as the usage was deprecated.
- Added a check to remove any unsupported emotes such as ones unsupported from game builds and improved the adult animation removal.

* Fix

* Changes

* Update README.md
2022-11-30 01:08:19 +13:00
TayMcKenzieSA
07732d676f ⚙️Added Animated Banner To Menu⚙️ 2022-11-13 20:33:14 +13:00
TayMcKenzieNZ
774f8efda2 Translation Updates 🇸🇪🇫🇮 2022-11-11 00:13:30 +13:00
TayMcKenzieNZ
ee06490980 Update config.lua 2022-11-09 10:39:26 +13:00
TayMcKenzieNZ
ec2f3cc581 Update config.lua
- Changed PersistencePollPeriod back to 60000
- Set HandsupKeybindEnabled = false by default
- Set PointingKeybindEnabled = false by default
2022-11-09 10:37:19 +13:00
Clem76
cf9687ba48 Add features : finger pointing, handsup (#66)
* Add handsup config and finger pointing config

* Add the handsup and finger pointing

* Code optimization
2022-11-09 10:34:12 +13:00
TayMcKenzieNZ
da7619faaa Update Menu Title 2022-11-07 11:27:26 +13:00
TayMcKenzieSA
8cab62787b 🧸Added selfiefu3 and posecutef4🧸
- Added Cute Pose Female 4 (/e posecutef4)

- Added Selfie Middle Finger Thot Pose (/e selfiefu3)

selfiefu3 is an 'adult emote' thefefore will be removed if AdultEmotesDisabled = true

- Added camera flash and fixed cellphone coordinates for Old Man Walking Stick emote (/e old)

- Reordered AdultEmotesDisabled, AnimalEmotesEnabled and Search configs (config.lua)

- Renamed sex pose 4 to sex pose 3
2022-11-06 23:09:40 +13:00
TayMcKenzieNZ
2df7abeb01 🇳🇱 Updated Dutch Translations 🇳🇱 2022-11-05 01:24:55 +13:00
TayMcKenzieSA
499135bd00 Added 9 New Emotes 2022-11-04 18:48:31 +13:00
TayMcKenzieSA
a7115ab4e5 🇷🇺 Added Russian Translations 🇷🇺 2022-11-02 18:55:23 +13:00
TayMcKenzieNZ
1e298e88b8 🗣️Updated Some Translations 🗣️ 2022-11-02 03:42:35 +13:00
TayMcKenzieNZ
5172016143 🚶🏻‍♂️Added Persistent Walkstyle - KVP 🚶🏻‍♂️
Add support for persistent walkstyles via storing the keystring to KVP client side.
2022-10-28 09:14:27 +13:00
crusopaul
5fba2f306b Correct innacurate comments in config.lua 2022-10-27 09:23:27 -04:00
crusopaul
fac0d013aa Initial commit 2022-10-25 09:55:05 -04:00
northsqrd
884c080560 Remove unused locale string. 2022-10-25 15:31:56 +02:00
northsqrd
86f3158665 feat: Texture variations for certain props 2022-10-25 15:27:54 +02:00
TayMcKenzieSA
8954cb5199 ⚙️Corrected Alignment Of Code⚙️ 2022-10-11 17:22:14 +13:00
TayMcKenzieSA
6c5e9b436a 💨Added Vaping Emote💨 2022-10-10 20:02:55 +13:00
TayMcKenzieSA
101e089d88 🛠️ Fixed An Issue With Translations🛠️ 2022-10-08 13:20:12 +13:00
TayMcKenzieSA
5a20ba0ec7 🌍 Updated Danish Translations🌍 2022-10-08 11:53:34 +13:00
TayMcKenzieNZ
f4ee894179 Merge pull request #57 from 0sqrd/AnimalConfig
Configuration option to enable/disable animal emotes.
2022-10-08 04:26:06 +13:00
northsqrd
c45534fa46 Add Czech translation for search. 2022-10-07 17:11:54 +02:00
northsqrd
962277ca9c feat: Config option to toggle animals emotes. 2022-10-07 17:02:59 +02:00
TayMcKenzieSA
f7fe76baa2 🌏 Updated Danish And Spanish Translations 🌏 2022-10-08 02:15:32 +13:00
TayMcKenzieSA
3b011a9802 🎃Updated Menu Banner🎃 2022-10-08 01:44:22 +13:00
TayMcKenzieSA
d93d830239 🌏Updated Translations 🌏 2022-10-08 00:47:41 +13:00
northsqrd
37fa5b6a80 feat/search: Add config to toggle search. 2022-10-08 00:16:03 +13:00
northsqrd
68401b5543 feat/search: option to hold shift to set favorite 2022-10-08 00:16:03 +13:00
northsqrd
2afeb54c00 Clean up translation a bit. 2022-10-08 00:16:03 +13:00
northsqrd
ac90df79dc Initial search implementation
Just trying out some things. Not really happy with it just yet and not all types of emotes have been added (shared emotes). Still need to iron out some issues and improve some things, but it works for the most part.
2022-10-08 00:16:03 +13:00
Anna Puddles
cee4ae1115 Add missing comma (#44) 2022-09-17 01:49:54 +12:00
TayMcKenzieNZ
80a2b4eb2a 🌐Google Translated Required Translations🌐
If it's incorrect then people can contribute to fix it 🤷🏻‍♂️
2022-09-16 23:27:58 +12:00
TayMcKenzieNZ
29572066c7 🌎Updated Spanish Translation🌎 2022-09-16 23:14:42 +12:00