Renegade Projects Network Forums

Full Version: Animation is behind shp unit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Joe

Hello, my weapon fire animation is behind the shp unit which is a problem. I tried some tags, negative and posetive values, no good results.

Quote:[DownLaser]
Damage=50
ROF=40
Range=3
Speed=100
Projectile=Invisible
Warhead=DownLaserWH
Report=KazonFire
LaserInnerColor=255,255,0
LaserOuterColor=255,255,0
IsLaser=true
;OmniFire=yes
Anim=KAZONFIRE_N,KAZONFIRE_NE,KAZONFIRE_E,KAZONFIRE_SE,KAZONFIRE_S,KAZONFIRE_SW,KAZONFIRE_W,KAZONFIRE_NW ;These are the animations that are behind the unit, which is the problem

Quote:[KAZONFIRE_N]
ZAdjust=10
Layer=Top

[KAZONFIRE_NE]
ZAdjust=10
Layer=Top

[KAZONFIRE_E]
ZAdjust=10
Layer=Top

[KAZONFIRE_SE]
ZAdjust=10
Layer=Top

[KAZONFIRE_S]
ZAdjust=10
Layer=Top

[KAZONFIRE_SW]
ZAdjust=10
Layer=Top

[KAZONFIRE_W]
ZAdjust=10
Layer=Top

[KAZONFIRE_NW]
ZAdjust=10
Layer=Top

/Joe

Guest

any1?
Try changing the third number on the unit's xxxFireFLH. I can't remember whether it needs to be more positive or negative though...

Guest

Not working. I also tried YSortAdjust=, Layer=top and Flat=yes tags
Maybe the problem is with the unit?

Guest

what kind of problem could there be in the unit? CanBeHidden= is a building tag
Well I don't know...would have to see the code.
Have you tried taking out ZAdjust and Layer?
Given that they relate to sorting, and you have sorting issues, that should be a first try.