Re: what am I doing wrong?
Okay, here's the thing. Tim's tutorial says 3 spaces work as a tab, but really, using tabs is far superior, as it's simpler and completely reliable. If what Tim says were completely true, then your mod should have loaded. If it weren't true at all, it wouldn't have loaded as much as it did. Spacing is dodgy,
use tabs.Spacing is what's making this not load; replace each set of three spaces before the variables with tabs, and it works.
Code:
AddDevice = HDFirearm
[tab]InstanceName = Hello World
[tab]GetsHitByMOs = 1
[tab]SpriteFile = ContentFile
[tab][tab]FilePath = MyMod.rte/MyNewImage.bmp
[tab]AtomGroup = AtomGroup
[tab][tab]AutoGenerate = 1
[tab][tab]Material = Material
[tab][tab][tab]CopyOf = Military Stuff
[tab][tab]Resolution = 2
[tab][tab]Depth = 0
[tab]Magazine = Magazine
[tab][tab]CopyOf = Magazine Pistol
[tab]RateOfFire = 100