Reality Class Item database help

reiben

New Member
A gracious guy shared his work on what he edited on his chernarus for me by providing me his mission.sqm, but when I recompiled it into my new mission .pbo there are no changes when I joined the server.

I assumed because he might be running bliss and the class items are not loading correctly to reality database.

Lets take an example.

Code:
class Vehicles
{
items=89;
class Item0
{
position[]={7035.9282,6,2871.4233};
azimut=-216.069;
id=0;
side="EMPTY";
vehicle="Land_A_BuildingWIP";
text="b1";
};
class Item1
{
position[]={7034.0376,18.5072,2805.7214};
azimut=232.60684;
id=1;
side="EMPTY";
vehicle="Land_Tovarna2";
text="b1_1";
init="this setPosATL [getPosATL this select 0,getPosATL this select 1,(getPosATL this select 2) + 0.2];";
};

I have compared this to vanila reality server mission.sqm and found nothing similar, nor from the database.

Any insights ?
 
Back
Top