Jump to content

Recommended Posts

Posted

I wrote this one up for Shoot 1.6.4 to just radio commands. I just kind of slapped it together.

Each phrase is the same that you see when hitting the F menu's.

 

For example you say tower it will send both the \ key and the corresponding F key (I forget it now) to bring up the tower menu.

Then you say inbound and it brings up that corresponding F key.

So you say "Tower inbound" with a slight delay between the words. It seems to pick ip up pretty well speaking normally though as long as you don't slur the words together.

 

There were a few problems that had to deviate from the commands structure. So to help with that, you could also just say F2 for example to send F2 and so on if it gets stuck.

 

Also I have phrase "two" for wingman 2 as well etc.

Rejoin formation didn't work out because it's a differnt F# when sending from the wingman command then the Flight command.

So it's just "rejoin" = F8 to send to a wingman and "rejoin formation" = F7 to send to the flight.

Datalink is hard for it to understand sometimes, and "point " just will not be recognized no matter how I spell it. So it's just "datalink" =F3 for datalink point and "data target" = F9 for datalink target.

 

I have it set as push and hold the button to transmit. But it's programmed to button 21 on my throttle which is on my device 1.

You would have to modify this with whatever you want to activate it.

I also have it set to make mic clicks. So hopefully you have those wave files or that might need to be changed as well.

 

Just copy and paste whats below into notepad and save as an .xml document.

 

Hopefully your somewhat familiar with shoot profiles to get it working and this might save you some time. But if you need some help to modify things, let me know.

 

<?xml version="1.0" encoding="iso-8859-1"?>

<shoot-config>

<!--push-to-talk initial-state="on" mode="hold">

<key type="F10" />

</push-to-talk-->

<push-to-talk initial-state="off">

<hold on-press="enable">

<key type="HOME"/>

<button device="1" number="21"/>

</hold>

<toggle>

<key type=""/>

</toggle>

</push-to-talk>

<command-list>

<!--MASTER COMMANDS-->

<command name="FLIGHT" phrase="flight">

<key type="\" />

<key type="F1" />

</command>

<command name="Wingman 2" phrase="Wingman two">

<key type="\" />

<key type="F2" />

</command>

<command name="wing 2" phrase="two">

<key type="\" />

<key type="F2" />

</command>

<command name="Wingman 3" phrase="Wingman three">

<key type="\" />

<key type="F3" />

</command>

<command name="Wing 3" phrase="three">

<key type="\" />

<key type="F3" />

</command>

<command name="Wingman 4" phrase="Wingman four">

<key type="\" />

<key type="F4" />

</command>

<command name="Wing 4" phrase="four">

<key type="\" />

<key type="F4" />

</command>

<command name="Tower" phrase="Tower">

<key type="\" />

<key type="F6" />

</command>

<command name="Ground crew" phrase="ground crew">

<key type="\" />

<key type="F10" />

</command>

<command name="Ground maintenance" phrase="ground maintenance">

<key type="\" />

<key type="F10" />

</command>

<command name="Maintenance" phrase="maintenance">

<key type="\" />

<key type="F10" />

</command>

<command name="F1" phrase="F one">

<key type="F1" />

</command>

<command name="F2" phrase="F two">

<key type="F2" />

</command>

<command name="F3" phrase="F three">

<key type="F3" />

</command>

<command name="F4" phrase="F four">

<key type="F4" />

</command>

<command name="F5" phrase="F five">

<key type="F5" />

</command>

<command name="F6" phrase="F six">

<key type="F6" />

</command>

<command name="F7" phrase="F seven">

<key type="F7" />

</command>

<command name="F8" phrase="F eight">

<key type="F8" />

</command>

<command name="F9" phrase="F nine">

<key type="F9" />

</command>

<command name="F10" phrase="F ten">

<key type="F10" />

</command>

<command name="F11" phrase="F eleven">

<key type="F11" />

</command>

<command name="F12" phrase="F twelve">

<key type="F12" />

</command>

<command name="Back" phrase="back">

<key type="F11" />

</command>

<command name="Exit" phrase="exit">

<key type="F12" />

</command>

<command name="Engage" phrase="engage">

<key type="F1" />

</command>

<command name="My Target" phrase="my target">

<key type="F1" />

</command>

<command name="My enemy" phrase="my enemy">

<key type="F2" />

</command>

<command name="Bandits" phrase="bandits">

<key type="F3" />

</command>

<command name="Air defences" phrase="air defences">

<key type="F4" />

</command>

<command name="Ground targets" phrase="ground targets">

<key type="F2" />

</command>

<command name="Mission and rejoin" phrase="mission and rejoin">

<key type="F2" />

</command>

<command name="Mission and RTB" phrase="mission and R T B">

<key type="F8" />

</command>

<command name="Data link target" phrase="data target">

<key type="F9" />

</command>

<command name="Data link targets" phrase="data targets">

<key type="F10" />

</command>

<command name="Go pincer left" phrase="go pincer left">

<key type="F2" />

<key type="F1" />

</command>

<command name="Go pincer right" phrase="go pincer right">

<key type="F2" />

<key type="F2" />

</command>

 

<command name="Go to" phrase="go to">

<key type="F3" />

</command>

<command name="Base" phrase="base">

<key type="F1" />

</command>

<command name="Return to base" phrase="return to base">

<key type="F1" />

</command>

<command name="Route" phrase="Route">

<key type="F2" />

</command>

<command name="Root" phrase="root">

<key type="F2" />

</command>

<command name="Data link point" phrase="dayta link">

<key type="F3" />

</command>

<command name="Cover me" phrase="cover me">

<key type="F4" />

</command>

<command name="Jettison weapons" phrase="jettison weapons">

<key type="F5" />

</command>

<command name="Go formation" phrase="go formation">

<key type="F6" />

</command>

<command name="formation" phrase="formation">

<key type="F6" />

</command>

<command name="Heavy" phrase="heavy">

<key type="F1" />

</command>

<command name="Combat cruise" phrase="combat cruise">

<key type="F2" />

</command>

<command name="Combat spread" phrase="combat spread">

<key type="F3" />

</command>

<command name="Trail" phrase="Trail">

<key type="F4" />

</command>

<command name="Overwatch" phrase="over watch">

<key type="F3" />

</command>

<command name="left" phrase="left">

<key type="F6" />

</command>

<command name="Right" phrase="right">

<key type="F7" />

</command>

<command name="Tight" phrase="Tight">

<key type="F8" />

</command>

<command name="Cruise" phrase="Cruise">

<key type="F9" />

</command>

<command name="Combat" phrase="combat">

<key type="F10" />

</command>

<command name="Rejoin formation" phrase="rejoin formation">

<key type="F7" />

</command>

<command name="Reconnaissamce" phrase="reconnaisance">

<key type="F6" />

</command>

<command name="Recon" phrase="recon">

<key type="F6" />

</command>

<command name="1km" phrase="one kelo">

<key type="F1" />

</command>

<command name="2km" phrase="two kelos">

<key type="F2" />

</command>

<command name="3km" phrase="three kelos">

<key type="F3" />

</command>

<command name="5km" phrase="five kelos">

<key type="F4" />

</command>

<command name="8km" phrase="eight kelos">

<key type="F6" />

</command>

<command name="10km" phrase="ten kelos">

<key type="F6" />

</command>

<command name="point" phrase="point">

<key type="F7" />

</command>

<command name="Hold" phrase="hold">

<key type="F7" />

</command>

<command name="Rejoin" phrase="rejoin">

<key type="F8" />

</command>

<command name="Request engines launch" phrase="request engines launch">

<key type="F1" />

</command>

<command name="Request taxi to runway" phrase="request taxi to runway">

<key type="F2" />

</command>

<command name="Request control hover" phrase="request control hover">

<key type="F3" />

</command>

<command name="Request takeoff" phrase="request takeoff">

<key type="F4" />

</command>

<command name="Inbound" phrase="inbound">

<key type="F5" />

</command>

<command name="Request landing" phrase="request landing">

<key type="F6" />

</command>

<command name="Request asimuth" phrase="request asimuth">

<key type="F7" />

</command>

<command name="Request asimuth2" phrase="request asmith">

<key type="F7" />

</command>

<command name="Change payload" phrase="change payload">

<key type="F1" />

</command>

<command name="Ferry" phrase="ferry">

<key type="F1" />

</command>

<command name="Deep strike" phrase="deep strike">

<key type="F2" />

</command>

<command name="Anti tank" phrase="anti tank">

<key type="F3" />

</command>

<command name="CAS" phrase="C A S">

<key type="F4" />

</command>

<command name="Close air support" phrase="close air support">

<key type="F4" />

</command>

<command name="Weight reduced" phrase="weight reduced">

<key type="F5" />

</command>

<command name="Default payload" phrase="default payload">

<key type="F6" />

</command>

<command name="Refuel" phrase="refuel">

<key type="F2" />

</command>

<command name="25 percent" phrase="twenty five percent">

<key type="F1" />

</command>

<command name="50 percent" phrase="fifty percent">

<key type="F2" />

</command>

<command name="Maximum" phrase="maximum">

<key type="F3" />

</command>

<command name="Combat weight" phrase="combat weight">

<key type="F3" />

</command>

<command name="Max ferry weight" phrase="max ferry weight">

<key type="F4" />

</command>

<command name="Change helmet" phrase="change helmet">

<key type="F3" />

</command>

<command name="HMS" phrase="H M S">

<key type="F1" />

</command>

<command name="NVG" phrase="N V G">

<key type="F2" />

</command>

<command name="Ground electric power" phrase="ground electric power">

<key type="F4" />

</command>

<command name="On" phrase="on">

<key type="F1" />

</command>

<command name="Off" phrase="off">

<key type="F2" />

</command>

<command name="Select power source" phrase="select power source">

<key type="F5" />

</command>

<command name="Turbo gear" phrase="turbo gear">

<key type="F1" />

</command>

<command name="Rotor gear" phrase="rotor gear">

<key type="F2" />

</command>

 

 

 

</command-list>

<sounds>

<sound type="recognized" source="recognized.wav" pan="0" volume="100"/>

<sound type="not-recognized" source="notrecognized.wav" pan="0" volume="100"/>

<sound type="speech-enabled" source="speechenabled.wav" pan="0" volume="100"/>

<sound type="speech-disabled" source="speechdisabled.wav" pan="0" volume="100"/>

</sounds>

</shoot-config>

  • 4 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...