CATIII Posted November 10, 2003 Report Posted November 10, 2003 Hi, I would like to know if there's any way to activate FS own replay mode WITHOUT having to go through the menus? If FSUIPC cannot do this, how can I send the appropriate key presses to FS (via WideFS)? Thanks for any help! CATIII
Pete Dowson Posted November 10, 2003 Report Posted November 10, 2003 I would like to know if there's any way to activate FS own replay mode WITHOUT having to go through the menus? Well, for recording I can see there are controls "DEMO_RECORD_1_SEC", "DEMO_RECORD_5_SEC", and "DEMO_STOP", but I don't see anything off-hand to start a playback, so I think maybe it isn't possible. If FSUIPC cannot do this, how can I send the appropriate key presses to FS (via WideFS)? As described in the WideFS documentation, keypresses on a Client, if received by WideClient (i.e. it must have keyboard focus), can be relayed to FS by setting "SendKeyPresses=Yes", but you cannot access Menus this way as that needs the ALT key. If you are writing a program with an FSUIPC interface, then key presses can be sent via offset 3200, and controls via 3110 (see the FSUIPC SDK). But, again, accessing the menu this way can be problematic because as soon as the Menu opens, FSUIPC is no longer running and so cannot send more keys. Regards, Pete
noodnik2 Posted November 14, 2003 Report Posted November 14, 2003 Excuse me if I'm in left field here (perhaps I didn't understand the original question), but this seems to be related to my recent interest in the MSFS "Flight Video Recorder" functions, accessible through Microsoft's "Netpipes SDK". Netpipes is available from Microsoft, at: http://www.microsoft.com/games/flightsip#netpipes As I hinted, I've recently gained some good experience with this facility, and can attest that it works pretty well in both FS2002 and FS2004. I'm using it to play back an NMEA data stream (recorded in real life) as a Microsoft FS Video.
CATIII Posted November 17, 2003 Author Report Posted November 17, 2003 Thank you Pete and noodnik2 for your help. I will give the netpipes sdk a try although I'm afraid I still have to learn something about C++ CATIII
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now