coftsock 90 Report post Posted November 30, 2015 (edited) Great for your 12 year old players to remind them santa is around the corner yeep Uses pine tree from CUP to have alternate colored blinking/flashing lights in the tree. https://github.com/CoftSock/Arma-3-christmas-tree Comes with premade mission as an example which also includes scrollwheel menu tool to get locations for your tree Edit with your tree location and put christmastree.sqf in your mission root then In initplayerlocal.sqf below if (!hasInterface || isServer) exitWith {}; add execvm "christmastree.sqf"; CUP core and maps needed Edited November 29, 2016 by coftsock 4 Share this post Link to post Share on other sites
Eggbox 24 Report post Posted December 1, 2015 can multiple positions for multiple trees be entered? Share this post Link to post Share on other sites
coftsock 90 Report post Posted December 2, 2015 7 hours ago, Eggbox said: can multiple positions for multiple trees be entered? sure can, id think you would just need to make tree1.sqf, tree2.sqf and call them Share this post Link to post Share on other sites
READTHESCROLL 203 Report post Posted December 2, 2015 Freakin awesome lol. What map are you on and what snow script? Thirsk? Share this post Link to post Share on other sites
coftsock 90 Report post Posted December 2, 2015 6 minutes ago, READTHESCROLL said: Freakin awesome lol. What map are you on and what snow script? Thirsk? Chernarus Winter and the snow script is an ancient one that i tinkered with Share this post Link to post Share on other sites
Storm18 22 Report post Posted December 2, 2015 Wonder if possible to replace when it rains with snow instead. It would look a lot more like winter that way. Share this post Link to post Share on other sites
Eggbox 24 Report post Posted December 7, 2015 ok.. I tried the script with multiple positions (tree1.sqf tree2.sqf etc) but i don't see them where they are supposed to be, it is more than likely I'm putting wrong positions in if anyone can help me out with the positions to get a few trees dotted around the terminal trader zone I would be more than grateful also, if anyone knows of a compatible snow script for altis I would like to have a look at it please thanks in advance Share this post Link to post Share on other sites
BetterDeadThanZed 1006 Report post Posted December 7, 2015 32 minutes ago, Eggbox said: ok.. I tried the script with multiple positions (tree1.sqf tree2.sqf etc) but i don't see them where they are supposed to be, it is more than likely I'm putting wrong positions in if anyone can help me out with the positions to get a few trees dotted around the terminal trader zone I would be more than grateful also, if anyone knows of a compatible snow script for altis I would like to have a look at it please thanks in advance Based on the fact that you are trying to put this "around the terminal trader" tells me you are trying to use this on Altis? The OP states that this will only work with the All in Arma mod so unless you decide to run that with Altis, it won't work. Share this post Link to post Share on other sites
Eggbox 24 Report post Posted December 7, 2015 i thought the OP stated that only the snowman needed the all in arma mod? Share this post Link to post Share on other sites
coftsock 90 Report post Posted December 7, 2015 5 hours ago, Eggbox said: ok.. I tried the script with multiple positions (tree1.sqf tree2.sqf etc) but i don't see them where they are supposed to be, it is more than likely I'm putting wrong positions in if anyone can help me out with the positions to get a few trees dotted around the terminal trader zone I would be more than grateful also, if anyone knows of a compatible snow script for altis I would like to have a look at it please thanks in advance did you create seperate files named "tree1.sqf" "tree2.sqf" etc?? if so did you In initplayerlocal.sqf below if (!hasInterface || isServer) exitWith {}; add execvm "tree1sqf"; execvm "tree2.sqf"; etc etc? to get locations easily just use the tool that i linked in the OP Share this post Link to post Share on other sites