Everything posted by ainesophaur
-
[REL | WIP] LSPDFR Computer+
Yep same username in the LSPDFR room.
-
[REL | WIP] LSPDFR Computer+
Please take a screenshot of what you see in game when you hold the button to open computer+
-
LSPDFR Computer+
Did you try changing your mouse input type in GTA? FAQMy mouse keeps resetting to the middle.-> Change your mouse input setting to DirectInput or Raw Input
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
We had something like this in the works. It got put on hold but I'm sure it'll come back to life. There were rumors that LSPDFR may handle this in a future update (as far as querying personas from a web based API) and we didn't want to clash. If nothing comes of it, then we'll resume our work
- 1,742 comments
- 172 reviews
-
[REL | WIP] LSPDFR Computer+
Try setting SkipLogin to true in the config file and let me know if you experience the same behavior
-
[REL | WIP] LSPDFR Computer+
Does the plugin crash? If so, please attach your RagePluginHookLog.txt
-
LSPDFR Computer+
Its back up.. lcpdfr.com seems to not like it when you delete the old download and upload a new one with the same name.. Ill have to keep that in mine for future updates :)
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
Oh I definitely don't take it as a complaint. Glad to see such a positive reception on this beta. If you have any suggestions, add them to our github repo tracker.. We'd love to make this as community driven as possible
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
We pull that status straight from the LSPDFR API, so it's possible the other scripts are mutating the persona after we obtain it or they're not using the Persona from the LSPDFR API (ex, randomly choosing if they're expired or not)
- 1,742 comments
- 172 reviews
-
[REL | WIP] LSPDFR Computer+
It definitely wasn't the intention and I can't think of any changes off the top of my head that would've caused it. However, please open a bug issue on the project tracker about this and on our next coding rounds we can address it. I'll look into it now, but just in case I can't finish in time, the issue on the tracker will allow us to ensure we resolve it before the next release.
-
LSPDFR Computer+
@Fiskey111's MDT integration into C+ may bring that as his terminal was available in car and on foot. Either way, if you open a issue on the Project tracker we'll be able to evaluate it on our next go around.
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
I haven't tried, but I would assume if you unpause the game via c+ then you should be able to interact normally (ex open up police radio). There's nothing in our code logic to prevent it from happening so it's quite possible the Gwen forms provided by Rage intercept keyboard actions
- 1,742 comments
- 172 reviews
-
[REL | WIP] LSPDFR Computer+
My computer+ only opens when I'm stopped or rolling at a slow speed. I don't play with a keyboard so please double check my statement. Alternatively, change the key binding to open computer+
-
LSPDFR Computer+
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
Most of the images were manually put together months ago.. A lot of DLC cars are missing for example. We'll have to rely on someone in the community compiling all the missing images and contributing it to the repo. I'd say we have about 80% of the ped and Vehicle images However the images that we have composed will be added as a separate download here (that way if anyone wants to include them, they can install it as an add-on). I'll probably start the upload in an hour or so. You'll unzip the images to your plugins folder. Edit: The Ped and Vehicle images have been added to the download files as Additional_ComputerPlusImageAssets.zip At the moment it does not, however we're open to suggestions and it wouldn't be difficult to implement. Create an Issue on our tracker
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
If the plugin detects you have a person pulled over, it'll automatically add their vehicle to the searched list. Same with stopped peds. If you use ALPR+, it'll automatically add flagged vehicles into the ALPR list
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
- 1,742 comments
- 172 reviews
-
[REL | WIP] LSPDFR Computer+
We have a release that's pending to handle this. In short there was a configuration change which didn't handle upgrades well. Re download the plugin and replace the files including the config
-
[REL | WIP] LSPDFR Computer+
In your GTA main directory, there is a file called RagePluginHook.log which contains all the logs from your RAGE plugins. We'll need you to start LCPDFR and Computer+ and make it crash.. when it does, exit GTA and upload the RagePluginHook.log file here. With it we can tell what caused your crash.
-
[REL | WIP] LSPDFR Computer+
Can you attach your RagePluginHook.log (please do not copy and paste it)
-
[RELEASED!] San Andreas Record Data Access System - Real world access to your LSPDFR ped records!
If you do happen to experiment with WS, hit me up and I'll give you a C# HOC I created using WS and Rx operators to handle reconnection with a throttle.. After implementing the HOC, I tested it with a RAGE plugin I was working on and it performed perfectly.
-
[RELEASED!] San Andreas Record Data Access System - Real world access to your LSPDFR ped records!
Websockets are their own protocol and their only relation to the HTTP protocol is the Upgrade command which is just HTTP friendly and not necessarily HTTP only. HTTP has a lot more jobs and points of attack as well as a HTTP requires more dependencies. In my production projects, I see far less attack attempts across the WS cluster vs the HTTP cluster. Undoubtedly it's because 80 is a more commonly defined/used port. With the scope of your project being specifically intended for use with GTA, it's probably unlikely your intended use will have security issues.. But since it's an HTTP server listening globally, it's susceptible to being leveraged in attacks. The only reason I care is the growing number of attacks against vanilla/unsecured HTTP servers, where attackers at just looking for any open HTTP server to exploit the underlying OS. If you're only handling get requests then you'll probably never be in the group of exploitable servers.. But at that point, you'd gain so much more by using websockets.. You could do things like keep the enumerable returned in game and then notify the change in game to your websocket client without blindly polling. Sorry if it seems like a rant..it's truly not intended to be. I just see many tools for the job and HTTP servers don't feel like the best tool for the job.
-
[RELEASED!] San Andreas Record Data Access System - Real world access to your LSPDFR ped records!
I think it's a great idea, but the implementation seems like a lot of overhead. Personally I'd prefer websockets over HTTP, and and RPC plain socket over HTTP or websocket.
-
LPCallouts
Absolutely stunning. In two days I've yet to get bored. Amazing attention to detail and scene setup. Gives you the true feeling that "I better call for backup, this looks bad." Sometimes the situation resolves peacefully, and other times you feel spot on with your initial assessment. This sets the bar on what callouts should be.. Simple implementations of a vast and dynamic environment.
- 166 comments
- 75 reviews
-
[REL | WIP] LSPDFR Computer+
Did you try out the suggestions from this comment & below?