March 23, 200521 yr Hi,Is there any event to control Auto coordination (autorudder) in FS2004? I know of K:AUTOCOORD_ON/OFF for FS2002 but doesn't seem to work for FS2004...Tom
March 23, 200521 yr Hi Tom,I use the K:AUTOCOORD_TOGGLE event in FS2004, but this ONLY works if I have FSUIPC (even the unregistered version) installed. Same as in FS2002 as far as I know, but you were probably using FSUIPC (the 2.* version) there.I assume this is also the case for the On/Off events instead of the Toggle.Don't ask me why :-). I can't explain it, it's just something I noticed.Cheers, Rob Barendregt
March 23, 200521 yr Author Hi Rob,I'll try K:AUTOCOORD_TOGGLE. I do have FSUIPC -is there anybody out there who doesn't?:-)- , registered version; however K:AUTOCOORD_OFF didn't work when tested (maybe was a BAD test?:-roll )Best regardsTom
March 23, 200521 yr Author AUTOCOORD_TOGGLE didn't work either. Searched FSUIPC documentation but couldn't find anything related to autocoordination.It seems to need more reading and testing...Tom
March 25, 200521 yr > I do have FSUIPC -is there anybody out there who doesn't?:-)Err... I don't. :0 ... I got more than a little tired if seeing its error messages over and over again (esp. after the service pack). My mantra: If it has an add-on module - well its not added on my system. The functionality provided by fsuipc will one day be part of the sim. I will wait for that day.My 2cShad
March 25, 200521 yr Hi, Not sure all is ok, but this one works for me:A:Var, check: (A:AUTO COORDINATION, bool)Click Event:(L:hydraulic routine AC,enum) 0 == if{ 1 (>L:hydraulic routine AC,enum) (>K:AUTOCOORD_ON) } els{ 0 (>L:hydraulic routine 5,enum) (>K:AUTOCOORD_OFF) } 1 (>L:button sound,number) Don't mind the L:Var's, belong to my panel.Hope it helps,Jan"Beatus Ille Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment