June 28, 200619 yr Has anyone gotten netpipes to actually work in terms of sending data to flight simulator?I realize I can use FSUIPC but for now I want to try and get netpipes working. I set up all the data structures correctly, memcpy'd them all into a buffer in the correct order, but when I do a pipe.write of the buffer MSFS gives me a black screen with a messagebox that reads "The selected Adventure is not a Microsoft Flight Simulator 95 file."This leads me to believe my formatting is wrong but I have checked it over several times and it seems to be correct. Does anyone have any tips or suggestions for me? (other than to switch to FSUIPC). The good news out of all this is that I am communicating with MSFS correctly and can do so through a buffer in memory...Here is what I am trying to send: a file header, data record header, data object section header, object definition data, data property section header, property definition data, data frame section header, frame data (with object property values following this), data record footer, file trailerAll I am telling it to do is to change speeds, but it doesnt like it=(Thanks!Andrew
Create an account or sign in to comment