Mod Details

Animator Enabler

Animator Enabler 1.0.0

Created by  EpicRangeTime

84 Downloads

SPT 3.11.4 Compatible

Common lib for modders adding animated objects

Latest Version 1.0.0
SPT 3.11.4

Updated Oct 4, 4:56 AM

3.25 KB

Version Notes

Initial Version

This download is externally hosted.
Always scan for viruses.

This is a tool intended to be used by modders in unity and as a dependency to allow any item they want to be animated using the animator script in unity.

The script in the plugin works by turning on the animator manually because tarkov’s parent classes do not allow animated items outside niche circumstances.

How to use this plugin:

  • Import the .dll file to your unity project’s plugin folder.
  • This will give you access to the “Animator Enabler” script.
  • Assign the object your animator is attached to to the “Target Animator” slot.
  • Set your check interval below that.
  • I do not recommend allowing it to check the animator any less than every half second, the higher the better but the lower you put it the less lag time there will be when the item appears on screen to when the animation is activated.

List this plugin in your mod as a dependency, please do not include this mod in your own mods.

Script_In_Unity

Version 1.0.0
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

3.25 KB

84 Downloads

Created Oct 4, 4:55 AM

Updated Oct 4, 4:56 AM

Virus Total Results

Initial Version

Fontaine

Can you give examples of what this allows?

1 Like

Maybe the “Inraid traders mod” can have animated in raid traders before 1.0 ? or guns floating on the ground like an arcade shooter..lol

0 Likes

It was made mostly for when you have an animated item, such as at least what i specifically made this for, my animated mask that I did for the Halloween mod, but the same concept can be used for really anything you want to be animated. Ive heard of others having issues getting items with animations to be animated in game so all this mod does is just manually turn the animation on again after the game turns it off.

1 Like

If I wanted to have guns floating above the ground i would do that with script based animation which would work just fine. In raid traders though, BSG already has assets in the game to accomplish it. No use doing something and putting in the work if you know someone else is going to do it and do it better than you can.

0 Likes

Details