The only tents being side-specific, are the ones from
editor-upgrade (or editor-update).
If you want to figure out their names, then best you
can do is:
place those objects on the map, save the map, open
mission.sqm with notepad and scroll down, until you find
'em.
:note - if you would even give them a name in the editor,
it might help ya speed up your scrolldown-search in the
mission.sqm.
Once you found them, you should see something like that:
side="EAST";
class Vehicles
{
items=1;
class Item0
{
position[]={9723.226563,29.834999,3927.928955};
id=1;
side="EAST";
vehicle="GAX180";
leader=1;
skill=0.600000;
};
};
};
};
Where: GAX180 is the name of this EAST mash tent,
while GAA180 would be the WEST mash tent.
All other names you need i'd suggest you to do it yourself,
'cause i don't wanna do all that "funky easy dirty work".
~S~ CD