Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: sfried on March 06, 2005, 03:32:39 pm

Title: Dialogue Box Slowdown
Post by: sfried on March 06, 2005, 03:32:39 pm
Everytime a dialogue box (the one that promts you if you want to quit, return to briefing, or quickstart/ Exit FS2 or not), I encounter some EXTREEEEM slowdown that doesn't seem to be present with the retail build.
Title: Dialogue Box Slowdown
Post by: WMCoolmon on March 06, 2005, 03:47:05 pm
I suspect it's because of how the screen it's sitting on top of is rendered.

Bobb's rendet-to-texture stuff could be used to give a huge speedboost, methinks.
Title: Dialogue Box Slowdown
Post by: sfried on March 06, 2005, 03:56:07 pm
Quote
Originally posted by WMCoolmon
I suspect it's because of how the screen it's sitting on top of is rendered.

Bobb's rendet-to-texture stuff could be used to give a huge speedboost, methinks.


Where can I find it?
Title: Dialogue Box Slowdown
Post by: Flaser on March 06, 2005, 04:45:15 pm
It's still in development.
Title: Dialogue Box Slowdown
Post by: sfried on March 06, 2005, 11:48:54 pm
Quote
Originally posted by Flaser
It's still in development.


What's the ETA for this patch, then? It's the only thing bugging me when running in D3D. I don't seem to encounter the same problem when running in OpenGL, but running it with AA can cause some tremendous slowdown for higher-end poly models like the Herc in the techroom alone...
Title: Dialogue Box Slowdown
Post by: Ferret on March 11, 2005, 01:17:28 pm
I've been getting this dialog box slowdown since builds a few years ago, it's certainly nothing new. It's just a good job it hardly ever shows up.
Title: Dialogue Box Slowdown
Post by: Overlord on March 11, 2005, 02:21:33 pm
Disable AA and the slowdown should be gone.
Title: Dialogue Box Slowdown
Post by: Ferret on March 11, 2005, 02:39:32 pm
AA is already on D3DMULTISAMPLE_NONE....

Weird that.
Title: Dialogue Box Slowdown
Post by: Overlord on March 12, 2005, 09:16:55 am
And in your driver settings?
Title: Dialogue Box Slowdown
Post by: sfried on March 15, 2005, 12:49:17 pm
Quote
Originally posted by Overlord
Disable AA and the slowdown should be gone.


Thank you Overlord. I guess most of my hardware problems can be attributed to that.