安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Unfortunately I ran into a problem where whenever I was in the Black Market menu, my FPS dropped to single digits and made it difficult to do anything. I thought it was one of several other mods that could've been causing it, but after removing them and still having the issue, I was at a loss.
It wasn't until I wiped my HDD and began the arduous task of reinstalling all of my mods one by one to make sure everything worked right when I found out it was THIS mod causing the slowdown. With it disabled the Black Market works perfectly fine. I was heartbroken, because this mod really is a must-have for me.
For reference, I'm not using any other mod that modifies UIScrollBar. It only tanks in the Black Market, everywhere else is just fine. I have no idea why.
Update nuked the readme file, just FYI.
While I'm poking my head in, should probably add the kudos. Awesome mod. Don't even remember how long I've had it installed, but doubt I could tolerate playing anymore without it. ^-^
That's a huge bummer. Maybe you can include an explicit list for exclusion of certain screens?
F1 screen bug status : WONTFIX/ CANTFIX
[0133.57] RowBasedScrollSpeedWotc: ERROR: rbss_Scrollbar::GetMaskSize : Unsupported parent
Script call stack:
Function XComGame.XComPlayerController:C_Key_Release
Function XComGame.XComInputBase:InputEvent
Function XComGame.UIScreenStack:OnInput
Function YetAnotherF1.YAF1_UIUnitInfo:OnUnrealCommand
Function RowBasedScrollSpeedWotc.rbss_Scrollbar:OnMouseScrollEvent
Function RowBasedScrollSpeedWotc.rbss_Scrollbar:ScrollDown
Function RowBasedScrollSpeedWotc.rbss_Scrollbar:Scroll
Function RowBasedScrollSpeedWotc.rbss_Scrollbar:GetScrollPercentAmount
Function RowBasedScrollSpeedWotc.rbss_Scrollbar:GetMaskSize
I've talked with author of YetAnotherF1 and the response was that "the scrollbar mod should skip its behaviour if parent isn't UIList"
(sry for replying so late)
RowBasedScrollSpeedWotc: ERROR: rbss_Scrollbar::GetMaskSize : Unsupported parent
RowBasedScrollSpeedWotc: ERROR: rbss_Scrollbar::GetRowSize : Unsupported parent
RowBasedScrollSpeedWotc: ERROR: rbss_Scrollbar::GetRowCount : Unsupported parent
Or the cross key and the joystick are two speeds
@Fritz I find it equally ridiculous that people still haven't upgraded to WotC yet. It just baffles me that you refuse to do so and instead come to the workshop and whine like a child that nobody makes mods for Vanilla anymore.
I'm just replaying LW2, wondering if there's one available or one upcoming.
Controller D-PAD=When pointer is on the scrollbar itself : each mousewheel notch scrolls by one page.
The scroll behavior is strange but i can live with it.
Thanks for explaining so clearly. ;)
ie: to add a scrollbar to an ui element, you have to override UIPanel.OnMouseEvent to handle mousewheel events, and call UiScrollbar.OnMouseScrollEvent from there.
You also have to assign a delegate to scrollbar's onPercentChangeDelegate field (or onCalculatedValueChangeDelegate), so you can make your element react to the scrolling amount.
Nice mod btw.
Since i use that device to implement the "LAByrinth" mod... my embedded components (TechTree Index, etc) weren't attached to a scroller since the height extent of some sizing didn't require "auto-moves" principle. While other areas DO need such a direct "Mouse-Scrolling" feature as well (Scroll-Bar activates).. but these aren't proper LIST(s) of button/choices (left side) and just operate with tall (-er than the default space) string/text content(s).
Sooooo, i need to move completely to the (narrow) scroller grab instead of just hovering the mouse anywhere *on* that isolated panel (linked to the clicked choice made on the left) to move up/down rapidly.
If so.. can you fix it?