umautobots / GTAVisionExport

Code to export full segmentations from GTA
MIT License
126 stars 42 forks source link

Socket connection for autodriving #15

Closed racinmat closed 6 years ago

racinmat commented 7 years ago

In the VisionExport.cs, there is socket connection to some server here and apparently being used to instruct this mod here but it is nowhere mentioned in the documentation, neither I found source code for this. Do you plan to opensource it? Did anyone manage to get this working with their own implementation?

barcharcraz commented 6 years ago

we ended up using autostarting and automatic reloading instead of the socket connection.

racinmat commented 6 years ago

Oh, I see. Well, I created socket client with webserver so it can be started by clicking buttons. Hope someone will find it helpful. https://github.com/racinmat/GTAVisionExport-Server