Page 1 of 1

Incomplete sequences...

Posted: Sun Apr 06, 2014 1:06 am
by Openra player
I used this guide to add a new unit. I edited all the necessary files, but keep getting this exception text every time I launch the game:

Code: Select all

Red Alert Mod at Version release-20131223
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Version: .NET CLR 2.0.50727.6413
Exception of type `System.InvalidOperationException`: Unit `hellct` does not have all sequences defined.
   at OpenRA.Graphics.SequenceProvider.GetSequence(String unitName, String sequenceName)
   at OpenRA.Graphics.Animation.PlayThen(String sequenceName, Action after)
   at OpenRA.Graphics.Animation.Play(String sequenceName)
   at OpenRA.Mods.RA.Widgets.BuildPaletteWidget.DrawPalette(ProductionQueue queue)
   at OpenRA.Mods.RA.Widgets.BuildPaletteWidget.Draw()
   at OpenRA.Widgets.Widget.DrawOuter()
   at OpenRA.Widgets.Widget.DrawOuter()
   at OpenRA.Widgets.Widget.DrawOuter()
   at OpenRA.Widgets.Widget.DrawOuter()
   at OpenRA.Widgets.Widget.DrawOuter()
   at OpenRA.Game.Tick(OrderManager orderManager)
   at OpenRA.Game.Run()
   at OpenRA.Program.Run(String[] args)
   at OpenRA.Program.Main(String[] args)

These are the sequences for hellct:

Code: Select all

Hellct:
	idle:
		Start: 0
		Facings: 32
	turret:
		Start: 32
		Facings: 32
	muzzle: gunfire2
		Start: 0
		Length: 5
	icon: 3tnkicon
		Start: 0
What's up with that?

Posted: Sun Apr 06, 2014 7:51 am
by Matt
This may be case sensitive. Try hellct instead of Hellct in sequence YAML.