I'm working in Diplomacy 1.34 trying to add a new ability. I've taken all files out and left only the new ability & the buff file in the mod folder. These files are copies of the PowerSurge (located in Entrenchment files) abilitiy, with only the filenames changed. I have created the entity.manifest with these two new names. Yet when I run Sins in dev mode I get the following:
Assert @ C:\Projects\P4\SinsDiplomacy\Release\CodeSource\GS/Entity/EntitySystemHelpers.cpp(356)
pipCloudEntityDefNames.At(i).IsValid()
(I press skip and receive 3 more exactly like the one above)
Assert @ C:\Projects\P4\SinsDiplomacy\Release\CodeSource\Engine/DataStructures/DynamicVector.h(172)
i >= 0
I'm at a loss as one of the tutorials for the original sins had me create new ability and rename the file. Has something changed for Diplomacy?
What should be my next step to try to figure out what is wrong?
Thank you