Sgt Smash 153 Report post Posted December 30, 2018 (edited) Anyone know how to add these so players can get wood from them? I'm guessing they have different classnames Edited December 30, 2018 by Sgt Smash Share this post Link to post Share on other sites
kuplion 1785 Report post Posted December 30, 2018 Use InfiSTAR to get the tree classname, and add them to the wood source array in the Exile config. 1 Share this post Link to post Share on other sites
Sgt Smash 153 Report post Posted December 30, 2018 39 minutes ago, kuplion said: Use InfiSTAR to get the tree classname, and add them to the wood source array in the Exile config. Ok so i add them to this? Spoiler class WoodSource { name = "Trees"; models[] = { " t_", " bo_t_", // A2 trees " str_", " Smrk_", " les_", " brg_" }; }; I'll have to find another way to get the classnames as we ain't got infistar Thanks for the help 1 Share this post Link to post Share on other sites
thomas_hirt 13 Report post Posted December 30, 2018 in the editor are the winter trees also look for the names out there if you have no infistar 1 Share this post Link to post Share on other sites
Sgt Smash 153 Report post Posted December 30, 2018 15 minutes ago, thomas_hirt said: in the editor are the winter trees also look for the names out there if you have no infistar Thanks for the reply, i just got them from there and added them to the wood source, just getting everyone to log off now so i can test it lol Fingerscrossed and wish me luck :-) Share this post Link to post Share on other sites
thomas_hirt 13 Report post Posted December 30, 2018 the name where you need looks like this cup_t_acer2sW.p3d Share this post Link to post Share on other sites
Sgt Smash 153 Report post Posted December 30, 2018 16 minutes ago, thomas_hirt said: the name where you need looks like this cup_t_acer2sW.p3d Yeah i got them, but seems to be one trees missing This one with the wider trunk Share this post Link to post Share on other sites
Sgt Smash 153 Report post Posted December 30, 2018 strange as i have the same looking tree added Share this post Link to post Share on other sites
Sgt Smash 153 Report post Posted December 30, 2018 Here is my list if it helps anyone else :-) Spoiler //Winter Chernarus Trees "CUP_t_betula2fW", "CUP_t_betula2sW", "CUP_t_betula2wW", "CUP_t_carpinus2sW", "CUP_t_fagus2fW", "CUP_t_fagus2sW", "CUP_t_fagus2WW", "CUP_t_fraxinus2sW", "CUP_t_fraxinus2wW", "CUP_t_larix3fW", "CUP_t_larix3sW", "CUP_t_malus1sW", "CUP_t_picea1sW", "CUP_t_picea2sW", "CUP_t_picea3fWW", "CUP_t_pinusN1sW", "CUP_t_pinusN2sW", "CUP_t_pinusS2fW", "CUP_t_populus3sW", "CUP_t_pyrus2sW", "CUP_t_quercus2fW", "CUP_t_quercus3sW", "CUP_t_salix2sW", "CUP_t_xmastree", "CUP_t_sorbus2sW" Bear in mind that one big tree type in the wooded areas don't seem to work for me "CUP_t_picea3fWW" Share this post Link to post Share on other sites
kuplion 1785 Report post Posted December 30, 2018 47 minutes ago, Sgt Smash said: Here is my list if it helps anyone else :-) Hide contents //Winter Chernarus Trees "CUP_t_betula2fW", "CUP_t_betula2sW", "CUP_t_betula2wW", "CUP_t_carpinus2sW", "CUP_t_fagus2fW", "CUP_t_fagus2sW", "CUP_t_fagus2WW", "CUP_t_fraxinus2sW", "CUP_t_fraxinus2wW", "CUP_t_larix3fW", "CUP_t_larix3sW", "CUP_t_malus1sW", "CUP_t_picea1sW", "CUP_t_picea2sW", "CUP_t_picea3fWW", "CUP_t_pinusN1sW", "CUP_t_pinusN2sW", "CUP_t_pinusS2fW", "CUP_t_populus3sW", "CUP_t_pyrus2sW", "CUP_t_quercus2fW", "CUP_t_quercus3sW", "CUP_t_salix2sW", "CUP_t_xmastree", "CUP_t_sorbus2sW" Bear in mind that one big tree type in the wooded areas don't seem to work for me "CUP_t_picea3fWW" You could just add "CUP_t_" if they all start with that. Share this post Link to post Share on other sites