Page MenuHomeFeedback Tracker

animals (agents) invisible (only shadow)
Closed, ResolvedPublic

Description

some animals (agents) are invisible (goat etc..) only shadow are visible.

Details

Legacy ID
2294895223
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
AI Issues
Steps To Reproduce

spawn animals via script/zeus

Event Timeline

havena edited Steps To Reproduce. (Show Details)May 5 2015, 1:00 AM
havena set Category to AI Issues.
havena set Reproducibility to Always.
havena set Severity to None.
havena set Resolution to No Bug.
havena set Legacy ID to 2294895223.May 8 2016, 12:01 PM
Bohemia added a subscriber: Dwarden.May 5 2015, 1:00 AM
R34P3R added a subscriber: R34P3R.May 8 2016, 12:01 PM
R34P3R added a comment.May 5 2015, 2:21 AM

I only know, that animals and agents currently not able to move/anim but they are visible in SP and COOP. Zeus not tested.

havena added a subscriber: havena.May 8 2016, 12:01 PM
havena added a comment.May 5 2015, 4:12 PM

yes not able to move too. (look like simulation disabled)

Adam added a comment.May 6 2015, 9:45 AM

Hello, i'm unable to reproduce your issue. Could you please provide more info? Thank you.

Yes I have Invisible Sheep & Goats also. Oddly enough though It turns out to be the "CBA" mod for me. If that is not running they are fine.

Tested with placed module in editor & Zeus in game. Same results either way.

I got this problem today on the Reshmaan map. Just one BLUFOR unit laid down, went in as Zeus, and used Zeus module to create animals. Goats and sheep were invisible, but you could see their shadows as they walked around. Poultry hens were visible, but after walking around for a moment fell over on their beaks, simulation seemingly disabled. Active mods were CBA3, Alive, TFAR, RHS, Leights OPFOR.

It seems that the picked random texture for the goats / sheeps are not set globaly, only the machine that spawn the unit sees it.

the following fix the issue :
{
_unit setObjectTextureGlobal [_forEachIndex, _x];
} forEach (getObjectTextures _unit);