Jump to content

Runway Awareness and Advisory System (RAAS) - Beta test


Recommended Posts

12 hours ago, RodgerC said:

I'm having the exact same problem.  No matter what I do I can't get Lua RAAS to load in FSUIPC7.  It initially didn't load, so I added it manually and I still cannot find it so I can assign a button.  I double and triple checked my installation per the instructions.  Don't know what else to do.  Any ideas?

EDIT:  Don't know if this matters, but what does show up in FSUIPC7 is "LUAKLLALL"

Thanks, Rodger

If Lua RAAS is not available in the FS command list of FSUIPC, most likely the RAAS.lua file is not in FSUIPC directory.

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

Link to comment
Share on other sites

  • Commercial Member
On 3/6/2022 at 5:42 PM, vgbaron said:

I've tried it as the only entry and along with other entries

[AUTO]

1=Lua RAAS 1

Is your script called 'RAAS 1.lua'? It is probably the space in the filename that is the issue. Try renaming to 'RAAS.lua' and use that name. Alternatively, you can try putting the script name in quotes (although I am not 100% sure that will work...). Best to avoid spaces in lua file names.

John 

Edited by John Dowson
Link to comment
Share on other sites

17 minutes ago, John Dowson said:

Is your script called 'RAAS 1.lua'? It is probably the space in the filename that is the issue. Try renaming to 'RAAS.lua' and use that name. Alternatively, you can try putting the script name in quotes (although I am not 100% sure that will work...). Best to avoid spaces in lua file names.

John 

John, the last '1' char is a parameter passed to the script (SAPI voice Id). Do you mean it's not supported in this manner?

Actually the parameter can be ommited - it will take '1' by default.

Edited by roland_lfor

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

Link to comment
Share on other sites

  • Commercial Member
7 minutes ago, roland_lfor said:

Do you mean it's not supported in this manner?

Yes. Spaces are valid in lua file names, so that will try to start a lua called 'RAAS 1.lua'. To pass a parameter, I think you need a comma to separate the lua file name from the parameter, so try
 

[AUTO]
1=Lua RAAS,1

Or if that is the default, as you say, just omit it.

John

  • Like 1
Link to comment
Share on other sites

[Auto]

1=Lua RAAS

 

This works in the fsuipc.ini. I load FSUIPC thru the "exe.xml" file and got the RAAS initialization "OK" message once I turned the batteries on.

-J

13700KF | RTX 4090 @ 4K | 32GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe

Link to comment
Share on other sites

7 hours ago, roland_lfor said:

If Lua RAAS is not available in the FS command list of FSUIPC, most likely the RAAS.lua file is not in FSUIPC directory.

I just realized I had an older version of FSUIPC7.  However when I updated it to the current version, I now don't have an assignments tab.  I have the paid version, and I understood that my registration number would automatically carry over.  The assignment tab is the only one missing.  Any suggestions to fix this?  Thanks

Link to comment
Share on other sites

1 minute ago, RodgerC said:

I just realized I had an older version of FSUIPC7.  However when I updated it to the current version, I now don't have an assignments tab.  I have the paid version, and I understood that my registration number would automatically carry over.  The assignment tab is the only one missing.  Any suggestions to fix this?  Thanks

As it's a problem with FSUIPC7, I suggest you ask on their support forum here:

https://forum.simflight.com/forum/183-fsuipc7-msfs/

  • Like 1

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

Link to comment
Share on other sites

  • Moderator

Made the change to 1=Lua RAAS and now auto works as expected.  🙂 

  • Like 2

 

RIG#1 - 7700K 5.0g ROG X270F 3600 15-15-15 - EVGA RTX 3090 1000W PSU 1- 850G EVO SSD, 2-256G OCZ SSD, 1TB,HAF942-H100 Water W1064Pro
40" 4K Monitor 3840x2160 - AS16, ASCA, GEP3D, UTX, Toposim, ORBX Regions, TrackIR
RIG#2 - 3770K 4.7g Asus Z77 1600 7-8-7 GTX1080ti DH14 850W 2-1TB WD HDD,1tb VRap, Armor+ W10 Pro 2 - HannsG 28" Monitors
 

Link to comment
Share on other sites

And I confirm also that we can pass the voice Id parameter in auto start if needed, using the comma separator:

1=Lua RAAS,3

 

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

Link to comment
Share on other sites

30 minutes ago, roland_lfor said:

1=Lua RAAS,3

How does we find the number of SAPI voices we have installed, and preview them? I've grown accustomed to Samantha in the Garmin GPSs and wouldn't mind bringing her along on some flights.

Added: https://support.microsoft.com/en-us/windows/appendix-a-supported-languages-and-voices-4486e345-7730-53da-fcfe-55cc64300f01

Edited by Twenty6
seek and ye shall find

-J

13700KF | RTX 4090 @ 4K | 32GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe

Link to comment
Share on other sites

You can see the voices installed in your system from /Settings/Accessibility/Narrator and Narrator's voices/Voices on right panel (W11).

They are not sorted by Id unfortunately.

If you own Pilot2ATC, in config/Voices Tab, it seems that usable TTS voices are sorted by increasing ID's.

Edited by roland_lfor

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

Link to comment
Share on other sites

19 hours ago, roland_lfor said:

You can see the voices installed in your system from /Settings/Accessibility/Narrator and Narrator's voices/Voices on right panel (W11).

They are not sorted by Id unfortunately.

If you own Pilot2ATC, in config/Voices Tab, it seems that usable TTS voices are sorted by increasing ID's.

Is it possible to use the Amazon voices that I use in Pilot2ATC?

 

Edit:

I used the wsay -l command that @seppran informed about. It works perfect.

Skjermbilde-2022-03-14-104206.png

Edited by espent

// 5800X3D // RTX 3090 // 64GB RAM // HP REVERB G2 //

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...