roguetrooper 2 Posted August 10, 2014 There should be a way to disable the beta watermark. Either in the options or make it fade out automatically after one minute of gameplay. Share this post Link to post Share on other sites
Greenfist 1863 Posted August 10, 2014 Beta? You mean Development branch watermark in the right bottom corner? You can disable it with the Pause key. Share this post Link to post Share on other sites
Grumpy Old Man 3546 Posted August 10, 2014 Init.sqf: waitUntil {!isNull findDisplay 46}; { ( (findDisplay 46) displayCtrl _x ) ctrlShow false; } forEach [1000, 1001, 1002, 1200, 1202]; cheers Share this post Link to post Share on other sites