Page 1 of 1

A few minor UI bugs

Posted: Tue Mar 09, 2021 7:43 pm
by Jace11
I have noticed a few UI bugs.
To start with, some buttons are using old FOG2 textures on the sandbox campaign setup menu. When selecting different "First Battle Size" you'll notice the old FOG buttons appear. I think the cause was in MultiPartSkirmishTools.BSF which contained entries Button_21.dds and Button_22.dds, or something...

Also your buttons in the top left are constantly changing sizes and positions between menus. Back, Settings, Load/Save etc swap between 32x32 and 48x48 from one menu to the next. Positions shift also.

What happened to the "J" hotkey for minimap?

Re: A few minor UI bugs

Posted: Wed Mar 10, 2021 7:22 am
by rbodleyscott
Jace11 wrote: Tue Mar 09, 2021 7:43 pm I have noticed a few UI bugs.
To start with, some buttons are using old FOG2 textures on the sandbox campaign setup menu. When selecting different "First Battle Size" you'll notice the old FOG buttons appear. I think the cause was in MultiPartSkirmishTools.BSF which contained entries Button_21.dds and Button_22.dds, or something...
You are correct, and it has been fixed for the next iteration.
Also your buttons in the top left are constantly changing sizes and positions between menus. Back, Settings, Load/Save etc swap between 32x32 and 48x48 from one menu to the next. Positions shift also.
Thanks. I will look into that.
What happened to the "J" hotkey for minimap?
It is hard-coded in the engine to toggle as per Ancients, but that does not work with the new frame, so it was disabled.

Re: A few minor UI bugs

Posted: Wed Mar 10, 2021 1:14 pm
by Jace11
Ok, no worries.

The button sizes are 32x32 on system menu and MPlobby, can't remember if I saw it elsewhere.

Re: A few minor UI bugs

Posted: Wed Mar 10, 2021 3:13 pm
by rbodleyscott
Jace11 wrote: Wed Mar 10, 2021 1:14 pm The button sizes are 32x32 on system menu and MPlobby, can't remember if I saw it elsewhere.
Thanks

Re: A few minor UI bugs

Posted: Thu Mar 18, 2021 9:52 am
by Jace11
Spotted a strange issue with the Combat Log. At a certain stage during a game, while the combat log is open, moving the mouse pointer over the log's text results in a huge framerate drop (becomes a slideshow).

This doesn't happen at the start of the game when the combat log is opened, I think it has to fill up a bit first. To replicate you have to play quite a few turns with lots of combat log entries. Then at some stage the framerate tanks, but only when the mouse is over the text, mousing over the log's scroll bar, boarder or the rest of the game windows, icons, etc brings the framerate back to normal.

I have tried to replicate it in FOG2 Ancients but couldn't.

Re: A few minor UI bugs

Posted: Thu Mar 18, 2021 10:26 am
by rbodleyscott
Jace11 wrote: Thu Mar 18, 2021 9:52 am Spotted a strange issue with the Combat Log. At a certain stage during a game, while the combat log is open, moving the mouse pointer over the log's text results in a huge framerate drop (becomes a slideshow).

This doesn't happen at the start of the game when the combat log is opened, I think it has to fill up a bit first. To replicate you have to play quite a few turns with lots of combat log entries. Then at some stage the framerate tanks, but only when the mouse is over the text, mousing over the log's scroll bar, boarder or the rest of the game windows, icons, etc brings the framerate back to normal.

I have tried to replicate it in FOG2 Ancients but couldn't.
Thanks, this has been reported before. It turned out to be due to the processing required for the columnar formatting in the Medieval version, which is why it doesn't affect Ancients.

Anyway, Pip has added a small cache, and in the latest version it barely affects frame rate at all. The fix is currently being beta tested and will be released along with the first DLC.