Draft: Add feature to disable GPS Blufore Tracking#118
Open
S3ler wants to merge 17 commits intojetelain:masterfrom
Open
Draft: Add feature to disable GPS Blufore Tracking#118S3ler wants to merge 17 commits intojetelain:masterfrom
S3ler wants to merge 17 commits intojetelain:masterfrom
Conversation
Create .gitignore, added: .idea/ .hemttout/
Fix not parsable property values in: - cTab_TAD_controls.hpp - cTab_TAD_controls.hpp
It is like the GPS on the devices is locked to one position and broken.
Owner
|
Build errors have been fixed in #119 |
Owner
|
Changes to |
…o apply user preferences related to grid precision
jetelain
approved these changes
Jan 15, 2026
Owner
|
Looks good to me, tell me when you want to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add feature to disable GPS Blueforce Tracking for player and vehicles via script.
This enables mission designer to disable GPS Blueforce Trackers to be stuck at entrances of buildings or tunnels.
Following functions to control GPS Blueforce Tracking are available:
cTab_fnc_disableBFT
Set BFT tracking state for an object to false and saves current position, direction. Propagates all values over the network.
cTab_fnc_enableBFT
Set BFT tracking state for an object to true. Propagates all values over the network.
Note: This still needs some update of documentation.