Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.