Have imported a vindicator model. Its a nice addition to the map, but...
Whenever the vindicator is hit by an attack, at first i got a error message for not having a setup for the shield, so i went into attachment properties+ and added a shield attachment at index 0.
Now however, i get another error message. This one :
-
" USER : [5a3 2] CActorAction[NovaAttack] Cannot fully intialize impact monitor; could not find target attach volume (TAV) on attach id (Ref_Center) on target [ 56d 1] CActorUnit[Vindicator] Model [Zealot4] m3[Vindicator] Radii[Contact 0.52 Vis 1.24] Animgroups[Ready].
The target model has TAVs on other attach points however. To adress this error either configure the attack to successfully find the target's TAV or do not use CactorSiteOpsAttachVolume, if the attack does not need to use TAVs. "
-
So, i recently learned it fails to put an impact point on a units model. The road led me here. Do you guys know what needs to be done? Can you direct me where i need to go? who can help me?
This means that your model misses target volume. SInce you ask in Artist Tavern subforum, the solution is to import the model in max, add the target volume and export it back to editor.
But you probably have no idea how to do this, so you there's another solution. Error messages seems to be more helpful these days, and yours provided the solution:
"do not use CactorSiteOpsAttachVolume"
Attack actor has a field, which decides, what part of the model the impact point should be attached to. By default it references the target volume. I don't remember, what exactly field it is, but it has something to do with site operations and impact. So, just check attack actor's fields, and if you see that some of them has a value of SOpAttachTargetVolume or something like this, just change it to something like SOpAttachCenter. So attack actor will attach the impacts to Center attachment point instead.
It seems all units create the error when shooting at the vindicator. Does that mean i need to change every single units attack in order for it to work?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Have imported a vindicator model. Its a nice addition to the map, but...
Whenever the vindicator is hit by an attack, at first i got a error message for not having a setup for the shield, so i went into attachment properties+ and added a shield attachment at index 0.
Now however, i get another error message. This one :
-" USER : [5a3 2] CActorAction[NovaAttack] Cannot fully intialize impact monitor; could not find target attach volume (TAV) on attach id (Ref_Center) on target [ 56d 1] CActorUnit[Vindicator] Model [Zealot4] m3[Vindicator] Radii[Contact 0.52 Vis 1.24] Animgroups[Ready].
The target model has TAVs on other attach points however. To adress this error either configure the attack to successfully find the target's TAV or do not use CactorSiteOpsAttachVolume, if the attack does not need to use TAVs. "
-So, i recently learned it fails to put an impact point on a units model. The road led me here. Do you guys know what needs to be done? Can you direct me where i need to go? who can help me?
This means that your model misses target volume. SInce you ask in Artist Tavern subforum, the solution is to import the model in max, add the target volume and export it back to editor.
But you probably have no idea how to do this, so you there's another solution. Error messages seems to be more helpful these days, and yours provided the solution:
"do not use CactorSiteOpsAttachVolume"
Attack actor has a field, which decides, what part of the model the impact point should be attached to. By default it references the target volume. I don't remember, what exactly field it is, but it has something to do with site operations and impact. So, just check attack actor's fields, and if you see that some of them has a value of SOpAttachTargetVolume or something like this, just change it to something like SOpAttachCenter. So attack actor will attach the impacts to Center attachment point instead.
@Zolden: Go
There were no SOpAttachTargetVolume. So i couldnt fix the error. :/
Is there anyone willing to import, add a target volume, and export? :)
@Sendlirn: Go
Will ofcourse give credit! :D And maybe some other arrangement ^-^ a favour for a favour or alike :)
There's Impact Site Ops+ field in the attack actor. It has SOpAttachVolumeStandard site operation. Change it to something like SOpAttachCenter.
So, actor won't try to find the volume, and will use the Center point, which is probably present.
If it won't work, try another field:
Impact Attachment Query+
It has two entries AMVolumesTargets and AMVolumesWeightedPick
Remove them and add FilterCenter attachment method instead.
If none works, attach the model (with textures) to the message (to make it easier for people who would will to help).
didnt work :( adding the model and the textures. Thank, whoever decides to help me :)
@Sendlirn: Go
It seems all units create the error when shooting at the vindicator. Does that mean i need to change every single units attack in order for it to work?