oldpop Posted November 14, 2015 Report Posted November 14, 2015 In both P3d and FSX there are commands for "Transmitt all start" and "Stop". Is there a FSUIPC code for those functions?
spokes2112 Posted November 14, 2015 Report Posted November 14, 2015 I believe these are worded differently in the UI versus the actual commands. If this is for MP usage then yes FSUIPC has these commands. MP BROADCAST VOICE CAPTURE START 66735 MP BROADCAST VOICE CAPTURE STOP 66736 MP VOICE CAPTURE START 66684 MP VOICE CAPTURE STOP 66685
oldpop Posted November 15, 2015 Author Report Posted November 15, 2015 how does that mesh with this"http://www.prepar3d.com/SDKv2/LearningCenter/getting_started/multiplayer/multiplayer_chat.html"?
spokes2112 Posted November 15, 2015 Report Posted November 15, 2015 Like this I would assume - Standard keyboard assignments vs. FSUIPC assignments <Entry> <Key>Caps_Lock</Key> <-- Standard FSX / P3D keyboard assignment <Down>MP_VOICE_CAPTURE_START</Down> <---- ON KEY DOWN - MP VOICE CAPTURE START - FSUIPC Control = 66684 <Up>MP_VOICE_CAPTURE_STOP</Up> <---- ON KEY UP - MP VOICE CAPTURE STOP - FSUIPC Control = 66685 </Entry> <Entry> <Key>SHIFT+Caps_Lock</Key> <-- Standard FSX / P3D keyboard assignment <Down>MP_BROADCAST_VOICE_CAPTURE_START</Down> <---- ON KEY DOWN - MP BROADCAST VOICE CAPTURE START - FSUIPC Control = 66735 <Up>MP_BROADCAST_VOICE_CAPTURE_STOP</Up> <---- ON KEY UP - MP BROADCAST VOICE CAPTURE STOP - FSUIPC Control = 66736 </Entry>
oldpop Posted November 15, 2015 Author Report Posted November 15, 2015 Thanks, but I guess I am to dense to understand the difference between MP voice capture and MP broadcast voice capture. What is the difference?
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