I've been working with the net rumble starter package, and am trying to add a new xml file under the Particles directory.
From what I can tell, these xml files are just serialized instances of ParticleEffect data objects.
So I add it, and when i go to run the program, it tells me this:
"Error 73 XML is not in the XNA intermediate format. Missing XnaContent root element."
It's the exact same file as one already in the directory, just with a different name, and under content/obj/.../ContentPipeline.xml, my new xml file is the only one that has an entry in it.
The other xml files in the particles directory must be excluded somehow, but I have no idea how/where this is done. I've been looking everywhere and I'm just not seeing anything helpful. Anyone know what's wrong?
Thanks in advance.
Jason