Jump to content
Sign in to follow this  
Leopard20

Hiding vanilla RscTitles

Recommended Posts

Hey guys.

Does anyone know a way to hide the vanilla "RscTitles", say the "binocular" one (configFile >> "RscTitles" >> "binocular")? This command works with custom created cutRsc's, but not with vanilla ones (those created by the engine):

cutText ["", "PLAIN"];

//OR

("binocular" call BIS_fnc_rscLayer) cutText ["","PLAIN"];

 

In other words, I want to hide the binocular "HUD" (the black layers covering the display and also the "crosshair")

 

Any help would be appreciated!

Share this post


Link to post
Share on other sites
15 minutes ago, Leopard20 said:

Hey guys.

Does anyone know a way to hide the vanilla "RscTitles", say the "binocular" one (configFile >> "RscTitles" >> "binocular")? This command works with custom created cutRsc's, but not with vanilla ones (those created by the engine):


cutText ["", "PLAIN"];

//OR

("binocular" call BIS_fnc_rscLayer) cutText ["","PLAIN"];

 

In other words, I want to hide the binocular "HUD" (the black layers covering the display and also the "crosshair")

 

Any help would be appreciated!

 

Not sure if this would work but maybe try this.

 

("binocular" call BIS_fnc_rscLayer) cutFadeOut 0;

 

  • Thanks 1

Share this post


Link to post
Share on other sites
6 minutes ago, cb65 said:

 

Not sure if this would work but maybe try this.

 


("binocular" call BIS_fnc_rscLayer) cutFadeOut 0;

 

Nope. Didn't work! Thanks for the reply though!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×