• All time popuping menu bar when some one join/leave public server or change aircraft.

    Host mode not working for multiplayer, no one can join host servers, just public servers working.


    For hide menu bar popping should be edited this file C:\Program Files (x86)\Steam\steamapps\common\aerofly RC 7\menu\settings.mcf

    change this

    Code
    <[margin][tmguimenubar::DefaultClientMargin][]
            <[int32][Left][0]>
            <[int32][Right][0]>
            <[int32][Top][0]>
            <[int32][Bottom][0]>
        >

    to this for hide menu line

    Code
    <[margin][tmguimenubar::DefaultClientMargin][]
            <[int32][Left][0]>
            <[int32][Right][0]>
            <[int32][Top][0]>
            <[int32][Bottom][-40]>
        >

    to this for hide all menu

    Code
    <[margin][tmguimenubar::DefaultClientMargin][]
            <[int32][Left][0]>
            <[int32][Right][0]>
            <[int32][Top][-40]>
            <[int32][Bottom][0]>
        >


    But freezing stay anyway.

    Edited once, last by Bumerangas (March 3, 2019 at 11:19 AM).