Update README.md

This commit is contained in:
ags
2024-07-13 16:10:04 +01:00
committed by GitHub
parent b26b5b115b
commit 2ce3836130

View File

@@ -76,6 +76,9 @@ That probably means that your database does not support JSON functions, you shal
### I keep getting 1364 MySQL error ### I keep getting 1364 MySQL error
Make sure that STRICT_TRANS_TABLES is disabled at your MySQL server, see: https://stackoverflow.com/questions/37964325/how-to-find-and-disable-mysql-strict-mode Make sure that STRICT_TRANS_TABLES is disabled at your MySQL server, see: https://stackoverflow.com/questions/37964325/how-to-find-and-disable-mysql-strict-mode
### Dynamic slots (DCS 2.9.6 onwards) are not tracked
Not yet handled. (Existing server-side events do not support this yet).
### Carrier landing are not tracked correctly ### Carrier landing are not tracked correctly
DCS API does not track carrier or FARP operations natively, so there is a trick to achive that. At this point of time to detect FARP operations, the FARPs shall have "FARP" string in the group name (set in mission editor). For carrier operations the string "SHIP" is required within group name. DCS API does not track carrier or FARP operations natively, so there is a trick to achive that. At this point of time to detect FARP operations, the FARPs shall have "FARP" string in the group name (set in mission editor). For carrier operations the string "SHIP" is required within group name.