Hi, I would like to add nebula compatibility to LSTM so multiplayer clients can view ILS information too.
The changes are that client will send a request to host to ask for the latest ILS storage data when opening UI or clicking the global button.
It adds NebulaAPI as soft dependency, so the plugin can still run when NebulaAPI is not present.
The only extra requirement is to reference NebulaAPI.dll in the development environment.
Hi, I would like to add nebula compatibility to LSTM so multiplayer clients can view ILS information too.
The changes are that client will send a request to host to ask for the latest ILS storage data when opening UI or clicking the global button. It adds
NebulaAPI
as soft dependency, so the plugin can still run whenNebulaAPI
is not present.The only extra requirement is to reference
NebulaAPI.dll
in the development environment.