fidel_castor 10 Posted July 29, 2022 Hello, I want to remove those annoying insects into a building. I want to create a "Command Room" in the editor and listening to those bees and ambient sounds is inaccurate. My aim is to record the scene with Gcam0 I tried to explore some options. I know how to remove rabbits and snakes (tutorials below), but not bees / flies / whatever it is. To be precise, I can remove sounds, but I can't impeach them to fly into the buildings. Thanks a lot for your help Already explored options : https://community.bistudio.com/wiki/enableEnvironment Share this post Link to post Share on other sites
fidel_castor 10 Posted July 30, 2022 Thanks to Rickoshay, here's the answer : Create a file named init.sqf in the mission folder. Then, put that text inside : enableEnvironment false; Then save it, reload your mission and enjoy ! Also, you should see the Rickoshay's workshop, there's a lot of content : https://steamcommunity.com/id/RickOShay Share this post Link to post Share on other sites
pierremgi 4850 Posted July 30, 2022 The best version is already in first post. enableEnvironment [false,true]; // example Just follow the syntax and learn for MP scripting if necessary. Share this post Link to post Share on other sites
Harzach 2517 Posted July 30, 2022 He wants to disable ambient sounds too, though, so: enableEnvironment false; //or enableEnvironment [false,false]; Share this post Link to post Share on other sites
killzone_kid 1330 Posted July 31, 2022 On 7/29/2022 at 11:06 PM, fidel_castor said: Already explored options : https://community.bistudio.com/wiki/enableEnvironment enableenvironment false removes insects too Share this post Link to post Share on other sites