User:Texnicer/devblog: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Proposals for every Aircraft, focusing (not only) on VFR ==
=== Toggle external/internal view (to avoid excessive cycling ===
'''found in: eurofighter, Version: HerbyW'''
<syntaxhighlight lang="xml">
  <key n="60">
  <name> > </name>
  <desc>Change Pilot Model</desc>
  <binding>
    <command>property-cycle</command>
      <property>/sim/current-view/view-number</property> 
      <value>0</value>
      <value>7</value>
  </binding>
</key>
</syntaxhighlight>
== Hack for scenery ==
== Hack for scenery ==
'''Thanks EGBB'''
'''Thanks EGBB/Woosh'''
  --prop:/sim/rendering/static-lod/bare=15000  
  --prop:/sim/rendering/static-lod/bare=15000  


Line 16: Line 33:
'''...happens when you do not transform LAT.nnnnnn into N|SLAT MIN.NNNNNN''' in your ICAO.groundnet.xml
'''...happens when you do not transform LAT.nnnnnn into N|SLAT MIN.NNNNNN''' in your ICAO.groundnet.xml


<pre>
<syntaxhighlight lang="xml">
<Parking index="4" type="ga" name="GA5" lat="N54 20.173" lon="E12 42.878" heading="270.00" radius="20" />
<Parking index="4" type="ga" name="GA5" lat="N54 20.173" lon="E12 42.878" heading="270.00" radius="20" />
<!--
<!--
Line 22: Line 39:
         -->
         -->
         <Parking index="5" type="ga" name="GAS" lat="54.336312" lon="012.716619" heading="350.00" radius="20" />
         <Parking index="5" type="ga" name="GAS" lat="54.336312" lon="012.716619" heading="350.00" radius="20" />
</pre>
</syntaxhighlight>


== Using the (Linux) console for calculation e.g. *60 or /60 of decimal/nautical minutes for parking coordinates ==
== Using the (Linux) console for calculation e.g. *60 or /60 of decimal/nautical minutes for parking coordinates ==
Line 69: Line 86:
=== Adding the model to the aircraft, positioning ===
=== Adding the model to the aircraft, positioning ===


''note: understanding the euclidian space, the axis, the system's origin, helps alot placing the model roughly and visual in the cockpit. finetuning can be done while correcting the .xml file being in the simulator and using the "debug"-menu and "reload model" once and again.
''note: understanding the euclidian space, the axis, the system's origin, helps alot placing the model roughly and visual in the cockpit. finetuning can be done while correcting the .xml file being in the simulator and using the "debug"-menu and "reload model" once and again.''
 
''note: you can easily use the tutorial marker from the debug menu in order to access the coordinates'' (you might want to install the modell 'pink circle' first)


'''in /Models/SenecaII.xml:'''
'''in /Models/SenecaII.xml:'''
114

edits

Navigation menu