====== ArmA 3 Remove Terrain Loading Texts ====== [[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]] If you want to disable the stupid bis loading texts on your terrain, then add this following into your terrain's config. // disable the stupid bis loading texts loadingTexts[] = {}; This is located in cfgWorld class. And couple of menus use onLoad/onUnload to call RscDisplayLoading - this might also show some stories.