I just started playing operation flashpoint a week ago, and just started modding it two days ago.
I downloaded quite a bit of files, and was messing with them in the editor. The objects (trees,houses,artic tanks,etc) all place fine. I even added a weapon (ssv_documents) successfully to a civilian.
The problems start when I attempt add to add another downloaded weapon, the M40A1 sniper rifle.
Here is my int field for the civilian carrying the documents.
this addWeapon "ssv_documents";this addMagazine "M40A1"; this addWeapon "M40A1"
The weapon name in the readme that was included in the download is M40A1, and the mag name is M40A1mag. Simple enough, but apparently not.
When hitting preview, I get this nice error.
No entry 'config.bin/CfgWeapons.M40A1'.
The M40A1.pbo is in the hiearchy 'Operation Flashpoint/Addons'.
I'm hoping that you people will be able to help me figure out this one little problem. I've searched these forums for a possible answer, but it appears that no one else has this problem, or knew how to fix it on their own.