Everything posted by opus49
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
Grammar Police SUPPORT Thread
I am no longer monitoring or responding to this thread. Support will only be provided via Discord: https://discord.gg/AuJCUag Consider joining the Unofficial LSPDFR Support Server: https://discord.gg/mJMKAd5 Frequently Asked Questions Why is my game freezing after installing Grammar Police? Grammar Police says it could not initialize a SpeechRecognitionEngine. What gives? Grammar Police causes a crash when I try to call for backup. Does Grammar Police support my language? Where can I see a list of values for mapping keys? How do I see the public functions in a plugin? Grammar Police doesn't understand anything I say. The log says "ERROR: Internal error occurred in the recognition process." I'm not getting any errors, but Grammar Police doesn't respond to anything I say. I still can't figure out my problem. What do I do?
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
If you want to use it with English, you will need to install the U.S. English language pack for windows. If you want to use a different language, you will need to write your grammar.xml in your language and update the Culture code in the GrammarPolice.ini file. If you would like to discuss adding Swedish to the baseline, I'd be happy to discuss. Just shoot me a PM.
- 1,347 comments
- 82 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice Tester
- 46 comments
- 1 review
-
GrammarPolice Tester
Alrighty. It should have generated an audioendpoints.txt file? Did you get one? If so, can you attach it?
- 46 comments
- 1 review
-
GrammarPolice Tester
- 46 comments
- 1 review
-
VocalDispatch
Just wanted say that Grammar Police wouldn't exist without Vocal Dispatch. Turbofandude made an awesome plugin for which I am grateful.
- 587 comments
- 106 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
Only way I can troubleshoot is if you send me your action.xml, grammar.xml and rage plugin hook log 🙂
- 1,347 comments
- 82 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
There's a RespondToLocation that just takes a Vector3. For the overload that takes a bool, looks like the parameter name is sendFirstResponder.
- 1,347 comments
- 82 reviews
-
GrammarPolice
Looks like there's some functions under API for BetterEMS, but they have parameters. I could call it from Grammar Police directly, but there's no easy way to dynamically handle that at runtime. I could do something like include a setting in my INI file offering BetterEMS as an option for ambulance, and then if the plugin is available, use it.
- 1,347 comments
- 82 reviews
-
GrammarPolice
No, I just have ten different things going on. I put it on my Trello board, I'll get back to it I promise 🙂
- 1,347 comments
- 82 reviews
-
GrammarPolice
- 1,347 comments
- 82 reviews
-
GrammarPolice
It's not loading the actions: [5/30/2020 7:01:07 PM.954] LSPD First Response: GrammarPolice [ActionHandler] failed to load action. Name: air Target: HeliAssistance.Actions.Backup.Air [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] Object reference not set to an instance of an object. [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] at GrammarPolice.Handlers.Action.GetMethodInfo() [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] failed to load action. Name: ems Target: BetterEMS.Actions.Backup.EMS [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] Object reference not set to an instance of an object. [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] at GrammarPolice.Handlers.Action.GetMethodInfo() Unfortunately, neither of those plugins has public static methods. I will take a note to reach out to those plugin developers and see if we can work something out.
- 1,347 comments
- 82 reviews
-
GrammarPolice
My guess is it's either GP is not sucessfully loading those dll's or the method names aren't quite right. Can you send me your latest RP log? And I assume those are two different actions (air and EMS)? You cannot have multiple targets for an action.
- 1,347 comments
- 82 reviews
-
GrammarPolice
I'm not sure I understand what you mean. It's not recognizing the request? Or you don't like the ambulance? OMG i just realized I've been misspelling "ambulance" this entire time 🙄
- 1,347 comments
- 82 reviews
-
GrammarPolice
It shouldn't. The only thing it really does is watch for a keypress and then act if it receives one. So 99% of the time it's just one thread listening for a keypress.
- 1,347 comments
- 82 reviews
-
GrammarPolice
There is no audio for that, but I can add that to the list of requests. I appreciate the suggestion! There does seems to be some funny business between StopThePed and Compulite in terms of the vehicle flags, so I'm not 100% sure what's going on there. I'm still trying to track that down. The Trello board? No, it's just a dashboard for seeing the upcoming features and fixes.
- 1,347 comments
- 82 reviews
-
GrammarPolice
Adding UB's Fire Department seems to be a popular request. Here is how you can do it without any update: Add this to your actions.xml file before the closing </Actions> tag: <Action> <Name>firetruck</Name> <Library>UltimateBackup.dll</Library> <Target>UltimateBackup.API.Functions.callFireDepartment</Target> </Action> Add this to your grammar.xml inside the <Request><Options> section (e.g. after platecheck): <Option> <Action>firetruck</Action> <Phrases> <string>firetruck</string> <string>fire department</string> </Phrases> </Option> Of course you can customize the phrases all you like. If you put <string>a big red truck</string> then you should be able to say, "dispatch i need a big red truck" and it should work.
- 1,347 comments
- 82 reviews
-
GrammarPolice
This is likely a version mismatch. You need the most recent version of STP. I can try. Shoot me a PM if you like. Trello is a tool for managing tasks. Since people have been kind enough to make suggestions, I thought I would offer up a place where they can see the progress.
- 1,347 comments
- 82 reviews