Results 1 to 4 of 4

Thread: Another Widescreen problem | Forums

  1. #1
    I modified my graphics.cfg and view.lua as discussed in many a thread. That all works fine.
    DisplayMode
    {
    resolution = {1920, 1200};
    bpp = 32;
    fullscreen = 1;
    aspect = 1.6;
    Interface
    {
    resolution = {1920, 1200};
    bpp = 32;
    fullscreen = 1;
    }
    Simulation
    {
    resolution = {1920, 1200};
    bpp = 32;
    fullscreen = 1;
    aspect = 1.6;
    }
    }


    The only problem I now have is that the screen messages are way off center (the QUIT and Press S to START mesagess are in lower right corner) and the radio commands are off the screen ('\' commands). Also, as the mission is loading, I only see about the upper left quarter of the image. So it seems consistent that somewhere the game thinks the screen is bigger than it actually is.
    Is there some parameter I am missing?
    TIA
    Reply With Quote Reply With Quote

  2. #2
    This file looks incomplete to me. Here's what mine looks like:

    In your Lock on installation folder go here

    C:\Program Files\Ubisoft\Eagle Dynamics\Lock On\Config\graphics

    and make changes as follows:



    DisplayMode

    {

    resolution = {1680, 1050}; (or whatever YOUR resolution will be)
    bpp = 32;

    fullscreen = 1;

    aspect = 1.6 (1680 / 1050 = 1.6)

    Interface

    {

    resolution = {1680, 1050};

    bpp = 32;

    fullscreen = 1;

    aspect = 1.6;

    }

    Simulation

    {

    resolution = {1680, 1050};

    bpp = 32;

    fullscreen = 1;

    aspect = 1.6;

    }

    AVI

    {

    resolution = {640, 480};

    fullscreen = 0;

    aspect = 1.6;

    }

    IMPORTANT!!- The aspect ratio will revert back to 1.333333 EVERYTIME you make a change in LOMAC's option menu.

    [color:RED]Need help? Click sig for Kon's *NOOB FRIENDLY* LOMAC site[/color]
    Click [url=http://konkussion.proboards.com/i
    Reply With Quote Reply With Quote

  3. #3
    OK, I tried adding the AVI section like you posted but it did not seem to change anything. I used to have the overall resolution and Interface resolution at 1024x768 but my Radeon x1950 would sometimes lose the connection to the monitor when exiting the mission. I thought keeping the resolution the same would help the problem (which it does), but I just can't see the radio menu when in a mission. Very weird.
    Thanks for your help so far.
    Reply With Quote Reply With Quote

  4. #4
    Noo Die Evil Pinja infested Lewicide's Avatar
    Join Date
    Dec 2004
    Posts
    313
    I have exactly the same problem

    is there any solution

    cheers
    Reply With Quote Reply With Quote

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •