SUNDAY PROBLEM?

Home Forums Support SUNDAY PROBLEM?

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2133
    capablanca
    Participant

    Hello again,
    Gradually improving my knowledge and skills in SODE.

    I have placed many objects in my scenery at varying days and months, with success.(using “ALL RELOAD!” in the SODE MENU i have found useful.)

    However, – I can place no object to appear on a Sunday!!??. I have tested all conceivable options in my syntax over the last few days, even SUN as SON – for simplicity my minibus appears dutifully on schedule with – “MON-WED” or “MON;WED;FRI”. When i try “SUN-TUE” or “TUE-SUN”or “SUN”, I get no appearance on the Sunday.
    All else works well so all connected etc. I had same problem placing cruise ships in Naples but have been more exhaustive on my tests now as it is a defect in my object placement – nothing there on Sundays!? Odd I know.
    code supplied for completeness.—

    <SODE>

    <!– Data Probe serving its clients –>
    <SimObject Name=”EDP COMPTON”>
    <Placement Lat=”50.966705″ Lon=”-2.157238″ Alt=”0#AGL” Hdg=”0.0″/>
    <Model SimTitle=”12bPilot_SODE_Environmental_Data_Probe”>
    <EnvironmentalDataProbe ClientList=”comptonbus”/>

    </Model>

    </SimObject>

    <!– comptonbus–>
    <SimObject Name=”comptonbus”>
    <Placement Lat=”50.966055″ Lon=”-2.155943″ Alt=”0#AGL” Hdg=”260″/>
    <Model SimTitle=”VEH_Air_TransBus_Euro_White_sm”>
    <ConditionalVisibility LogicExpression=”A$B”>
    <Condition ID=”A” Variable=”MonthOfYear” Value=”MAY-SEP”/>
    <Condition ID=”B” Variable=”DayOfWeek” Value=”SUN-THU”/>
    </ConditionalVisibility>
    </Model>

    </SimObject>

    </SODE>

    #2134
    12bPilot
    Keymaster

    Good catch! It’s a bug, Sunday was not properly recognized internally. This is because Prepar3D and FSX handles the days differently. SODE’s logic was using P3D definition only. Now it respects FSX as well.

    Fix is included in the next version.

    Thanks for reporting.

    #2135
    capablanca
    Participant

    Amusingly my wife commented, perhaps it didn’t work because you were religious!

    Cheers

    #2143
    12bPilot
    Keymaster

    Haha!

    Cheers

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.