Hello,
i have the same problem but cant figure out why my model didnt show up. I am trying to include a simple cube not anything complex. But it simply didnt show up in the editor. Used the same scrit as above, renamed - packed again - new key to sign. Heres my script :
class CfgPatches
{
class Martins_Cube
{
units[] = {"Martins_Cube"};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {};
};
};
class CfgVehicles
{
class Static;
class Martins_Cube : Static
{
scope = 2;
model = "\ma_inVacua\Martins_Cube.p3d";
displayName = "RedCube";
vehicleClass = "small_items";
};
};
My model is a simple red cube.
I got the following ine the log files:
0:13:14 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@ma_inVacua\addons\ma_invacua.pbo - unknown