Page 1 of 1

Adding Tiberian Sun shp unit - where is the shadow?

Posted: Sat Mar 24, 2018 5:53 pm
by bodomalo
So I have added UMAGON Infantry unit from Tiberian sun to my OpenRA mod.

I do not understand the concept for shadows in TS.

Shadows are separated, so from sequence 292 on there is always the shadow.ok

How do I show the shadow to the unit then?

This does not work:

Code: Select all

	
run: 
		Combine:
			umagon:
				Start: 8
				Length: 6				
			umagon:
				Start: 300
				Length: 6				
		Facings: 8
		Tick: 100
Neither the shadow is shown. Nor does the unit run trough its sequences then.
Does anyone know how to do that?

I am of course able to show the SHADWO alone running

Code: Select all

	
run: 
	Start: 300
	Length: 6				
	Facings: 8
	Tick: 100
This just shows a running shadow, without the unit itself... (sequence 300)

Posted: Sun Mar 25, 2018 8:08 am
by bodomalo
ShadowStart: 300

helped. Thanks!