Solved Enemies weapon switch

Question that is answered or resolved.

SEEGET

Active member
In some games I've noticed some characters can switch weapons. Is it possible to do that with enemies as well? If yes how can that be achieved?. Thanks.
 
Models are models, and all of them can swap to or from alternate versions. Don't think in terms of "enemy" or "hero". That's a human concept. Computers don't care. :)

Not only can enemies swap models, in the case of weapon items the native AI is aware of which ones are available. It will seek out and pick up the ones it can use, and ignore the others.

DC
 
Models are models, and all of them can swap to or from alternate versions. Don't think in terms of "enemy" or "hero". That's a human concept. Computers don't care. :)

Not only can enemies swap models, in the case of weapon items the native AI is aware of which ones are available. It will seek out and pick up the ones it can use, and ignore the others.

DC
Thanks for the heads-up that's good to know. I have been trying to get it to work but open bor keeps crashing with "model not found"
 
@DCurrent also quick question how can I make an enemy stay still? I tried removing their walk animation but they keep weirdly moving.

It's like I said above. Stop thinking in human terms. What does a walking animation have to do with movement? For that matter, why would you WANT it to?

There are several ways to prevent movement. The Ainomove flag is one.

DC
 
Back
Top Bottom