Need Some Help
Posted: Mon Jul 08, 2013 7:40 pm
I tried to make a mod where the Light Tank Tank is replaced by another unit. I followed everything from this thread:
http://www.sleipnirstuff.com/forum/view ... highlight=
Yet every time I try to start the mod, I get this:
http://www.sleipnirstuff.com/forum/view ... highlight=
Yet every time I try to start the mod, I get this:
I don't know what else to do. I checked all the rules files and can't find anything on 1tnk. Any ideas?Exception of type `System.NotImplementedException`: No rules definition for unit 1tnk
at OpenRA.Actor..ctor(World world, String name, TypeDictionary initDict)
at OpenRA.World.CreateActor(Boolean addToWorld, String name, TypeDictionary initDict)
at OpenRA.World.CreateActor(String name, TypeDictionary initDict)
at OpenRA.Mods.RA.SpawnMapActors.WorldLoaded(World world)
at OpenRA.World..ctor(Manifest manifest, Map map, OrderManager orderManager, Boolean isShellmap)
at OpenRA.Game.StartGame(String mapUID, Boolean isShellmap)
at OpenRA.Game.LoadShellMap()
at OpenRA.Mods.RA.RALoadScreen.TestAndContinue()
at OpenRA.Mods.RA.RALoadScreen.StartGame()
at OpenRA.Game.InitializeWithMods(String[] mods)
at OpenRA.Game.Initialize(Arguments args)
at OpenRA.Program.Run(String[] args)
at OpenRA.Program.Main(String[] args)