Page MenuHomeFeedback Tracker

Option to disable thermal imagers in the settings Difficulty the game
New, WishlistPublic

Description

Good day ! At the moment there is no option to disable the thermal imagers for server administrators . The only way to create one :
while {true} do
{
if (currentVisionMode player == 2 ) then
{
/ / hint "Thermals are active";
cutText [" Thermal broken and does not work , go to the other modes of button N", "BLACK", -1];
waituntil {currentVisionMode player! = 2} ;
CutFadeOut 0 0 ;
} ;
sleep 1 ;
} ;
But it looks ugly and is not sufficient , thermal imagers are included when using the "PIP". The possibility of complete shutdown of thermal imagers is very important for servers that are held " serious games " on the complexity of the " expert ." Administrators and creators missions need a simple and reliable way to turn off all thermal imagers . Please add the ability to completely turn off all thermal imagers using the option in the settings of the level of difficulty.

Details

Legacy ID
4171413802
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request

Event Timeline

tyler2 edited Steps To Reproduce. (Show Details)Oct 27 2013, 10:57 AM
tyler2 edited Additional Information. (Show Details)
tyler2 set Category to Feature Request.
tyler2 set Reproducibility to Always.
tyler2 set Severity to None.
tyler2 set Resolution to Open.
tyler2 set Legacy ID to 4171413802.May 7 2016, 5:15 PM
RESPEKT added a subscriber: RESPEKT.May 7 2016, 5:15 PM
sms added a subscriber: sms.May 7 2016, 5:15 PM
sms added a comment.Oct 30 2013, 5:11 PM

I'd suggest to extend disableTIEquipment to work on player:

player disableTIEquipment true;

Voted up. I disagree with sms; disableTIEquipment also disables the NV and better customisation is desirable