ConditionSingle in sound.cfg

Willkommen in der OMSI-WebDisk!
Als Gast kannst du nur Inhalte in deiner ausgewählten Sprache sehen. Registrierte Nutzer können die Sichtbarkeit anderer Sprachen in ihrem Kontrollzentrum aktivieren, weitere Infos hier.
Alle Themen sind in den Foren mit einer Sprachflagge gekennzeichnet: = Englisch [EN], = Deutsch [DE], = Französisch [FR]. Wenn du die angegebene Sprache nicht beherrschst, schreibe auf Englisch!
  • Maybe this is trivial, but I can't figure out exactly the structure from sound.cfg

    Let's say we have the following situation:



    What is the relation between these 2 conditions? Do they both need to be fulfilled in order for that sound to play (therefore an AND operator), or either one is sufficient (i.e. an OR operator)?

  • AFAIK it will behave the same way as with two volcurves, namely one will be ignored completely.


    If you need to depend on multiple variables, join them using add/mul and logical operators as you wish on the script level, and then use an "identity" volcurve (0..1 mapped to 0..1) in the sound file.