Entity Animation Settings

CS-Garages includes options to configure vehicle spawn and despawn animations. This guide covers the available animation settings.

Configuration

Configure vehicle spawn/despawn animations in config.lua:

Config.Utils = {
    ["enableEntityFade"] = {
        ["remove"] = true, -- Fade out when deleting vehicles
        ["spawn"] = true   -- Fade in when spawning vehicles
    }
}

Fade Options

Remove Fade

  • When enabled, vehicles will fade out when being deleted

  • Controls visibility during vehicle removal

Spawn Fade

  • When enabled, vehicles will fade in when spawning

  • Controls visibility during vehicle spawning

Troubleshooting

If you encounter animation issues:

  1. Check server console for errors

  2. Verify configuration settings

  3. Ensure resource name is exactly "cs-garages"

For support, please include:

  • Server console output

  • Configuration settings

  • List of installed dependencies

  • Steps to reproduce the issue