Jump to content
  • 0

R3F "View Content"


Kraz

Question

Hello,

I've had a look around the config files and if truth be told I get lost in all the double languages. So I was wondering if someone can point me in the right direction? I want to remove the "View Content" of all vehicles as it's an option that isn't in use on my server.

 

Thanks in advance!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Its used for when you load in cars etc, it works fine on mine :-/

 

anyway to remove edit.

R3F_ARTY_AND_LOG/R3F_LOG\config.sqf

 

look for /****** LOAD IN VEHICLE ******/

 

and just edit out the classnames if you want rid of it. If you want to be able to use it, add vehicles under "List of class names of transportables objects". Like this

R3F_LOG_CFG_transporteurs =
[
	["CH_47F_EP1_DZ", 150], //the number is how much it can hold, see below.
	["CH_47F_EP1", 150],
	["CH_47F_BAF", 150],
	["BAF_Merlin_HC3_D", 100],
	["MV22_DZ", 200],
	["MV22", 200]
];

/**
 * List of class names of transportables objects.
 */
R3F_LOG_CFG_objets_transportables =
[
	["ArmoredSUV_PMC", 100], // so the merlin can hold 1 car, as its max weight is 100, but the MV22
                                 // can hold 2 as it's max is 200. You can change it to whatever you want
                                 // this is just how I do mine.
	["BAF_ATV_D",50],							
	["BAF_Offroad_D",100],						
	["BAF_Offroad_W",100],		
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...