Swapout check add guardian exclusions #2533
Replies: 5 comments
-
If the message comes too often, you could try to counteract it by changing the calculation values. Or prevent the call of the script in general. For this you have to search the whole character after calling the script and change the call as shown below. |
Beta Was this translation helpful? Give feedback.
-
Thanks for reply. The swapout check can't be dissabled from ui checkbox.Is grayed out. By editing the script you mean this ? : {_ Function to report if a module is cheaper in outfitting that on the ship} {_reportIfCheaper(ship.powerplant)} |
Beta Was this translation helpful? Give feedback.
-
That's right, you can't disable the function via the UI. You have to search all scripts after calling the "Swapout check" script. The script is called like this {F("Swapout check")}. If you add a "" to the braces (so { text _}, the content will be interpreted as text and not called. I'll have a look in my character how often "Swapout check" is called. In my character, the script is called in two other scripts, and those are "Market information updated" and "Stored modules". In these two scripts I would have to change the notation as described above so that the "Swapout check" script is not called. Do you use the original EDDI character? In this I can also look again. Do you have an "own" character, you have to search at your place. I use "notepad++" for it. Ok, here is the original EDDI script "Market information updated". In line 32 change {swapoutcheck} to {_ swapoutcheck _} or just delete this entry.
|
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi there. I'll update the
I'll also shift the Limpet Check script from being triggered by |
Beta Was this translation helpful? Give feedback.
-
Hi. The swapout check can go violent if you have some guardian modules. I get lots of messges about swapping possibility for reduce cost. This can be painfull if you docking oft.
Beta Was this translation helpful? Give feedback.
All reactions