Cross-application communication

Your forum for all discussions around Modding.
GLeBaTi
Posts: 3
Joined: Thu Jul 15, 2021 5:13 pm

Cross-application communication

Post by GLeBaTi »

Hello. Is it possible to create mod that can do this:
- pass ingame sensors information to another application
- pass commands from another app to game?
And how can i do this. Thanks.
s8080t
Posts: 712
Joined: Wed Nov 20, 2019 9:26 pm

Re: Cross-application communication

Post by s8080t »

There's a Remote Debugger on GDN - maybe you want to start hacking around with this?
I'm not aware of an API, thoug.

Dedicated Servers could be a different thing, IIRC tthere where some people squeezing at least some status info out of it. Maybe this could be a starting point as well.
Languages: DE/EN
Plattform: PC
Meine Mods
Grünlandsuchti
IT-Spezialexperte
OpenSource-Verfechter
Drmattymd
Posts: 792
Joined: Sun Oct 30, 2016 3:54 pm
Location: VA, USA

Re: Cross-application communication

Post by Drmattymd »

Isnt that basically what Sim dashboard does?
Playing on PC and PS4
GLeBaTi
Posts: 3
Joined: Thu Jul 15, 2021 5:13 pm

Re: Cross-application communication

Post by GLeBaTi »

Drmattymd wrote: Fri Jul 16, 2021 12:37 am Isnt that basically what Sim dashboard does?
Yes i want to make by himself something like this "Sim dashboard".
GLeBaTi
Posts: 3
Joined: Thu Jul 15, 2021 5:13 pm

Re: Cross-application communication

Post by GLeBaTi »

s8080t wrote: Thu Jul 15, 2021 10:28 pm Dedicated Servers could be a different thing, IIRC tthere where some people squeezing at least some status info out of it. Maybe this could be a starting point as well.
Thanks. I will look at this.


I fount that i can save information into XML by API. Maybe this is a solution...
Post Reply