• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSX Working On Jodel D112.D (FreeWare) Using Blender 2.70

Hi everyone!

Here is a picture of my Jodel VC with all 3D instruments. I have decided that I am not going to use 2D instruments in the VC. No textures have been applied to the model yet. Just test materials for FSX.

Thanks, Krispy1001:)

jodel_vc1.png
 
It's in the SDK: C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\Variables\Simulation Variables.html

Note: you can use meters instead of feet, as long as it's a length unit, and so for other units.
 
Thank you very much. I have been looking into making 3D gauges for a model I have but I was only able to make the ASI by following a youtube tutorial. Now that I know where the documentation is, I might get around to creating some more:)
 
That looks very nice Kris, great to see you're doing 3D gauges :)




A quick question, where is the documentation for all the variables and their corresponding units? I couldn't find it:oops:

Hi Brianguy100!

Thank you!

And I am sorry that I did not see your question. I just log into my system today. Thank you Mr. DutcheeseBlend for answering the question.

Very nice Kris! If you need help in coding and animating these, please let me know, for example the VSI.

Hi Mr. Dutcheeseblend!

Thank you! And Thank you for telling me about 3D gauges.

I have all my 3D gauges working. The only two that I am have an issue fine tuning is attitude, and amps.

Here is the code for both instruments. I would appreciate help fine tuning them very much.

Code for Attitude:
<Animation name="needle_turn_coordinator" guid="AE54CE84-D52F-4de7-AF0E-67B0BEEC8A03" type="Sim" typeParam="AutoPlay" typeParam2="needle_turn_coordinator" length="40"/>

<PartInfo>
<Name>needle_turn_coordinator</Name>
<AnimLength>40</AnimLength>
<Animation>
<Parameter>
<Code>(A:Delta heading rate,rpm) 1 + 0 max 2 min 20 * </Code>
</Parameter>
</Animation>
</PartInfo>

The attitude needle is to sensitive. To much movement when the plane is banking.

Code for Amps:
<Animation name="jodel_amps" guid="e536e70b-df10-4957-769b-b8367f647e12" type="Sim" typeParam="AutoPlay" typeParam2="jodel_amps" length="100"/>
<PartInfo>
<Name>jodel_amps</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:ELECTRICAL MAIN BUS AMPS, Amperes) 3 * 1 +</Code>
</Parameter>
</Animation>
</PartInfo>

I had to use a multiplier on the code because the needle movement was not calibrated to my instrument.

Thank you very much!!:D

(As soon as I have a good feel for the coding for the instruments I will make a tutorial on making 3D gauges.)

Krispy1001:)
 
Hi Everyone!

Well I am ready to start testing my plane as a beta release. If you would like to beta test the plane for me just let me know.

I also have some new pictures of the inside of the cockpit at night, and day time.

All gauges are 3D except for the gps.


Thanks, Krispy1001:)

beta_jodel1.png


beta_jodel2.png
 
Hi Everyone!

I have just released the Jodel D112 aircraft that I created for (Freeware) FSX. You can download it at this link http://simviation.com/1/browse-Props-62-0 . If you do not see it type in search Jodel and click on the one that has my name in it Krispy1001.

I have also released the complete Jodel Blender Project as a teaching aid for new Blender users. You can find it here in the resources page under Aircraft design. The project name is Jodel Blender Project.

I would like to offer my thanks to all the people that have helped me.

Mr. Felix (Capt_X) Creator of Blender2FSX
Mr. Daan (DutcheeseBlend)
Mr. Kevintampa5
Mr. Ronh
Mr. N4gix
Mr. Heretic
Mr. Lionheart
Mr. Hairyspin
FSDeveloper.com community

I thank you all very much!:)

Specail Thanks to:

Mr. Felix (Capt_X) Creator of Blender2FSX
Mr. Daan (DutcheeseBlend)

With out Mr. Felix, and Mr. Daan, I would not have been able to complete my Project with out your guys help.
You are both very good friends!:D


Happy Blendering! Kris:)
 
Back
Top