Jckz (Youtube)

Open Chernarus Problem

7 posts in this topic

I updated my server with OCP from the old version but all I get now is: 

21:16:45 Missing addons detected:
21:16:45   ds_houses
21:16:45 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.ds_houses

my mission.sqf:

	addOns[]=
	{
		"exile_client",
		"cup_chernarus_config",
		"CUP_Core",
		"DATA_HOUSES_DS",
		"ds_houses"
	};
	addOnsAuto[]=
	{
		"exile_client",
		"cup_chernarus_config",
		"CUP_Core"
	};

My startup params :

@ExileServer;@extDB2;@infiSTAR_Exile;@CBA_A3;@CUP_Terrains_Core;@OCP;@Jbad;@CUP_Terrains_Maps;@CUP_Units;@CUP_Vehicles;@CUP_Weapons;@ArmaEnhancedMovement;@a3_dms

I have tried OCP With Jbad requirement too and no luck, I don't know what else to do

IMG_19012017_180715.png

IMG_19012017_180839.png

Edited by Jckz (Youtube)

Share this post


Link to post
Share on other sites
Advertisement

I didn't have DS_HOUSES but rather dshouses in my addOns[].  Just to see, I took dshouses out.  The messages I get in the server .RPT are exactly the same either way.  It looks like it's loading but having trouble with some of the geometries:

Spoiler

20:13:38 Warning: ds_houses\derevnya\a2_housev_3i4\d_housev_3i4.p3d:geometryFire Error while trying to generate ST for points: 758, 765, 766
20:13:38 Warning: ds_houses\derevnya\a2_housev_3i4\d_housev_3i4.p3d:geometryFire Error while trying to generate ST for points: 765, 764, 767
20:13:38 Warning: ds_houses\derevnya\a2_housev_3i4\d_housev_3i4.p3d:geometryFire Error while trying to generate ST for points: 765, 767, 766

and

Spoiler

20:13:29 ds_houses\derevnya\a2_housev_2t1\proxy\okno_03.p3d: house, config class missing
20:13:29 ds_houses\derevnya\a2_housev_2t1\proxy\okno_03.p3d: house, config class missing
20:13:29 ds_houses\derevnya\a2_housev_2t1\proxy\okno_03.p3d: house, config class missing
20:13:29 ds_houses\derevnya\a2_housev_2t1\proxy\okno_04.p3d: house, config class missing

but in either case, I don't get the downloadable content deleted message.  As kuplion  pointed out in another thread, it does appear that the houses are getting replaced.

Share this post


Link to post
Share on other sites
12 hours ago, DirtySanchez said:

IM sorry please remove the "DS_HOUSES" from the addons[]
@Jckz (Youtube)

make it

 


addOns[]=
	{
		"exile_client",
		"cup_chernarus_config",
		"CUP_Core",
		"DATA_HOUSES_DS"
	};

Thankyou it worked, but I tried this before and it didn't so i'm confused as what happened

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.