Sign in to follow this  
Eios29

Allow campfire built anywhere

6 posts in this topic

Advertisement

Isn't there already no territory requirement for these..?

noNeedForTerritory[] =
    {
        "Exile_Construction_CampFire_Preview",
        "Exile_Construction_CamoTent_Preview"
    };

 

Share this post


Link to post
Share on other sites

Isn't there already no territory requirement for these..?

noNeedForTerritory[] =
    {
        "Exile_Construction_CampFire_Preview",
        "Exile_Construction_CamoTent_Preview"
    };

 

I have the same issue and the above code is in my mission config.cpp file, still doesn't allow it. Anybody have a fix for this using this code already in place instead of using Fatboy's method: http://exile.majormittens.co.uk/topic/1135-camp-fire-kit/?do=findComment&comment=7346

Share this post


Link to post
Share on other sites

Quoted from Fatoys post on building tents/campfires anywhere

 

its actually a easy fix , 

download this file :   https://mega.nz/#F!XJtHkBQQ!Lx5RSTOkE2J9ncDDbKWsIQ

put it in your mission file . then in your mission file open your config.ccp and look for CfgExileCustomCode

then add the two lines there

    ExileClient_construction_thread = "overrides\ExileClient_construction_thread.sqf";
    ExileClient_util_world_canBuildHere = "overrides\ExileClient_util_world_canBuildHere.sqf"

, its like there version of the complies on arma 2 . see screen shot for what i mean :) 

7006c25d49.png

then repack... boom done 

 

 

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.