Page 1 of 1

Construction Set Error

Posted: Thu Mar 28, 2013 2:08 am
by Skullkid
Whenever I try to open up a custom mod (based off of the tutorial about how to create NPCs and put them into the game), I get an error saying, "Unhandled exception has occurred in your application... blah blah blah... An entry with the same key already exists." Anyone know what it means?

Re: Construction Set Error

Posted: Thu Mar 28, 2013 2:33 am
by Tolwrath
As a fellow programmer it means there's a uniqueness issue. Either your NPC's name or his ID number already exist. Either that or something else you made just copies an ID, like maybe the squad or faction ID

Re: Construction Set Error

Posted: Thu Mar 28, 2013 2:38 am
by Skullkid
Ah, okay. I know what it is then, thanks.