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
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?