Version: 1.5.4.0
Frequency: Consistently
Severity: Blocker
**Marketplace package name:**NA
Context: What package? any package in devmode
Bug description:
Unable to load Working title model behaviors for G3000V2
Not matter what I do, it never finds the behaviors files, something is fundamentally wrong here, I am about to give up, been trying this days guys, it cannot be this hard to just invoke the G3000 behaviors file into my cockpit?.
Repro steps:
Just put this in the definition:
<Behaviors version="1">
<Include ModelBehaviorFile="Asobo\Common.xml"/>
<Include ModelBehaviorFile="Asobo\Generic.xml"/>
<Include ModelBehaviorFile="WorkingTitle\GlassCockpit\G3000v2\BehaviorsV1\G3000.xml"/>
<Component ID="AS3000">
<UseTemplate Name="WT_G3000_PFD_Template">
<ID>1</ID>
</UseTemplate>
<UseTemplate Name="WT_G3000_PFD_Template">
<ID>2</ID>
</UseTemplate>
<UseTemplate Name="WT_G3000_MFD_Template">
</UseTemplate>
</Component>
</Behaviors>
It result with errors in the console:
Obviusly the SDK is installed correctly:
And uppon inspection on the VFSprojector, the definition where these are stored by the VFS projector seems different, I also noticed the two airplanes that uses the G3000 (TBM and SF50) they copied the G3000 behaviors locally? and then reference them locally by using include relative model files inside their own package?
Surely that cannot be right? if then in a next SDK / patch comes, and those behaviors have fixes, the airplanes would not receieve them unless you re-copy things to recompile?
FEEDBAK
Discovering how to set up each of the new avionics in MSFS 2024 is incredible difficult to work out, and it shouldn’t be this hard to put some avionics behaviors into an aircraft, I consider myself an advanced developer after having delivered 3 airplanes in MSFS 2020, 2 of them considered one of the best in the market on their class, and yet here I am 3 days trying to put G3000 avionics for my product unsucessfully.
1st problem: Screen textures requires emission factors as minimun as 3500, nothing in the documentation explain this, failing to set emission factors on the material results on avionics being black all the time, I managed to inspeac a GTLF file of the TBM via the inspector to learn this the hard way, this should not be the case.. any new developer coming into the space, would just give up thinking is too hard to do this, specially freeware devs,
2nd problem: Model behaviors as reported here, still stuck unable to make them work.. looks like I have to copy then locally to get going, but surely, this is not the right way to do things?
Any help on this would be greatly apreciated.
Best,
Raul



