De:Handbuch:Config:Erweitert:Variablen

From VsWiki
Jump to: navigation, search

Diese Seite in anderen Sprachen:   DeutschEnglishFrançaisEspañolPolskiItalianoNederlandsРуccкий简体中文


arrow_left.png Bindings arrow_up.png Erweiterte Konfiguration needtobefixed arrow_right.png

Konfigurationsvariablen

FIXME <Variables> + <colors> FIXME Syntax of the variables and where to put them.

"Physics" Abschnitt

  • collision_inertial_time [float] - FIXME
    • 1.25 (default)
  • game_speed [float]- Wird vom Setup entsprechend des Schwierigkeitsgrads gewählt.
    • 1 (default)
  • game_speed_lying [boolean] - FIXME
    • true
    • false (default)

"graphics" Abschnitt

  • head_lag [integer] - Verzögerung der Kopfbewegung. Wenn das Schiff gedreht wird, verzögert sich die Mitbewegung des Lopfes um einen bestimmten Faktor, der hier bestimmt wird. Letztendlich entscheidet dies, wie sehr das Cockpit im Spiel sich bewegt.
    • 10 (default)
  • pan_on_auto [boolean] - Sets if there should be an camera switch + flyby on autopilot activation. FIXME No longer used?
    • true (default)
    • false
  • shake_speed [float] - FIXME
    • 50 (default)
  • shake_reduction [float] - Cockpitschütteln wird vermindert.
    • 8 (default)
  • shove_camera_down [float] - FIXME
    • .3 (default)
  • shield_texture [string/file] - Textur für Schild Effekte. Da sie mit Alpha-Blending dargestellt wird, bedeutet Schwarz totale Transparenz.
    • shield.bmp (default)
  • reflectivity [float] - FIXME What does the next line mean?
    • .2 (default): (0.0-1.0) Standard Reflektionswert (1.0 ist sehr spiegelnd).
  • star_shine [string/file] - Eine Liste von .ani Dateien fpr Sonneneffekte.
    • shine.ani (default)

"hud" Abschnitt

  • radarType
    • WC (default) - Zeigt zwei Radarschirme am unteren Bildschirmrand. Das linke ist das Front- das rechte das Heckradar.
    • Elite - Zegt nur einen Radarschirm. Einheiten werden als Punkte und vertikale Linien dargestellt. Die Einheiten werden auf einer horizontalen Ebene (der Schiffsebene) dargestellt. Der Punkt ist die Position des Kontaktes auf dieser Ebene, während die Linie den Höhenunterschied darstellt.
  • min_target_box_size
    • .01 (default) - Minimale Zielaufschlussklammer.
  • DrawTargettingBoxes
    • true (default) - Enable box display. Allow drawAllTargetBoxes, drawLineToTarget, drawLineToTargetsTarget, drawAlwaysITTS .
    • false - Does not display any target box or docking box.
  • drawAllTargetBoxes
    • true - Display every units in boxes (not planets, jumps).
    • false (default) - Does not display units in boxes except the selected one.
  • drawLineToTarget
    • true - Eine Linie wird zwischen deinem und dem anvisierten Schiff gezogen. Erlaubt: drawLineToTargetsTarget. Does not seem to work (on 4rd March 2004).
    • false - Schaltet Linie ab.
  • drawLineToTargetsTarget
    • true - Schaltet Linie ab.
    • false - Zieht eine Linie zwischen deinem Ziel und dessen anvisierten Zieles.
  • drawLineToITTS
    • true - Zeichne ITTS Linie.
    • false (default) - FIXME
  • drawAlwaysITTS
    • true - Erzwinge ITTS Darstellung.
    • false (default) - FIXME
  • DrawTheirRelationColor - Bestimmt die Farbe der Zielaufschlussklammer.
    • true (default) - Die Farbe ändert sich passend zum Verhältnis des Zieles dir gegenüber.
    • false - Die Farbe ändert sich bezüglich deiner Beziehung zum Ziel.
  • drawNavSymbol - Does not seem to work (on 7th March 2004). FIXME
    • true - FIXME
    • false (default) - FIXME

"joystick" section

  • mouse_cursor - This parameter is set to true when [Mouse glide] control is selected in setup.
    • true - In-flight control using [Mouse glide]. When enabled, warp_mouse must be set to false.
    • false (default) - Set when no mouse support is required or when warp_mouse is set to true.
  • mouse_crosshair - Mouse cursor appearance when [Mouse glide] is selected (when mouse_cursor is true).
  • crosshairs.spr (default) - If mouse_cursor is true, this file contains the image to be used as cursor. This file must be located in the ./sprites directory. See the .spr file format HowTo:Edit HUDs.
  • warp_mouse This parameter is set to true when [Mouse warp] control is selected in setup.
    • true - In-flight control using [Mouse warp]. When enabled, mouse_cursor must be set to false.
    • false - Set when no mouse support is required or when mouse_cursor is set to true.
    • Note: if no in-flight mouse control is needed, both mouse_cursor and warp_mouse must be set to false.
  • reverse_mouse_spr Used when [Mouse glide] control is selected in setup (see mouse_cursor).
    • true (default) - Invert vertical mouse axis.
    • false - Does not invert vertical mouse axis.
  • draw_rendered_crosshairs
    • true (default) - Draw basic crosshairs using lines whatever the cockpit type is.
    • false - Use a sprite to draw the hud crosshairs. See cockpit file format HowTo:Edit HUDs. Each cockpit type might have its own crosshairs.
  • draw_vdus_from_chase_cam
    • true - Display the hud when chase view is active.
    • false (default) - does not display the hud when chase view is active.
  • draw_vdus_from_panning_cam
    • true - Display the hud when panning view is active.
    • false (default) - Does not display the hud when panning view is active.
  • draw_vdus_from_target_cam
    • true - Display the hud when target view is active.
    • false (default) - does not display the hud when target view is active.

"cockpitaudio" section

This section contains names of wave files that happen on these events.

Example

FIXME Insert a very short example code showing a variable definition (and subsections).

See also


arrow_left.png Config:Advanced:Bindings arrow_up.png Config:Advanced Config:Advanced arrow_right.png