Man are you in awesome luck! I just finished the tutorial you did under 2 days ago, and had the same issue (I used Arma 2 but, not an issue).
This is the config file that will work (Thanks to PVPScene)
PHP Code:
class CfgPatches
{
class YourTag_Crate
{
units[] = {"YourTag_Crate"};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"CAData"};
};
};
class CfgVehicles
{
class Thing;
class YourTag_Crate: Thing
{
scope = 2;
displayName = "LOLOLOL";
model = "\YourTag_crate\YourTag_crate.p3d";
armor = 20000;
};
};
---------- Post added at 18:40 ---------- Previous post was at 18:38 ----------
Also, sir. You posted this in Arma (Original) forums. Since you have CO, It would have been ideal to check the A2 Editing section, where this exact fix is! But none the less, good luck. I felt awesome when I finished the tut and had a working model haha.
https://dl.dropbox.com/u/23389642/ar...9-21-47-90.png (786 kB)