I am running Epoch Australia 0.3.3.0 and I am trying to add this:
class CfgBuildings
{
class Land_Studstage3
{
table="Industrial";
positions[]=
{
{-2.00391, -3.69531, 0.0121841},
{4.56641, 6.44434, 0.0121841},
{6.125, -1.08496, 0.0121841},
{-8.17578, 5.98242, 0.0121822}
};
};
Is there a LootConfig file that I can add it to? Or a way to create an .hpp file to call from description.ext? Does that work?