View Single Post
  #5  
Old 10-02-2012, 10:30 PM
whatnot whatnot is offline
Approved Member
 
Join Date: Nov 2009
Posts: 265
Default

Quote:
Originally Posted by bolox View Post
you are not the only one wanting this feature to be properly done.

Ut is possible , in theory, to write a script to output data- there are parameters available- just writing the code to output data in a format that is understandable to external devices is 'not simple' (to me at least )
see for instance
http://forum.1cpublishing.eu/showthr...t=34436&page=2

IL2 used a Devicelink protocol using UDP
Perfect, i followed your link and a chain after it and found that Z_Orientation is what I'm looking for. Do you know if there is actually a manual of this stuff or some more formal reference than just forum posts?

If I've understood correctly From postsmlike frog's in http://simhq.com/forum/ubbthreads.ph...3347984/4.html I would need to do a custom mission for this?

As A hack I wonder if I could just copy same C# file that outputs data to all folders in missions directory. For example by creating a script that fooks for every .mis file (custom and original) and just create .cs file with same name?

Sry, cant test it myself as I dont have pc atm
Reply With Quote