* Gerard Robin -- Monday 13 June 2005 16:32:
> Le lundi 13 juin 2005 � 15:16 +0100, Vivian Meazza a �crit :
> > --prop:/sim/rendering/clouds3d-enable=1
> > --prop:/sim/rendering/clouds3d-cache-size=4096

> Does not work the program overload the data.

I have since a long time --config=$FG_HOME/preferences.xml in my ~/.fgfsrc[1]
(where $FG_HOME is set to $HOME/.fgfs/), and this ~/.fgfs/preferences.xml
file says (among many other things):


    <nasal>
        <local>
            <script><![CDATA[
                INIT = func {
                    setprop("/ai/models/ship/controls/glide-path", 0);
                    setprop("/sim/sound/volume", 0.6);
                    setprop("/sim/rendering/clouds3d-cache-size", 4096);
                }
                settimer(INIT, 0);
                ]]>
            </script>
        </local>
    </nasal>



[1] OK, that's a lie. I *had* that in my ~/.fgfsrc, but I dropped that file
because fgrun overwrote it (which is fixed now), so I moved it into my
~/bin/fgfs wrapper as command line option. But that's just a minor detail.  :-)

_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to