Aircraft-set.xml: Difference between revisions

Jump to navigation Jump to search
(Switch from {{fgaddon url}} to {{fgaddon aircraft source}}.)
(→‎The -set.xml file itself: startup section)
Line 124: Line 124:


The filename of the FDM file, without <code>.xml</code>.  For instance, if your FDM file is sopwithCamel1F1.xml, the aero section would look like <code><nowiki><aero>sopwithCamel1F1</aero></nowiki></code>.
The filename of the FDM file, without <code>.xml</code>.  For instance, if your FDM file is sopwithCamel1F1.xml, the aero section would look like <code><nowiki><aero>sopwithCamel1F1</aero></nowiki></code>.
The next section is the <code><startup></code> section, which can contain two elements:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 136: Line 138:


A small text to be shown above the splash texture during loading of an aircraft.
A small text to be shown above the splash texture during loading of an aircraft.
Example:
<syntaxhighlight lang="xml">
<startup>
  <splash-texture>images/splash.jpg</splash-texture>
  <splash-title>My Aircraft!</splash-title>
</startup>
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
482

edits

Navigation menu