ADMIN DOMES WORKING EASY,

deadlokd

Well-Known Member
BIG RESPECT,
YANNIC and EQ / MAha From CeaseFireCommunity
without them this wouldnt be possible, who said NOobs couldnt be Awsome?

Our custom DOME base

/////////////////////////////////////////Setup of domes script\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

///////////////////////////////Designed by [CAT] Yannick of the ceasefire team\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////////////////////Made for DeaD_LoKD with his help\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


Step 1. THE CODE>>>

// Add this in the mission.sqm file, under the class sensors
// put it in the end of the class
// change the ItemX to Item1 or the correct number that is needed

// also if total class sensor items are 3 make it a 4 and change the new //sensor class itemX to Class Item3

Code:
class ItemX
        {
            position[]={1730.9734,20,5057.0127}; //More on that later
            a=70;            //Width of the dome
            b=80;            //Hight of the dome
            rectangular=1;
            activationBy="WEST";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="dome";
            expCond="(vehicle player) in thislist;";
            expActiv="dome = [] execVM ""domes\dome1.sqf"";";
            expDesactiv="terminate dome; titleText [""You've left the dome"", ""PLAIN DOWN"", 3];";
        };


// on above code at 2nd to last line
// change the domeX.sqf to the file that corresponds to the players domes.


FINISH STEP1
____________________________________________________


Start step 2

Step 2. Creating your Files Folders.

// Make a New Folder called domes, and place in root Mission.pbo
// Make a new .sqf file for every new dome

// put all the dome files inside the 'domes' folder, in the root of the //Mission.pbo


Finish step 2. _____________________________________________

____________________________________________________________

Final Step 3.

Step 3. Setting up your Players
// In the domeX.sqf On line 7 add your Player ID #.
// Example: 2 people added to dome

if (_playerUID in
["PASTE HERE","PASTE HERE"])


// do not forget to add the correct uid
/// Pack up your PBO and upload.



WORLD SPACE... This still baffles me,,, thank god Yannic got it. it
Go in game and get your world space from the character data tables..

and make it look like 2nd line..

MY table world space : [1730.9734,5057.0127,20]
make it look like this i guess... LoL.. {1730.9734,20,5057.0127};
)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
Hope this helps, if not see me on teamspeak, skype , email.



ONE PROBLEM: MINIMAL

I get CANNOT LOAD MISSION on startup, but CLICK OK, it Goes thru, the dome is where you put it, the words show up "WELCOME HOME" "Leaving Dome"

ITS ALL WORKING

BUT,. if anyone with more expirience would like to fix this for all of us that would be great. please post it back public for all to share.. i believe all Noob adins want thier OWN DOME>>
 
Back
Top