Falcon BMS Forum
    • Register
    • Login
    • Search
    • Categories
    • Unread
    • Recent
    • Unsolved
    • Popular
    • Website
    • Wiki
    • Discord

    UI fullscreen resolution

    Technical Support (BMS Only)
    7
    10
    302
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sthalik last edited by

      I bought a pretty big display. When switching to the very small 4:3 resolution it makes a scary sound like old CRT’s did or old TV’s when changing the channel.

      Also it looks really atrocious on the big screen.

      Please run the UI in windowed mode while setting fullscreen for 3D! This isn’t hard! Would help not just me but get rid of 2D crashes as well.

      1 Reply Last reply Reply Quote 0
      • S
        sthalik last edited by

        I’m thinking of making a DLL wrapper that forces windowed mode when creating a Direct3D 9 device. Is there anything that would prevent it from working, from Falcon’s perspective?

        1 Reply Last reply Reply Quote 0
        • Dee-Jay
          Dee-Jay last edited by

          @sthalik:

          I bought a pretty big display. When switching to the very small 4:3 resolution it makes a scary sound like old CRT’s did or old TV’s when changing the channel.

          Also it looks really atrocious on the big screen.

          Please run the UI in windowed mode while setting fullscreen for 3D! This isn’t hard! Would help not just me but get rid of 2D crashes as well.

          IMO, it wouldn’t be a bad idea indeed as it would be more practical to use Mission Commander and Weapon Delivery Planner in parallel.

          ASUSTeK ROG MAXIMUS X HERO / Intel Core i5-8600K (4.6 GHz) / NVIDIA GeForce RTX 3080 Ti FE 12GB / 32GB DDR4 Ballistix Elite 3200 MHz / Samsung SSD 970 EVO Plus 2TB / Be Quiet! Straight Power 11 1000W Platinum / Windows 10 Home 64-bit / HOTAS Cougar FSSB R1 (Warthog grip) / SIMPED / MFD Cougar / ViperGear ICP / SimShaker JetPad / Track IR 5 / Curved LED 27'' Monitor 1080p Samsung C27F396 / HP Reverb G2 VR Headset.

          Eagle-Eye 1 Reply Last reply Reply Quote 0
          • Eagle-Eye
            Eagle-Eye @Dee-Jay last edited by

            There’s a simple way to do it already.

            If you use a desktop shortcut, and open its properties, on Target, add -window, so it looks like this

            "x:\Falcon BMS 4.33 U4\Launcher.exe" -window
            

            That way, when you launch BMS, it looks like this (1080p resolution). Because BMS UI still is 1024*768, it’s obviously a lot smaller on higher resolutions:

            Once you go through to 3D, however, it takes up the whole screen.

            ? S 2 Replies Last reply Reply Quote 0
            • ?
              Guest @Eagle-Eye last edited by

              Yeah, essentially, run the sim in windowed mode. Some people report a slight drop in performance, but test on your system to see how it affects you. However, I’m guessing you’re asking for a way to have your cake and eat it too….

              1 Reply Last reply Reply Quote 0
              • Arty
                Arty last edited by

                Just a flash that might help on the windowed fps drop.
                In game booster there is an option that disables desktop… Just a long shot.

                Στάλθηκε από το MI 5 μου χρησιμοποιώντας Tapatalk

                HOT LISTalt text

                System Specs:

                i7-2600K @ 4.8 Ghz WaterCooled / 16GB Ram. 128GB SSD/1TB SSD / GTX980Ti 6GB DDR5 / HOTAS COUGAR. TrackIR 4 / 3x24" Mon. (res:5760x1200) / Cougar MFD's / Wheel Pedals / Win 10 64 bit.

                alt text

                1 Reply Last reply Reply Quote 0
                • S
                  sthalik @Eagle-Eye last edited by

                  @Eagle-Eye:

                  There’s a simple way to do it already.

                  If you use a desktop shortcut, and open its properties, on Target, add -window, so it looks like this

                  "x:\Falcon BMS 4.33 U4\Launcher.exe" -window
                  

                  Once you go through to 3D, however, it takes up the whole screen.

                  3D mode doesn’t take the whole screen per se: even when forcing the borders off through a borderless tool, the window size is reduced by the window caption size.

                  Is there a technical reason why not do a D3D wrapper like this:

                  • check resolution on D3D9 device creation or reset
                  • if smaller or equal to 1024x768, force windowed on
                  • otherwise, all’s right in the world

                  Wish I had more time but this is happening in a while.

                  F 1 Reply Last reply Reply Quote 0
                  • Arty
                    Arty last edited by

                    Well this would kill the majority of users on 1920x1080 also might affect and the guys having 3+ monitors for flights Wich is the second and then comes the guys with one or more very high resolutions monitors.
                    Surely the trend going to lower price higher resolution monitors is an issue but having such thing as an option than being a default would be better.

                    Στάλθηκε από το MI 5 μου χρησιμοποιώντας Tapatalk

                    HOT LISTalt text

                    System Specs:

                    i7-2600K @ 4.8 Ghz WaterCooled / 16GB Ram. 128GB SSD/1TB SSD / GTX980Ti 6GB DDR5 / HOTAS COUGAR. TrackIR 4 / 3x24" Mon. (res:5760x1200) / Cougar MFD's / Wheel Pedals / Win 10 64 bit.

                    alt text

                    1 Reply Last reply Reply Quote 0
                    • F
                      Frederf @sthalik last edited by

                      @sthalik:

                      3D mode doesn’t take the whole screen per se: even when forcing the borders off through a borderless tool, the window size is reduced by the window caption size.

                      Is there a technical reason why not do a D3D wrapper like this:

                      • check resolution on D3D9 device creation or reset
                      • if smaller or equal to 1024x768, force windowed on
                      • otherwise, all’s right in the world

                      Wish I had more time but this is happening in a while.

                      Don’t use a (3rd party) borderless tool. Instead use the “Falcon BMS Display Extraction” (Display Extraction.exe) and set Borders checkbox unchecked. You will have 100% of your display resolution used without any losses to title bar or border pixels. Make sure not to “Enabled” any of the other extracted windows HUD, RWR, etc. unless you want them.

                      roccio 1 Reply Last reply Reply Quote 0
                      • roccio
                        roccio @Frederf last edited by

                        Using the way pointed by Frederf I have a 3D full screen windowed and in my case it runs even smoother than the fullscreen one.
                        I have two monitors, one or the Falcon 3d and one for cockpit extraction.

                        For the dll wrapper: it is not needed as changing size and position of a window is easily done with system calls, the only problem left is capturing the right mouse coorinates that are no scaled automatically.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        30
                        Online

                        10.6k
                        Users

                        21.0k
                        Topics

                        348.8k
                        Posts

                        Benchmark Sims - All rights reserved ©