Adding Tiberian Sun shp unit - where is the shadow?

Information and discussion for custom maps and mods.
Post Reply
bodomalo
Posts: 37
Joined: Tue Feb 20, 2018 7:35 pm

Adding Tiberian Sun shp unit - where is the shadow?

Post 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)

bodomalo
Posts: 37
Joined: Tue Feb 20, 2018 7:35 pm

Post by bodomalo »

ShadowStart: 300

helped. Thanks!

Post Reply