Skip to content

Commit

Permalink
Feature: Override label drawing/AI control in XPMP2.prf
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Feb 3, 2024
1 parent 04b61db commit f7c3333
Show file tree
Hide file tree
Showing 25 changed files with 391 additions and 211 deletions.
20 changes: 17 additions & 3 deletions Resources/XPMP2.example.prf
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,24 @@ defaultICAO A320
# type used to find CSL models for ground vehicles
carIcaoType ZZZC

# Override Label drawing configuration of the plugin
# on - Enables drawing of labels independent of the plugin's configuration
# auto - (default) Have the plugin control the configuration
# off - Enforces labels off
overrideLabelsDraw auto

# Override TCAS/AI control configuration of the plugin
# on - Enables TCAS/AI control independent of the plugin's configuration
# auto - (default) Have the plugin control the configuration
# off - Enforces TCAS/AI control off
overrideTCAS_Control auto

# MAIN SWITCH for supporting sending plane data to XPMP2 Remote Clients in the network
# off / auto / on
# with "auto" meaning: "on" if a networked X-Plane setup (display master/slave
# or network multiplay) is detected.
# on - Remote functionality is enabled, any XPMP2-based plugin waits for a
# remote client to become available on the network, will then send data
# auto - (default) Remote functionality is enabled if X-Plane is configured for a networked setup:
# display master/slave or network multiplayer
# off - Remote functionality is disabled
remoteSupport auto

#
Expand Down
4 changes: 2 additions & 2 deletions docs/html/2D_8h_source.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/html/Aircraft_8h_source.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/html/Sound_8h_source.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/html/Utilities_8cpp.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/html/Utilities_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7c3333

Please sign in to comment.