space928 / Omsi-Extensions

Omsi hooking and modding sdk
GNU Lesser General Public License v3.0
15 stars 3 forks source link

Triggers #66

Closed Unknown4096 closed 8 months ago

Unknown4096 commented 1 year ago

Hello!

OmsiHook, like the plugin for OMSI, allows you to read and write variables, but does not allow you to switch triggers. Is it possible to do trigger switching, or are there problems in the OMSI memory implementation that make it impossible?

Thanks!

space928 commented 1 year ago

Hi, I think with the release of our upcoming remote procedure calls code, this should be feasible to implement. That being said it would still be a fair amount of work so I can't promise anything within the near future. I haven't had time to work on this project in quite some time now, but should get back to it this summer.

On Sat, 8 Apr 2023 at 21:04, Unknown4096 @.***> wrote:

Hello!

OmsiHook, like the plugin for OMSI, allows you to read and write variables, but does not allow you to switch triggers. Is it possible to do trigger switching, or are there problems in the OMSI memory implementation that make it impossible?

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/space928/Omsi-Extensions/issues/66, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADTN4ASMV2GR2QZGNJMRM23XAHAFLANCNFSM6AAAAAAWXUSCJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thomas

Joost1991 commented 9 months ago

Also in my recent development I encountered this problem.

Would love to see this integrated.