hbeni / fgcom-mumble

A (flightsim) radio communication simulation based on mumble
GNU General Public License v3.0
17 stars 5 forks source link

Config: support mumble plugin config mechanism #47

Open hbeni opened 4 years ago

hbeni commented 4 years ago

The FGCom-mumble plugin already supports user configuration trough a fgcom-mumble.ini-file in the users home dir (see 0d257c6a699).

Once the mumble plugin framework pull request is done, Krzmbrzl wants to add a pugin config dir, where plugin configs can be placed (see https://github.com/mumble-voip/mumble/pull/3743#issuecomment-687406879). Once this is defined, we should also look for a config file there, so we are standards compliant. The file there should be parsed first, so already established config files in user dirs remain dominant.

hbeni commented 3 months ago

:information_source: 2088e86 introduced support for system wide fgcom-mumble.ini in linux