• 0
Tartarus116

[SOLVED] Exile Esseker Tree Chopping - most models don't work

Question

We tried to add the esseker tree models to the config.cpp file like this

 

Spoiler

class WoodSource
    {
        name = "Trees";
        models[] = 
        {
            " t_",
            " bo_t_",
            // A2 trees
            " str_",
            " Smrk_",
            " les_",
            " brg_",
            // custom
            "dd_borovice02",
            
            
            // Custom Arma3 Trees
            "t_BroussonetiaP1s_F",
            "t_FicusB1s_F",
            "t_FicusB2s_F",
            "t_FraxinusAV2s_F",
            "t_OleaE1s_F",
            "t_OleaE2s_F",
            "t_PhoenixC1s_F",
            "t_PhoenixC3s_F",
            "t_PinusP3s_F",
            "t_PinusS1s_F",
            "t_PinusS2s_b_F",
            "t_PinusS2s_F",
            "t_poplar2f_dead_F",
            "t_PopulusN3s_F",
            "t_QuercusIR2s_F",
            // Custom Esseker Trees 
        
            //(Large)
            "cwr2_a2_t_quercus3s",
            "mb_EnglishElm",
            "mb_t_ulmus_forest",
            "mb_t_ulmus_forestIvy",
            "mb_t_ulmus_large",
            "mb_t_ulmus_large_w",
            "mb_t_ulmus_largeIvy",
            "t_fagus2f",
            "t_fagus2f_summer",
            "t_FraxinusAV2s_F",
            "t_QuercusIR2s_F",
            // (Medium)
            "cwr_robinia1",
            "cwr2_a2_t_alnus2s",
            "cwr2_a2_t_betula2f",
            "cwr2_a2_t_fraxinus2s",
            "cwr2_a2_t_sorbus2s",
            "Elm_small_vertNormalsProjOut",
            "javor_posed",
            "les_dub_jiny",
            "mb_t_ulmus_small",
            "mb_t_ulmus_small_w",
            "mb_t_ulmus_smallIvy",

            "t_betula2s",
            "t_carpinus2s",
            "t_fagus2s",
            "t_FicusB2s_EP1",
            "t_pyrus2s",
            "t_quercus2f",
            // (Pine)
            "cwr_aleppopine",
            "cwr_seapine",

            "str_pinie",
            "t_PinusE2s_EP1",
            "t_pinusN1s",
            "t_pinusN2s",
            "t_PinusS1s_F",
            "t_pinusS2f",
            "t_PinusS2s_b_F",
            "t_PinusS2s_F",
            "t_PinusS3s_EP1",
            // (Populus)
            "str_topol",
            "str_topol2",
            "t_populus3s",
            "t_PopulusB2s_EP1",
            "t_PopulusF2s_EP1",
            "t_PopulusN3s_F",
            // (Small)
            "cwr_alder",
            "cwr2_a2_t_fagus2w",
            "hrusen2",
            "jablon",
            
            "str_briza_kriva",
            "str_briza_rovna",
            "t_AmygdalusC2s_EP1",
            "t_FicusB1s_F",
            "t_malus1s",
            "t_PistaciaL2s_EP1",
            "t_PrunusS2s_EP1",
            // (Spruce)
            "cwr_silverspruce_p",
            "cwr_silverspruce2",
            "cwr2_a2_t_larix3s",

            "les_singlestrom",
            "les_singlestrom_b",
            "Smrk_maly",
            "Smrk_siroky",
            "Smrk_velky",
            "t_JuniperusC2s_EP1",
            "t_picea1s",
            "t_picea2s",
            "t_picea3f",
            "str briza",
            "str habr",
            "str javor",
            "str krovisko vysoke",
            "str osika",
            "str buk",
            "str dub",
            "str kastan",
            "str lipa",
            "str jalovec",
            "str jalovec",
            "str vrba"
            
        };
    };

Even though we added every single tree additionally to the prefixes at the beginning of this code, only some trees like "t_picea3f", and "t_pinusS2f" ended up working. We also have the 0.9.41 hotfix enabled, so it's not that.

Edited by Tartarus116

Share this post


Link to post
Share on other sites

8 answers to this question

Advertisement
  • 0

We use CUP, not really eager to jump to AiA, as it's not on Steam workshop and hence more of a hassle for clients to join. Did it work for you from the beginning or did you have to change some things?

Share this post


Link to post
Share on other sites
  • 0

I think I found  a fix for this. You server is running a older version of the esseker map then your running. Update the map file with the current one on A3 launcher and it will fix your tree chopping problem! I had the same problem and it fix my problem.

 

Share this post


Link to post
Share on other sites
  • 0

Im running both newer A3 version on client and serverside and tree chopping is still a no go. Using AIATP, Mas Vehicles and Weapons and yes the hotfix was in place already.

Share this post


Link to post
Share on other sites
  • 0
On 3/6/2016 at 4:28 PM, jedichris816 said:

How has this been solved?  Not seeing a definitive solution posted.

Sorry, didn't see a notification on the topic pop up. Here's our Mission config file excerpt:

class WoodSource
	{
		name = "Trees";
		models[] = 
		{
			" t_",
			" bo_t_",
			// A2 trees
            " str_",
            " Smrk_",
            " les_",
            " brg_",
			// custom
			" dd_",
			" mb_",
			" cwr_",
			" cwr2_",
			" javor_",
			" str",
			" jablon",
			" hrusen2",
			" Elm_",
			"dd_borovice02.p3d"
			
			
			
			/*
			// Custom Arma3 Trees
			"t_BroussonetiaP1s_F",
			"t_FicusB1s_F",
			"t_FicusB2s_F",
			"t_FraxinusAV2s_F",
			"t_OleaE1s_F",
			"t_OleaE2s_F",
			"t_PhoenixC1s_F",
			"t_PhoenixC3s_F",
			"t_PinusP3s_F",
			"t_PinusS1s_F",
			"t_PinusS2s_b_F",
			"t_PinusS2s_F",
			"t_poplar2f_dead_F",
			"t_PopulusN3s_F",
			"t_QuercusIR2s_F",
			// Custom Esseker Trees 
		
			//(Large)
			"cwr2_a2_t_quercus3s",
			"mb_EnglishElm",
			"mb_t_ulmus_forest",
			"mb_t_ulmus_forestIvy",
			"mb_t_ulmus_large",
			"mb_t_ulmus_large_w",
			"mb_t_ulmus_largeIvy",
			"t_fagus2f",
			"t_fagus2f_summer",
			"t_FraxinusAV2s_F",
			"t_QuercusIR2s_F",
			// (Medium)
			"cwr_robinia1",
			"cwr2_a2_t_alnus2s",
			"cwr2_a2_t_betula2f",
			"cwr2_a2_t_fraxinus2s",
			"cwr2_a2_t_sorbus2s",
			"Elm_small_vertNormalsProjOut",
			"javor_posed",
			"les_dub_jiny",
			"mb_t_ulmus_small",
			"mb_t_ulmus_small_w",
			"mb_t_ulmus_smallIvy",

			"t_betula2s",
			"t_carpinus2s",
			"t_fagus2s",
			"t_FicusB2s_EP1",
			"t_pyrus2s",
			"t_quercus2f",
			// (Pine)
			"cwr_aleppopine",
			"cwr_seapine",

			"str_pinie",
			"t_PinusE2s_EP1",
			"t_pinusN1s",
			"t_pinusN2s",
			"t_PinusS1s_F",
			"t_pinusS2f",
			"t_PinusS2s_b_F",
			"t_PinusS2s_F",
			"t_PinusS3s_EP1",
			// (Populus)
			"str_topol",
			"str_topol2",
			"t_populus3s",
			"t_PopulusB2s_EP1",
			"t_PopulusF2s_EP1",
			"t_PopulusN3s_F",
			// (Small)
			"cwr_alder",
			"cwr2_a2_t_fagus2w",
			"hrusen2",
			"jablon",
			
			"str_briza_kriva",
			"str_briza_rovna",
			"t_AmygdalusC2s_EP1",
			"t_FicusB1s_F",
			"t_malus1s",
			"t_PistaciaL2s_EP1",
			"t_PrunusS2s_EP1",
			// (Spruce)
			"cwr_silverspruce_p",
			"cwr_silverspruce2",
			"cwr2_a2_t_larix3s",

			"les_singlestrom",
			"les_singlestrom_b",
			"Smrk_maly",
			"Smrk_siroky",
			"Smrk_velky",
			"t_JuniperusC2s_EP1",
			"t_picea1s",
			"t_picea2s",
			"t_picea3f",
			"str briza",
			"str habr",
			"str javor",
			"str krovisko vysoke",
			"str osika",
			"str buk",
			"str dub",
			"str kastan",
			"str lipa",
			"str jalovec",
			"str jalovec",
			"str vrba"
			*/
		};
	};

These settings should work

 

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.