Skip to content

xesdoog/YimActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

YimActions

Play GTA V Animations & Scenarios Using YimMenu

Screenshot 2024-02-08 040632

YimActions-modified

YimActions(4)

Note

From now on, this will be the main script. It contains both SAMURAI's Scenarios and SAMURAI's Animations so the standalone scripts will not be updated any further. All new updates will be in this repo.

Setup:

  1. Go to the Releases tab and download the latest version of YimActions.
  2. Unzip the archive and place both YimActions.lua and animdata.lua in YimMenu's scripts folder which is located at:
%AppData%\YimMenu\scripts

Usage:

  • Animations:

    • Playing animations using the script UI:

      1. Open YimActions and select the image tab at the top.
      2. Select an animation from the list then press Play.
      3. Once you're done, you can either pres Stop to stop the animation and delete any spawned props and/or particle effects, or you can simply press [G] on keyboard / [DPAD Left] on controller to do the same thing without opening the menu. If you want to drop the props instead of deleting them, you can open the UI and press Remove Attachments. This button also helps if a prop gets stuck and fails to be removed.
      4. Optional: If you want to change the animation behavior, enable Edit Flags before playing the animation and set your desired settings.
    • Playing animations using hotkeys:

      1. Open YimActions and select the image tab at the top.

      2. Check the image option.

      3. You can now close the UI and navigate through the list of animations by pressing icons8-page-down-button-16 [PAGE DOWN] and icons8-page-up-button-32 [PAGE UP] and play the selected animation by pressing [DEL] on keyboard or ✖️ on controller. This option will save for the next script load but using these hotkeys will require you to initiate YimActions once by simply opening the script UI and closing it.

    • Playing animations on NPCs:

      1. Open YimActions and select the image tab at the top.
      2. Select an NPC from the dropdown list at the bottom then press spawn. This NPC will now follow you everywhere and will wait for you outside if you go into an interior.
      3. Select an animation from the list and pres Play On NPC at the bottom. You can play the same animation on yourself or select a different one.

        NOTE: This is still a work in progress so expect to encounter a few bugs.

      4. You can play every animation on an NPC that's sitting inside your car by adjusting the animation flags if needed. Example: if an animation plays on the full body like dancing anims for example, enable Edit Flags and select Loop and Upper Body so the NPC can still play it while sitting in your vehicle.
  • Scenarios:

    • You can only play scenarios using the UI:
      1. Open YimActions and select the image tab at the top.
      2. Select a scenario from the list then press Play.
      3. Once you're done, you can either press Stop to stop the scenario or simply press [G] on keyboard / [DPAD Left] on controller to do the same thing without opening the menu.

        NOTE: You cannot control scenario props. Scenarios are different from animations.

Known Issues:

  • Some particle effects are not visible to other players. I will probably fix them later but I'm quickly losing passion.

Credits:

  • ShinyWasabi

    • Taught me how to write a proper search function that disables game input while typing. Thank you! ❤️
  • Lonelybud

    • Taught me how not to crash the game everytime I pressed a button 😭 I had no idea what the fiber pool was...
  • Deadlineem

    • Gave useful feedback on scenarios and also was there whenever I asked for insight in UC forum.
  • Harmless

    • Wrote a very neat config system for Harmless's Scripts. So neat in fact that I stole it! 😸