Severity:High Blocker
(Low - quality of life, workflow optimization, rare enough to not impact production, etc…
High - critical but workarounds are available, important feature not working as expected, frequent enough to impact production
Blocker - prevents from working on the project, prevents from releasing the product)
Marketplace package name: LHC Trinidad TB21 GT if applicable
Context: Mounted in Community, MSFS 2020 running in 2024.
Similar MSFS 2020 issue: None, MSFS it runs fine.
Bug description: Dark Screens in the daytime. You can barely see that it is on, but only barely. At night they are fine. I tried doing the day time boost coding in the model XML and that didnt work.
Repro steps: Load a flight in the Trinidad TB21 GT and note the screens in daytime.
Attachments:
Private attachments: Send a PM to @PrivateContent with the link to this topic and the link to download your content
My question concerning this is will Asobo be fixing the dark screen issue, or is this up to us. We are just days away from release. It would be good to know now if we need to fix this ourselves, and how to fix it.
Many thanks, Team Aosbo. Hope all is well. Keep up the great work.
Yes the plan is that this is fixed before release.
To be honest we are having an issue right now with those MSFS 2020 aircraft which did NOT connect their emissive to the sim day/night cycle - would it be the case for the LHC Trinidad TB21 GT?
It was not on my planes except perhaps one screen on one plane, the newest version G3X. That had it, a recent update. But, I tried entering that into one of my planes, the Trinidad, to bring the screens back, and it didnt work. Raul had shown us a way to put this in, but for some reason, it didnt work.
This is the code I used for some of the screens in the Trinidad;
Eric, does this look correct to you? I wonder if its the Panel Config section that might be causing this. Background color. On one of my instruments in this plane, it has an entry in the panel config for ‘emissive=0’ on the Clock unit. Should these have an emissive entry?
Fixed… @SimbolFSReborn found a mistake in the code I was using. That didnt clear it, but then I tried renaming the parts without spaces, putting in underscores, reexported the models, renamed them in the XML, and they worked.
So the day/night code fix is working, and the screens cannot (cannot) have spaces in the names, such as GNS530 Screen.
Is it the Node attribute in the XML Component tag that created issues when including a space? Maybe our exporters replace spaces with underscores - I’ll need to check about this.
@EPellissier - I can confirm we have this issue on our MSFS 2020 Blackbird Simulations / Shrike Simulations aircraft; they do not use the day night cycle as part of the emissive logic.
My code I had, had a bad character in it. Fixing that helped. Then when I took the space out of the 2 word name of the part, it then worked. Lights Nodes in the System Config do this also. You cannot have a space in the name or the game causes the name not to be fully read by the sim. If you close it, use an underscore, set that into the XML file as well as the part name, and make the entry for the day/night code control, then it all works fine.
Negative. This would be an entry you put into the Model Interior XML file. See above. You need to customize it to the name of your screen ‘part name’, and then modify the name of that code block to be similar to what you have. NO spaces in the names.