1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<html>
<head>
<style type="text/css">
.fragment {
font-family: monospace
}
PRE.fragment {
border: 1px solid #CCCCCC;
background-color: #f5f5f5;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 2px;
margin-right: 8px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
padding-bottom: 4px;
}
</style>
</head>
<body>
<h1>Standard interface settings for model creators</h1>
To make things easy, every model should behave just right out of the
box. So before adjusting control throws on the model you design, please
make sure that your control settings are standard, too:
<ul>
<li>Open the dialog 'Options | Controls'</li>
<li>Hit 'Configure...' -- you will see indicators showing your
stick movements. Make sure it is correctly calibrated (full swing
on every stick) or recalibrate. Close this dialog.</li>
<li>Open the mixer dialog using the button 'Mixer...'. Set every
'trim' to zero and every 'nrate' to 1.0.
</ul>
</body>
</html>
|