Jump to content

[RELEASE] XMAS TREE DEPLOYABLE 1.6


juandayz

Recommended Posts

Fully Rewrited for this 2017 xmas. 

MERRY XMAS EPOCH MOD!!!!!!

 

1-Download from here: http://www.mediafire.com/file/6iax6nymsdnotva/xmas2017.rar

2-Open your init.sqf 

  Reveal hidden contents

3-Open your custom variables.sqf

  Reveal hidden contents

4-Open fn_selfactions.sqf

  Reveal hidden contents

5-Open server_monitor.sqf

  Reveal hidden contents

6-Open Description.ext and into class sound add the xmas sound.. take a look in this example:

  Reveal hidden contents

7-INFISTAR

  Reveal hidden contents

8-BEFILTERS
 If u have some issues with battleyes open createvehicle.txt

  Reveal hidden contents

 

Link to comment
Share on other sites

Great script! I love it.

And if you use the Right Click Options by mudzereli you can add the

class itemEtool {
     class xmas {
        text = "xmasTree";
        script = "execVM 'custom\xmas\xmas.sqf'";
     };    
 };    

to it by just doing 

["ItemEtool","Deploy Xmas Tree","execVM 'custom\xmas\xmas.sqf';","true"],

in the config.sqf of the click actions folder.

Link to comment
Share on other sites

  On 12/16/2016 at 10:23 PM, looter809 said:

Great script! I love it.

And if you use the Right Click Options by mudzereli you can add the

class itemEtool {
     class xmas {
        text = "xmasTree";
        script = "execVM 'custom\xmas\xmas.sqf'";
     };    
 };    

to it by just doing 

["ItemEtool","Deploy Xmas Tree","execVM 'custom\xmas\xmas.sqf';","true"],

in the config.sqf of the click actions folder.

Expand  

tnks for it looter!

Link to comment
Share on other sites

Pretty sure I followed it correctly. I am getting this error in the client.rpt

Error in expression <1;
};
};
} else {


player removeAction s_player_removexmas;
s_player_removexmas>
  Error position: <s_player_removexmas;
s_player_removexmas>
  Error Undefined variable in expression: s_player_removexmas
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 1121

Edit: Also you do not need 

workshop + portables+

in your custom variables unless you are using the portables and workshop script. Otherwise you will get errors in client rpt.

Link to comment
Share on other sites

  On 12/18/2016 at 2:33 AM, looter809 said:

Pretty sure I followed it correctly. I am getting this error in the client.rpt

Error in expression <1;
};
};
} else {


player removeAction s_player_removexmas;
s_player_removexmas>
  Error position: <s_player_removexmas;
s_player_removexmas>
  Error Undefined variable in expression: s_player_removexmas
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 1121

Edit: Also you do not need 

workshop + portables+

in your custom variables unless you are using the portables and workshop script. Otherwise you will get errors in client rpt.

Expand  

oh yes tnks i change it in main post... ( i just copy my private line of code with portables and workshop.. and forgot delete this two)

Link to comment
Share on other sites

If you are like me and for some reason Infistar or the default BE scripts now have a block on creating all vehicles, you need to add these to your BE createvehicle.txt (if you get restriction #0 add it to line 2 ( first line after "//new") )

!="MAP_t_picea1s" !="ASC_EU_BulbGRNB" !="ASC_EU_BulbREDB" 1="ASC_EU_BulbWHTB" !="ASC_EU_BulbYELB" !="ASC_EU_BulbBLUB" !="Land_Bag_EP1" !="Land_Sack_EP1" !="Land_Pillow_EP1" !="Suitcase" !="MAP_box_c" !="MAP_Sphere"

 

Edit: Also, in scripts.txt (for me it was) line 9 (Restriction #7)

!="and_Bag_EP1\",\"Land_Sack_EP1\",\"Land_Pillow_EP1\",\"Suitcase\",\"MAP_box_c\",\"MAP_Sphere\",\"ASC_EU_BulbGRNB" !="and_Bag_EP1\",\"Land_Sack_EP1\",\"Land_Pillow_EP1\",\"Suitcase\",\"MAP_box_c\"] call BIS_fnc_selectRandom;\n\n_classname =  \"MAP_Sphere\";  " !="and_Bag_EP1\",\"Land_Sack_EP1\",\"Land_Pillow_EP1\",\"Suitcase\",\"MAP_box_c\"] call BIS_fnc_selectRandom;\n\n_classname =  _presents;    "

 

Also, in createvehicle.txt (for me) line 16 (Restriction #14)

!="Land_Pillow_EP1" !="Land_Sack_EP1" !="Land_Bag_EP1"

 

Merry Christmas!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...