πŸ“™
Simonfas FiveM
  • ⚠️About Simonfas Fivem
    • πŸ›’Shop
    • πŸ”—Discord
  • πŸ“‘EXTRA
    • ❓Questions
    • 🌐Locales
      • πŸ‡ΊπŸ‡²OX LIB Locales
      • πŸ‡ΊπŸ‡ΈNormal Locales
  • Create A Server
    • Getting Started
      • Download Artifacts
      • Setup TxAdmin
  • πŸ–₯️SCRIPTS
    • 🚢Spawn NPC Copy
      • πŸ“½οΈRelease video
      • πŸ“½οΈOX LIB UPDATE
      • 🟒Green Screen
      • πŸ’ƒAnimation Presets
    • πŸšΆβ€β™€οΈSpawn NPC Copy Sample Version
    • 🏎️Drift Script
      • Notify
    • πŸ§₯Refreshskin
    • 🧰Mechanic
    • πŸ›—Elevator
      • Notify
    • πŸš“Job Garage
      • Notify
    • πŸ“±Stausi Tablet
  • πŸ—’οΈFivem Server Files Rework
    • πŸ‡©πŸ‡°[DK] Devo Network Rework
  • 🀩Coming soon
    • πŸ—ƒοΈEvidence
      • Local Databsase
    • πŸ”Restaurant Job
    • 🌳Lumberjack Job
Powered by GitBook
On this page
  • Men
  • Woman
  • Men & Woman
  1. SCRIPTS
  2. Spawn NPC Copy

Animation Presets

Setup the animation presets menu to Spawn NPC Copy

PreviousGreen ScreenNextSpawn NPC Copy Sample Version

Last updated 4 months ago

Men

Place all YCD files in the stream/maleanimation folder, you can find the files

config.lua
Config.animationpresets = {
    {
        label = "aimkneel",
        description = "Tactical Kneel Aiming",
        animationDict = "anim@tactical_kneel_aiming",
        animationName = "kneel_aiming_clip",
        menu = "male"
    },
    {
        label = "riflerelax1",
        description = "Tactical Collapsed Lowready",
        animationDict = "anim@male_tactical_collapsed_lowready",
        animationName = "collapsed_lowready_clip",
        menu = "male"
    },
    {
        label = "riflerelax2",
        description = "Tactical Highready Relaxed",
        animationDict = "anim@male_tactical_highready_relaxed",
        animationName = "highready_relaxed_clip",
        menu = "male"
    },
    {
        label = "highlow3",
        description = "Tactical Highlow High Leftlean",
        animationDict = "anim@tactical_highlow_high_leftlean",
        animationName = "high_leftlean_clip",
        menu = "male"
    },
    {
        label = "highlow4",
        description = "Tactical Highlow Low Leftlean",
        animationDict = "anim@tactical_highlow_low_leftlean",
        animationName = "low_leftlean_clip",
        menu = "male"
    },
    -- Add more presets here if needed
}

Woman

Config.animationpresets = {
    {
        label = "kneelstare1",
        description = "Kneeling Stare",
        animationDict = "anim@kneeling_stare",
        animationName = "kneeling_stare_clip",
        menu = "female"
    },
    -- Add more presets here if needed
}

Men & Woman

Config.animationpresets = {
    {
        label = "aimkneel",
        description = "Tactical Kneel Aiming",
        animationDict = "anim@tactical_kneel_aiming",
        animationName = "kneel_aiming_clip",
        menu = "male"
    },
    {
        label = "riflerelax1",
        description = "Tactical Collapsed Lowready",
        animationDict = "anim@male_tactical_collapsed_lowready",
        animationName = "collapsed_lowready_clip",
        menu = "male"
    },
    {
        label = "riflerelax2",
        description = "Tactical Highready Relaxed",
        animationDict = "anim@male_tactical_highready_relaxed",
        animationName = "highready_relaxed_clip",
        menu = "male"
    },
    {
        label = "highlow3",
        description = "Tactical Highlow High Leftlean",
        animationDict = "anim@tactical_highlow_high_leftlean",
        animationName = "high_leftlean_clip",
        menu = "male"
    },
    {
        label = "highlow4",
        description = "Tactical Highlow Low Leftlean",
        animationDict = "anim@tactical_highlow_low_leftlean",
        animationName = "low_leftlean_clip",
        menu = "male"
    },
    {
        label = "kneelstare1",
        description = "Kneeling Stare",
        animationDict = "anim@kneeling_stare",
        animationName = "kneeling_stare_clip",
        menu = "female"
    },
    -- Add more presets here if needed
}

Place anim@kneeling_stare.ycd, in the stream/femaleanimation folder, you can find the files

Place all YCD files in the stream/maleanimation folder, you can find the files

Place anim@kneeling_stare.ycd, in the stream/femaleanimation folder, you can find the files

πŸ–₯️
🚢
πŸ’ƒ
here
here
here
here