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
If it doesnt have, is there any way you might be convinced to add it (or if you aren't doing new updates to the B41 version, add it for B42). I have motor-skill issues which makes it already hard to move stuff around and this would be a godsend to making pz easier to play.
Thank you in advance either way, this mod has been a big help just as is too. TY VM.
local function hideWindowsVehicleEnter()
local showWindows = false
windowssHolder:forEach(function(____, window)
window:setVisible(showWindows)
end)
ISBzHotBar.main.show = showWindows
end
local function showWindowsVehicleExit()
local showWindows = true
windowssHolder:forEach(function(____, window)
window:setVisible(showWindows)
end)
ISBzHotBar.main.show = showWindows
end
Events.OnEnterVehicle.Add(hideWindowsVehicleEnter)
Events.OnExitVehicle.Add(showWindowsVehicleExit)
Could also make it so "toggleWindows" has a argument that, when passed, forces it show/hidden and make the Events call it with the argument
@Golden blade Maybe for first few slots in firts window. I can add something into settings.
I will have time over Christmas to add a few modifications. Unfortunately, the testing ultimately did not bring any major progress in rendering optimization.