• 0
dekela

CUP as required addon?

Question

i have CUP weapons/vehicles.units running on my server with the following in the command line

@exile;Kart;Mark;Heli;@Ryanzombies;@Extended_Base_Mod;@CBA_A3;@CUP_Weapons;@CUP_Vehicles;@CUP_Units 

the mods show in the browser list, green if loaded red if not. however, if i dont have CUP loaded i can still join the server. is there something i can add to the addons [] = {} or some other trick?

thanks

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0
On 14.8.2017 at 1:03 PM, dekela said:

@exile;Kart;Mark;Heli;@Ryanzombies;@Extended_Base_Mod;@CBA_A3;@CUP_Weapons;@CUP_Vehicles;@CUP_Units

You missed a ; at the end

It should look like this 

@exile;Kart;Mark;Heli;@Ryanzombies;@Extended_Base_Mod;@CBA_A3;@CUP_Weapons;@CUP_Vehicles;@CUP_Units;

Other then that it should work as CUP_Vehicles and CUP_Units only require CUP_Weapons to work

Share this post


Link to post
Share on other sites
  • 0

The real way to solve this is go into your mission.sqm. 
Change:
 

addons[]={
};

TO:

addons[]={
"cup_creatures_people_core",
"CUP_AirVehicles_Core",
"CUP_BaseConfigs"
};

Either paste that in or append the one already there.

What this does is make a pbo required. The three i've put in there are 1 each from CUP Weapons, Vehicles, and Units. You can add others from other mods too. In turn it will make the mods required too. You can find the PBO's in the mods folder under "addons".

Edited by Tich

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.