Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
Thank you for researching it further
Could you open an issue on the github if possible? It'd be easier to track
@sAgittarius
Enable debug mode to see if/when it's actually working
@ThatDamnCatTom
As far as I know, not without a bunch of tweaking. Exile is funky
@Engicop
Potentially, but i'll likely forget unless it's tracked on the github issues list
@Arsaces
Mess around with the UI position, I haven't had time to make it take into account your A3 UI size setting
With further testing and research I was able to find a console command that can be executed to entirely remove the Default Arma 3 Fatigue Vignette--when used on non-modded Arma3 that will entirely remove the darkened corners; when used when HATG is activated it reduces the darkness of the corners by 50%--meaning HATG is likely somehow duplicating the default Fatigue Vignette in its UI. Hopefully this is helpful! Thanks again for all your hard work. If you are interested the console command is the following:
// init.sqf
if (hasInterface) then {
0 spawn {
private "_display";
waitUntil {
_display = uiNamespace getVariable ["RscDisplayMission", displayNull];
!isNull _display
};
private _vignette = _display displayCtrl 1202;
_vignette ctrlShow false;
};
};
Right now there's a setting where you can disable the effect when crouching. Can we have a separate setting where you can disable hiding when crouching ONLY when wearing non-ghillie vests?
@ThewizzX In the addon settings ("CBA settings")