Difference between revisions of "Fr:Manuel:Config:Avancé"
Greendreamer (talk | contribs) (Created page with "{{Languages|Fr|Manual:Config:Advanced}} {{NAV_Manual | | previous=Config | up=Config | next=[[Manual:Config:Advanced:Bindings|Config:Advanced:...") |
Greendreamer (talk | contribs) m (moved Fr:Manual:Config:Advanced to Fr:Manuel:Config:Avancé) |
(No difference)
|
Revision as of 22:39, 3 January 2013
Ce site dans d'autres langues: Deutsch – English – Français – Español – Polski – Italiano – Nederlands – Руccкий – 简体中文
Config | Config | Config:Advanced:Bindings |
Configuration file structure
The VegaStrike configuration file vegastrike.config
is in an XML style as follows:
<vegaconfig> <!-- this line is a comment --> <bindings> <bind key="i" modifier="none" command="Screenshot" /> </bindings> <colors> <section name="unit"> <color name="ship_ambient" r="0.3" g="0.3" b="0.3" a="1.0"/> </section> </colors> <variables> <section name="data"> <var name="usingtemplates" value="false"/> </section> </variables> </vegaconfig>
As you can see, the configuration is separated into 3 parts: bindings
, colors
, and variables
. The colors
and variables
parts are each divided into sections. Learn more from the following pages:
See also
- Find a simple configuration variable listing at the CONFVAR page.
Config | Config | Config:Advanced:Bindings |