PDA

View Full Version : 2D panels cause CFS2 to freeze



Browncoat
June 30th, 2016, 21:34
Why do some aircraft 2D panels cause CFS2 to freeze?

Allen
June 30th, 2016, 21:46
Windows 7,8 or 10?

Open the panel.cfg with Wordpad or Notepad and remove all

render_3d_window=1

fround in the panel.cfg.

The basic of why CFS2 will lockup Windows 7,8 or 10 is that CFS2 and Windows 7,8 or 10 don't like have panel .bmps that are only 1024x768.

Browncoat
July 1st, 2016, 04:52
Thanks ALlen,

I'm running Windows 7 currently. What exactly does "render_3d_window=1" do, and why does Windows 7,8, and 10 dis like .bmps that are only 1024X768? Is there a way I can resize the .bmp files?

Thanks!
Browncoat

Allen
July 1st, 2016, 08:22
"render_3d_window=1" locks the bitmap in place. Panels with "render_3d_window=0" or no "render_3d_window=" the bitmap can be click on and dragged around on the screen like popup throttle or nav panels.

Why does Windows 7,8, and 10 dis like .bmps that are only 1024X768 is unknown. Basic MS paint should be able to resize them down to 800x600 but some system are having probs with render_3d_window= even with 800x600 and 640x480 panels .bmps. The best thing to do is remove "render_3d_window=1" and call it good.

bearcat241
July 1st, 2016, 15:16
...What exactly does "render_3d_window=1" ...

There are other benefits as well. If you do a lot of panel mods, you will note that all gauge switches fall into two main categories: CFS2-friendly and not. The friendly camp is subdivided between CFS/CFS2, FS98 and FS2000. If you have a panel setup as (=0), all of these types of switches and buttons are mouse clickable in 2D. But if the panel is (=1), only the CFS/CFS2 and FS2000 will be clickable - the older FS98 stuff is just static panel decor. So (=0) is a good way to go in most cases.

However, the downside of (=0) is your target box, display messages and "park brake" message will appear behind the 2D structures of the panel, cockpit window or canopy framing, whereas with (=1) all of these are visible on top of the 2D structures. In many of the legacy models we still fly today you will find some creative 2D panel setups designed to circumvent this quirk. For example, on some you might find a two part main panel with the canopy and windshield frame separate from the instrument panel itself. The upper framing will be (=1) in the pane.cfg, but the separate lower instrument area will be (=0) to keep the FS98 stuff clickable.

Allen
July 1st, 2016, 15:42
Oh... Forgot about those odd things... Haven't had to deal with them since the CFS1 days...