Everything posted by opus49
-
Grammar Police SUPPORT Thread
In case anyone else comes here looking for it: https://www.lcpdfr.com/downloads/gta5mods/scripts/7706-player-location-display/ // LUXART PLAYER LOCATION DISPLAY by Lt.Caine (Ver. 4.00) [ GENERAL ] LocTextPosX = 320 LocTextPosY = 980 LocTextPosX_RadarLrg = 500 LocTextPosY_RadarLrg = 1000 LocTextSizeMult = 1.25 DisplayGameTime = true AllowRadarSizeToggle = true AllowControllerUse = false [ MULTIPLAYER ] ShowPlayerObituaries = false DisplayPlayerBlips = false DisplayTeamBlipsOnly = false
-
Grammar Police SUPPORT Thread
First, thank you so much for using the support thread! Unfortunately, I have not been able to get fr-CA to work successfully with Microsoft's speech recognition engine. You will have to use fr-FR if you want French.
-
GrammarPolice
Have you posted in the Support thread or on Discord with a description of your problem and a copy of your RagePluginHook log?
- 1,357 comments
- 85 reviews
-
Heli Assistance - Observer Mode, Customizable Searchlight, More Features
For anyone who might be interested in using Heli Assistance with Grammar Police. Drop this in plugins/LSPDFR/GrammarPolice/grammar/en-US/custom/actions: air.xml
- 367 comments
- 33 reviews
-
GrammarPolice
- 1,357 comments
- 85 reviews
-
Grammar Police SUPPORT Thread
Can you zip up your custom folder and send it to me along with your rage plugin hook log please.
-
Grammar Police SUPPORT Thread
actions.txt List of default commands/actions.
-
GrammarPolice
@TJMann If you have Forcforce_a_callout.xmle A Callout, you can now do this. Drop this into plugins/LSPDFR/GrammarPolice/<language>/custom/actions/ Modify the verbiage as you see fit.
- 1,357 comments
- 85 reviews
-
GrammarPolice
- 1,357 comments
- 85 reviews
-
[Outdated] British GrammarPolice By MST
Cool idea! You have an XML error in your code2.xml file. You need to close the "S grade backup" string. <?xml version="1.0" encoding="utf-8"?> <Action> <Name>code2</Name> <Commands> <string>request</string> </Commands> <Phrases> <string>code two</string> <string>code two backup</string> <string>two</string> <string>S grade backup </Phrases> <Target>GrammarPolice.Actions.Backup.Code2</Target> </Action> Also an error in commands/preface.xml. Need to remove that extra <string> after received. <?xml version="1.0" encoding="utf-8"?> <Command> <Name>preface</Name> <Action>preface</Action> <Phrases> <string>copy</string> <string>copy dispatch</string> <string>copy that dispatch</string> <string>dispatch</string> <string>yes</string> <string>received</string> <string> </Phrases> </Command>
- 23 comments
- 1 review
-
GrammarPolice
The speech recognition really hasn't changed, just the location of the various definitions. Can you send me your rage plugin hook log?
- 1,357 comments
- 85 reviews
-
GrammarPolice
- 1,357 comments
- 85 reviews
-
GrammarPolice
- 1,357 comments
- 85 reviews
-
GrammarPolice
There were no changes to the INI file from 1.1 to 1.2. However, there were *significant* changes to the phrase customization. So I definitely wouldn't bother mucking around with grammar.xml or actions.xml since they will not be used in 1.2. Also, if you do download 1.1 and modify the INI file, make sure you don't overwrite it when you upgrade to 1.2!
- 1,357 comments
- 85 reviews
-
GrammarPolice
- 1,357 comments
- 85 reviews
-
GrammarPolice
This is me trying to pronounce beschäftigt while testing to make sure the German support was still working 🤣 https://streamable.com/hqniqz
- 1,357 comments
- 85 reviews
-
Grammar Police SUPPORT Thread
- Officer Status Plugin [Depreciated]
The only thing GP does for traffic stop is mark a status and set you unavailable. OSP does much more than that. I've seen some of the stuff that @OfficerPope and @Cyanotic are working on and it's pretty slick. I'm excited to see it.- 132 comments
- 26 reviews
- GrammarPolice
- 1,357 comments
- 85 reviews
- GrammarPolice
So the next release changes how the XML files are laid out in such a way that you can completely customize the commands and actions. I'm pretty excited about it and I'm working on a tutorial video that demonstrates how to use it. It would be possible to add a public method to Grammar Police that takes a parameter for the number of units to call. Then you would just write a custom action for each number up to the maximum you'd want to call. It's a pretty specific use case, but that was the goal of the rewrite, to allow players to complete customize their actions.- 1,357 comments
- 85 reviews
- GrammarPolice
Hmm.. right now you really can't. But it might be possible to add something like that. How many units are we talking?- 1,357 comments
- 85 reviews
- GrammarPolice
Actually you can just add that to your preface list and address the dispatcher that way. GP is heavily customizable. You can address the dispatcher however you want. The preface phrases are in grammar.xml. I have a task in my backlog for looking at alternative callsigns for notifications.- 1,357 comments
- 85 reviews
- GrammarPolice
I apologize, I totally forgot to update the documentation for this. You no longer need the .dll extension in the Library tag. All of this is being changed for the next version as well. I really didn't plan this part of the plugin out very well... The rest of it looks right to me- 1,357 comments
- 85 reviews
- GrammarPolice
Make sure you have the latest Ultimate Backup. If that doesn't fix it, send me your RPH log and I'm happy to look.- 1,357 comments
- 85 reviews
- GrammarPolice
RPH log plz Just curious why nobody uses the support thread or send the RPH log when asking for help. I find it puzzling.- 1,357 comments
- 85 reviews
- Officer Status Plugin [Depreciated]