Okay, this is driving me nuts, and though I deeply regret revealing the concept of my next mod, I guess I have no choice.
I have recieved an error message (not giving me a spot in the code, just telling me it crashed), displayed below. I have tried many things, and through trial and error (creating syntax errors in the code and seeing how far it goes before I get the same message) I have isolated the error to this code:
Code:
AddDevice = HDFirearm
   PresethName = Roundhouse Gun
   Description = Fires a freaking Roundhouse Kick at your enemies. Awesome!
   AddToGroup = Weapons
   AddToGroup = BEANME's Mods
   Mass = 10
   HitsMOs = 0
   GetsHitByMOs = 1
   SpriteFile = ContentFile
      FilePath = Roundhouse Gun.rte/RGun.bmp
   SpriteAnimType = 1
   FrameCount = 2
I just don't get it.