Remove the Move Object (R3F) Logistic?

A player can move objects and put them where ever he wants them, We have base building and players don't like the fact that others can simply just move the wall and walk in. Is there a way to remove this or limit to what can be moved?

Addon ---- R3F_ARTY_AND_LOG

Thanks
WarFace
 
Down the bottom of the config.sqf or arma2_ CO _objects.sqf depending on which you are using for R3F.

You will see the following section:

Code:
/****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
 
/**
* List of class names of objects moveables by player.
* Liste des noms de classes des objets transportables par le joueur.
*/
R3F_LOG_CFG_objets_deplacables =
[
"MMT_Civ",
"Old_bike_TK_INS_EP1",
"Barrels",
"USSpecialWeaponsBox",
"USVehicleBox_EP1",
"TKSpecialWeapons_EP1",
"BAF_BasicAmmunitionBox"
];


That is the list for my Epoch Pack the default is a lot lot bigger.
You can remove/add any classes you wish. Just be sure that the last line of the array does not finish with a ",

Also be sure none of the object classes are in your setpos.txt or attachto.txt for Battleye or you may get a paddling.
 
Down the bottom of the config.sqf or arma2_ CO _objects.sqf depending on which you are using for R3F.

You will see the following section:

Code:
/****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
 
/**
* List of class names of objects moveables by player.
* Liste des noms de classes des objets transportables par le joueur.
*/
R3F_LOG_CFG_objets_deplacables =
[
"MMT_Civ",
"Old_bike_TK_INS_EP1",
"Barrels",
"USSpecialWeaponsBox",
"USVehicleBox_EP1",
"TKSpecialWeapons_EP1",
"BAF_BasicAmmunitionBox"
];


That is the list for my Epoch Pack the default is a lot lot bigger.
You can remove/add any classes you wish. Just be sure that the last line of the array does not finish with a ",

Also be sure none of the object classes are in your setpos.txt or attachto.txt for Battleye or you may get a paddling.



Awesome cheers Bungle, seen your work on a couple of forums, very good stuff.

I have both those files but only one had a list of objects in so I have removed the ones I didn't want.

Thanks for your help.
 
How can I change this awesome script to this:
*Scroll down*->"Suicide"->*enter*->"Are you sure?"->*enter*->"Commit Suicide"->suicide.sqf
?? This would elimate all accidently suicides..
(sry for my bad english)
 
Back
Top