You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extras/docs/troubleshooting.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,4 +94,21 @@ To fix it, you have several solutions :
94
94
To test that this is not the root cause of your issue, you can use the KerbalSimpitStressTest example. Subscribe to all the channels you want to use, and test several values of delay to see if some messages are lost. Then try on you controller to measure what is the delay between two calls to ``simpit.update`` and compare the two values.
95
95
96
96
97
+
I have some issues with custom action groups (CAG) when using Action Group Extended (AGExt)
For stock CAG (below 10), AGExt seems to disregard activating empty CAG. This means that the controller cannot activate any CAG between 1-10 even when the those CAGs can be activated via keyboard since the game allow to activate empty CAG.
103
+
104
+
There is also an issue that in some cases the toggling of a CAG is not working when the CAG content was not set at launch but is modified during flight.
105
+
The root cause might be the content of the stock CAG not being the same as the AGExt CAG with the same number.
106
+
Simpit is only using the AGExt CAG, not the stock one, when AGExt is installed.
107
+
In this case, you should check (and modify) CAG content using AGExt GUI only, not the stock one, to avoid this issue.
108
+
109
+
For non-stock CAG (11 and above), there seem to be an issue with empty CAGs.
110
+
AGExt allow to activate empty CAG, and the value of the CAG seems to be shared between several vessels (behavior not consistent with stock CAG).
111
+
Meaning that if craft A and B have an empty CAG 11, it can be toggled on any craft and when switching craft, the value is kept instead of being tied to the vessel.
112
+
If the CAG is populated on both craft, switching from one to the other works as expected.
113
+
114
+
There is no known workaround currently, the issue seems to be in the way AGExt handle those edgecases. AGExt should not be installed when not needed.
0 commit comments