socs 92 Posted April 23, 2018 Is there any possible scripting or just anything in general to prevent zombies from opening doors? This could be for either Ravage or Z&D, any and all help is much appreciated! Thank you in advanced! Share this post Link to post Share on other sites
beno_83au 1369 Posted April 24, 2018 I had a look at this yesterday with Ryans zombies and even with locked doors, the zombies just ran straight through them. I was able to solve my problem by using sandbag walls to barricade the doors in question though, but that fit in well with what i was doing anyway. 1 Share this post Link to post Share on other sites
HazJ 1289 Posted April 24, 2018 You could hide them once placed but again, a lot of buildings. Even if you scripted it, not an ideal solution at all. Needs to be fixed and probably won't ever be, at least in A3. People have been asking for a long time now. 1 Share this post Link to post Share on other sites
Grumpy Old Man 3545 Posted April 24, 2018 6 hours ago, HazJ said: You could hide them once placed but again, a lot of buildings. Even if you scripted it, not an ideal solution at all. Needs to be fixed and probably won't ever be, at least in A3. People have been asking for a long time now. Never understood why BI don't pull through with changes like these. What's the point of making doors/vehicles lockable when AI keep ignoring the lock? I mean this has got to be a simple getVariable check in the AI brain or not? Other than placing objects to block doors there's no way to fix this unfortunately, unless BI finally opens up core AI commands, which will most likely never happen. Cheers 3 Share this post Link to post Share on other sites
greenpeacekiller 14 Posted April 24, 2018 I think the zombies in some cases ignore the fact that a building has doors and just rush through the walls. I know I had some bad experiences with that Share this post Link to post Share on other sites
Alert23 215 Posted April 24, 2018 Beside that, is it possible to prevent a player from opening/closing doors without to lock the door? Share this post Link to post Share on other sites
Grumpy Old Man 3545 Posted April 24, 2018 8 minutes ago, Alert23 said: Beside that, is it possible to prevent a player from opening/closing doors without to lock the door or use "showhud false"? You could use an eachFrame EH to animate the door to closed state. Probably not a good idea especially with lots of doors in need of this. Cheers 1 Share this post Link to post Share on other sites
Alert23 215 Posted April 24, 2018 True, would it be possible to hide the actionmenu without to use showhud? Because i find it better to execute actions via keys than scrolling the mouse cause that info on the screen makes a mission sometimes unrealistic. Share this post Link to post Share on other sites
dyrmoon 22 Posted April 25, 2018 On 24. 4. 2018 at 10:55 AM, Alert23 said: True, would it be possible to hide the actionmenu without to use showhud? Because i find it better to execute actions via keys than scrolling the mouse cause that info on the screen makes a mission sometimes unrealistic. For hide action menu (but it still working) is this way, unfortunately you lose aim cursor: showHUD [true,true,true,true,true,true,true,false,true]; Or for disable action menu: inGameUISetEventHandler ["PrevAction", "true"]; inGameUISetEventHandler ["NextAction", "true"]; inGameUISetEventHandler ["Action", "true"]; 1 1 Share this post Link to post Share on other sites
HazJ 1289 Posted April 28, 2018 @dyrmoon - This works for AI??? Share this post Link to post Share on other sites