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.
The first tests with the new inventory change detection look promising.
@TJSlayer10 Do you mean the Radial menu where you can add items similar to the Hotbar? This could be another mod. I'm not making any promises, but when I have time to look into the mod lag issue, I'll see how complicated it would be.
@N0wh3re Reset should happend with pressing tab. I will try to test it again.
@DoktorFar Thx for info.
@Anach Like auto hide when driving? I will look into code if there is some event for it.
@暗黑无敌暴龙王 thank for report. Maybe there is a change in game come for handling smoking.
@DoktorFar thank for report. Maybe cound be problem with some compatibility.
@Strelok Could be so many things
My goal is to be able to swap between a Spear and an Axe with just one click, and putting the replaced item onto my back.
In my testing, I can equip one of these two items, and the previous will correctly go back onto my characters back. But if I use the other tool afterwards, it will go into a container instead of my back.
eg:
Axe on back, Spear in hands -> Equip Axe -> Spear goes into backpack -> Equip spear -> Axe goes on back.
And vice versa.
Is there anyway to get the spear going onto my back in that example? Or is it a technical limitation?
An amazing mod tho, always use it :3
@boxchat I will look into in
@Reifel thx i will fix it.
@Tim I think that is a problem with updating items. I do now know better way, how to update items just when needed...
@KOI21 i think it is a same problem like Reifel is having ( will fix fit)
@老约翰 Only this one item?
Mod Options). Same with the old version of the hotbar Mod.
Edit: Okay I found the reason, I used to have higher resolution when playing the game, and the hotbar UI was been placed at a location outside my current screen. Changing back to 4K resolution then I can see it sit right at the lower right corner.
Is there a way to fix the crazy lag?
local middle_x = (getCore():getScreenWidth() - ISBzHotBar.windows[windowNum].x) / 2
local middle_y = (getCore():getScreenHeight() - ISBzHotBar.windows[windowNum].y ) / 2
ISBzHotBar.windows[windowNum].x = middle_x
ISBzHotBar.windows[windowNum].y = middle_y
@boxchat Yeah, you're probably right, I'll make something up
@Mori It is possible,i will try it.
I think I had a conflict with the "SpiffUi Themes" mod (not sure), so it's gone now.
Excellent work.