Nightblade765 Posted September 15, 2014 Report Share Posted September 15, 2014 Hello,when i was trying to build a stick fence, it said that im missing an Etool.Since what patch does stick fence requires Etool ? I just want to know if thats normal. Thanks in advance. Link to comment Share on other sites More sharing options...
Kisvakond Posted September 16, 2014 Report Share Posted September 16, 2014 It's normal. In CfgMagazines.hpp: class stick_fence_kit: CA_Magazine { scope = 2; count = 1; type = 256; displayName = "Stick Fence"; descriptionShort = "Stick Fence: A buildable barrier that can be used to keep zombies out of your camp. They are fairly weak and can be ran over easier."; model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; weight = 15; class ItemActions { class Build { text = $STR_ACTIONS_BUILD_EPOCH; script = "spawn player_build;"; require[] = {"ItemEtool","ItemToolbox"}; create = "StickFence_DZ"; }; }; }; As far as one can track back this file (Aug 2013), the Etool was always a must for stick fence. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now