Screen cut, no way to save new settings

  • Screen cut, no way to save new settings

    Hi guys, i installed CNC onto my laptop so that i can play while i am away from my main pc, i just ran it, and my screen resolution is way off, i have no way to save my settings, as i can only see half of my screen, i can change the resolution but i cant see the save button. Is there any config file or any way to change the resoution using keys in game as i cant do it?

    With kind regards

    Bubib5
  • Hi,

    in your "My Documnets\My Games\Cattle and Crops\Engine\" folder there should be a file called "engine.cfg"

    It should contain some variables like these.
    I am playing "Fullscreen" and 1920x1080.

    Maby try with a low resolution which fits your screen and/or try with "Fullscreen=0" which perhaps give you a chance to save these settings.

    Variable (name = "displayFull") {string {"1"}}
    Variable (name = "displayHeight") {string {"1080"}}
    Variable (name = "displayWidth") {string {"1920"}}

    Another possibility would be to start the game into game menu, open the "Console" pressing SHIFT+ESC
    Then set the variables like you need it:

    $displayFull="1"
    $displayHeight="1080"
    $displayWidth="1920"

    After you changed the values via console restart the game.


    Another possibility would be to "delete" or "rename" the engine.cfg and start the game with default settings.