Everything posted by w35
-
Arrest Warrant Callout 0.172.28.1205
- 156 comments
- 19 reviews
-
Arrest Warrant Callout 0.172.28.1205
RPH 0.25 itself crashes GTA 5 as of now, they are working on it, theres info about it on RPH web page. I cant test or fix (if needed) any mods I develop because RPH 0.25 crashes my already updated GTA 5, as many users report on rph forums on their PC theres also the same problem with RPH and RPH 0.24 doesnt support newest build of GTA 5. We can only wait for patch from RPH creators. Sorry for bad news, but I can't do anything about it as of now.
- 156 comments
- 19 reviews
-
Arrest Warrant Callout 0.172.28.1205
As everyone here I wait for RPH update. This is just small update. Maybe after updating to new RPH there will be some issues to addess, I dont know at this moment. As of notifications, they also pop up when I change something in description, update it etc. it shows as new version then, even if it isn't. Allways check version number of binaries.
- 156 comments
- 19 reviews
-
[WIP][REL] RageShowMyLocation
Installation : - Unpack archive file (7-zip), - Copy file named "RageShowMyLocation.dll" and "RageShowMyLocation.ini" to Gta5/Plugins directory, - Enable Plugin in Rage Plugin Hook Settings Window (accesible after holding Shift key when starting RPH 0.24), plugins tab
-
[WIP][REL] RageShowMyLocation
New version (0.0.13.2010 BETA) available. changelog : – added option for metric / imperial units switching, speed limit is calculated according to scheme selected by user, – added leading “0” of hour/ minute string lengths is only one digit ( 7:10 AM is now 07:10 AM, 12:7 is now 12:07) – some minor code improvements
-
Getting processing error?
I'm also having this issue.
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
Thanks. Will be added. Both suggestions. Place pos_x=800 pos_y=1030 in provided with plugin ini file. Should be fine. If it doesn't fit best add / substract to X axis some pixels.
- 200 comments
- 22 reviews
-
Creating a Menu
I guess this is how this should be done. Its project for rage hook plugin not for lspdfr api, it can be used completly outside LSPDFR if someone wishes to do so, so to keep things in order, this should be separated, in my opinion.
-
Arrest Warrant Callout 0.172.28.1205
In "suspect hiding in mountains" scenario there will be such functionality, I'm coding this, it'll be released later date. You will be notified via changelog. As of now, You have blip on suspect, so he's tracked. Thanks for suggestion.
- 156 comments
- 19 reviews
-
Can someone post some basic code examples for a total noob?
At Microsoft Virtual Academy there are some virtual courses, among others You can find there : https://www.microsoftvirtualacademy.com/en-US/training-courses/c-fundamentals-for-absolute-beginners-8295
-
[WIP][REL] RageShowMyLocation
For plugin developers : This is example of use of two exposed by my plugin static methods, using reflection to dynamically load ma plugin after checking if user has it installed in GTA 5. Plugin doesn't need to be referenced in project properties this is only code which is needed to load it and use exposed functions GetCounty(String street) GetSpeedLimitINTString street) use this code (its example) to get speed limit for given street name : namespace YourPLugin { using System; using System.IO; // we're looking for file here so we need IO namespace using System.Reflection; // among other namespaces from LSPDFR and RPH You should use reflection to load assembly and operate on its exported methods class Plugin { static int GetSpeedLimit(String streetname) // or other function { int speed_limit = 0; // initialise var string path = Directory.GetCurrentDirectory(); path = path + "\\Plugins\\RageShowMyLocation.dll"; if (File.Exists(path)) // there must be exact path this one is only for example { var DLL = Assembly.LoadFile(path); var LocationDLLtype = DLL.GetType("RageShowMyLocation.RageShowMyLocationClass"); var class_object = Activator.CreateInstance(LocationDLLtype, null); object[] param_street_name = new object[1]; param_street_name[0] = streetname; string street_w_location = (string)LocationDLLtype.GetMethod("GetCounty").Invoke(class_object,param_street_name); object[] param_street_wloc = new object[1]; param_street_wloc[0] = street_w_location; var speed_limit_untyped = LocationDLLtype.GetMethod("GetSpeedLimitINT").Invoke(class_object,param_street_wloc); speed_limit = (int)speed_limit_untyped; } return speed_limit; } } }You have to provide proper class for Rage Plugin Hook yourself - this is just example of how to use my plugin API in Your code. This code also check if Rage Show My Location is installed by user.
-
Arrest Warrant Callout 0.172.28.1205
No. It works even if You are on country side. Thanks for information. Plugin is still in development, as I stated in description. There might be some small typos here and there. I didn't noticed any problems with graphics engine on my PC when callout started, but I guess next version will have remedy for this. Its already coded, I just have to test it before I publicly release next version, I would like to ask, where it was, when suspect disapeared - on airport, or seaport ? There's distance check - if suspect reaches its destination (airport, seaport) before player, he's deleted and callout ends. During tests I noticed, that distance to spawned suspect is rather big, I'm reducing it in development versions, to see if I can catch up suspect before he gets to airport/seaport. Anyway any suggestions / informations are welcome.
- 156 comments
- 19 reviews
-
Arrest Warrant Callout 0.172.28.1205
If You have a lot of other callouts installed (like i do have), You will receive "Arrest Warrant" not very frequently. There also other conditions in current public version, that will make callout to show up rarely. I'm working on it, among other things listed in future development plans ans also other things (like those suspects which has hidden in mountains, and player wiil have to find them, check their ID if they dont fight/escape and arrest), in my free time. Anyway, Thank You for letting me know, thats important information. I'll do it more frequent soon.
- 156 comments
- 19 reviews
-
Arrest Warrant Callout 0.172.28.1205
- 156 comments
- 19 reviews
-
Arrest Warrant Callout 0.172.28.1205
- 147,349 downloads
- Version 0.172.28.1205
Arrest Warrant Callout for LSPDFR extends Your game experience by : arrest warrant callout for various criminals including various reasons (murder, assault, robbery, rape etc.) prison escape callout (2 various suspects with variable models, usually armed, sometimes heavy armed, using variable car models, escaping to variable location) where player have to locate escaping criminals - there is only some area known where they are, and this area is from time to time updated with notification from control, arrest warrant callout executed at suspect's workplace (mostly based on talking, and checking suspects ID in LSPD computer, but chances are also that suspect will panic and try to escape or fight) adding new spawn locations for suspect and more calm callout with roleplay features show player area to serch for wanted criminal near felon’s home, or en-route, or supposed hideout, criminal sometimes waits for Police unaware of arrest warrant, sometimes is fleeing (in such case player will have to locate – car, or person on foot) to seaport, airport, or he/she is hiding in mountains criminal is sometimes armed, sometimes not, sometimes he/she will be heavy armed and considered dangerous – player will be notified about severity of arrest warrant, but there’s some probability of incorrect intel, sometimes criminal will try to fight with player, sometimes he will try to escape, and sometimes if injured he will surrender, depending on current situation – I have put some logic for this inside callout besides this what we have in LSPDFR. dead criminal is best dealt with FinKone’s coroner van, you can also leave scene – at some distance suspect will despawn arrested criminal can be transported with transport van (from Albo’s modification) or by built-in LSPDFR 0.3 prisoner transport This mod has more than 900 possible random variations of how it goes (given above random conditions), which all count as 3 callouts. Arrest Warant Callout : 5 diffrent cars x 9 diffrent ped models x 4 different variations describing suspects initial agenda (flee, hide in hideout, walk by streets) x 3 different arrest warrant severity (+ some chances for incorrect intel) x 3 different behaviour when player arrives at scene (escape, fight, walk by) and more... PLUS Prison Escape Callout : 5 different car models x 9 different ped models x 2 destinations x 2 different behavior when player catch up escaping suspects x 3 different arrest warrant severity (+ some chances for incorrect intel) and more ... Arrest Warrant at Workplace : 9 different ped models x 4 different spawn locations x 3 different actions suspect will perform when player arrives at scene (escape, fight, walk by) + dialogue option and checking ped's ID in police computer and some more ... This callout has been featured in this Yotube video made by LordMarshal : https://www.youtube.com/watch?v=aNwric58CX4 Thanks for this awesome video and spreading the word about my plugin ! Plugin is still in development - see development thread for details http://www.lcpdfr.com/forums/topic/54758-wiprel-arrest-warrant-callout/ Please do not re-upload this plugin to other sites as You do not have My permission to do so. Comments section or mod forum thread is right place for discussion about bugs and suggestions, if You think You have spotted a bug try to be specific, and try provide as much information as possible, this will shorten much time needed to narrow down possible bug cause. Thank You. Requires : Rage Plugin Hook 0.52 (may work with older versions) LSPDFR 0.3.1 Installation : - unpack archive file with plugin (7-zip), - copy "ArrestWarrantCallout.dll" and "ArrestWarrantCallout.ini" file to Your GTA5/Plugins/LSPDFR directory - LSPDFR will load plugin Future Development : add more groups of criminals. additional cars, more types of arrest warrant callout (barricaded suspect - SWAT assault, suspect at home etc.) more variety of target locations to which criminal will flee BUG FIXES add more dialogues to player - suspect interaction add choices for player (RP wise)- 156 comments
- 19 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
You should edit ini file provided with plugin. Values are pixels. So If You have monitor with resolution 1600x900 pixels, and game runs fullscreen, You should set pos_x=500 pos_y=850 (so theres place for text on bootom of screen (about 50 pixels)). If You set font size in ini file to larger, You should use lesser value for Y axis than 850 px. Theres brief description in ini file.
- 200 comments
- 22 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
Problem is that RPH queries mu plugin this way. Thats how event handlers work. I provide event handler, hook it to RPH, so RPH can call my event handler each time frame renders in game (event is fired).
- 200 comments
- 22 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
I know about it. It sometimes happens. Theres not much I can do about it for now. It looks like Rage plugin hook hooks to game frame rendering system this way. I have tried different solutions, but they are not this what i want to achieve. I have hooked in my code to one and only event given by RPH API that has ability to place that kind of text, and control it freely, without interfering with other plugins, and it (RPH) just works this way. Please note that RPH itself is in open alpha stage, and can be sometimes unpredictable. This issue hopefully will be resolved, and more API will show up, during RPH development, so all what we can do is wait in that matter.
- 200 comments
- 22 reviews
-
[WIP][REL] Arrest Warrant Callout
Yes, I started working on it. ETA ? When it's done.
-
[WIP][REL] Arrest Warrant Callout
Most of mentioned functionality can be done right now, as RPH + LSPDFR allow this, given my free time. Some parts of features - when API will have support for some functions, that I need to get this part done in a way I want. In example - not allways wanted criminal in persona record check will be marked as wanted,even if my plugin wish to do so, etc. But Yes, most of this what I want to achieve is possible now. I also work at my Rage Show My Location plugin to extend its functionality, which needs some time to check in-game world coordinates, and some testing, if county/city territorial belonging of given player location is correct.
-
[WIP][REL] Arrest Warrant Callout
Plugin released in early stage to download section, needs some more testing, and improvements. List of feature completion : Callouts : - add arrest warrant callout for various criminals including various reasons (murder, assault, robbery, rape etc.) (done) - show player area where to loook for wanted criminal near felon's home, or en-route, add navigation route (done) - when suspect is hiding in mountains add search area, so player will need to locate suspect (done), - criminal sometimes will be waiting for Police, sometimes fleeing (in such case player will have to locate - car, or person on foot) to seaport, airport or hiding in mountains in his/her external hideout, (in progress, mostly done, needs testing) - criminal will be sometimes armed, sometimes not, sometime he/she will be heavy armed and considered dangerous - player will be notified about severity of arrest warrant, (in progress, mostly done) - player will have to check if person stopped is really person he was looking for, even if crimilnal is dead, (planned) - sometimes number of wanted criminals will be greater than 1 or 2 (in progress , partly done), - add more variety of suspects (in progress, mostly done, needs testing), - add more variety of cars that suspets use (in progress, mostly done, needs testing), - add more Police scanner audio (in progress, partly done), - add new scenario - prisoner escape from county jail (suspect(s) will be armed, will have vehicle, sometimes they will try to kill player on arrival, sometimes they will initiate pursuit) (in progress, partly done, needs testing) - add barricaded and dangerous suspect (in his home) scenario with SWAT team, "breach, bang and clear" style (planned), - add scenario with suspect at home (planned, in progress) - add scenario with suspect at work (partly done, in progress) Ambient events / callout : - add ambient event / callout with corrupt cop which is : selling drugs, killing people on hire, selling sensitive information to gangs (event will have random variations of what will happen and who will be doing this ) (planned) Fixes / updates : - add option to silence dispatcher comms informing of suspects position (done), - make dispatch comms informing of suspect position much less frequent (done) - add more dialogues and reasons to check suspect's ID in LSPD computer (in progress, partly done) - update plugin for new game update (build 463) and RPH update (done) - update plugin for new game update and RPH 0.29 (done) - update plugin for new game update and RPH 0.32 (done) - update plugin for new LSPDFR 0.3.1 and new RPH 0.52 (done) - add optional compatibility with LSPDFR+ (adding court cases) - (planned) - add optional compatibility with LSPDFRComputer+ (callout list, suspect/vehicle lookup) - (planned) Required : - LSPDFR 0.3 or 0.3.1 - Rage Plugin Hook 0.52 Link to "nightly" test build : http://gta5.36.waw.pl/dls/ArrestWarrantCallout.dll Regular build also available at my site : http://gta5.36.waw.pl/sdm_categories/plugins
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
- 200 comments
- 22 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
There are some fixes coming, and new additions, like displaying current street speed limit (for traffic policing)
- 200 comments
- 22 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
Yes, but it uses RagePluginHook instead. This was the reason to create this plugin - to not have to install script hook V, and still have this functionality. It's alternative. @EthanRubinacci There are some additional functionalities planned. New version is publicly available
- 200 comments
- 22 reviews
-
RageShowMyLocation 0.172.20.2048 (Speed Limit, Color Distinction of Road Types, City/County, Street Name, Heading, Player Speed, Time, Coords(X,Y,Z), Zone)
- 93,465 downloads
- Version 0.172.20.2048 with RNUI 1.5.1
This plugin adds in configurable location in game window information about : current player location (street and city/county), displays interstates in red, routes in yellow, other streets in white color, displays speed limit at current street, it's based on street location and in some cases player coordinates in game world - as of now it has basic functionality, comparing to this what I planned. also displays current time in game (12 or 24 hour clock), current player speed displayed in MPH or KMPH depending on which system player choosen in options, direction / heading. current zone player coordinates (x,y,z) There's ability to configure plugin behaviour via "RageShowMyLocation.ini" file and / or using in-game menu accessible by pressing LShift + F6 (thanks to RageNativeUI - by alexguirre, Stealth22, LtFlash, Guad and others ), which includes : position of each 6 text elements (heading, street/county/zone, time, speed limit, player speed, coordinates) on screen, font sizeof each 6 text elements (heading, street/county/zone, time, speed limit, player speed, coordinates) on screen, switchable options mentioned below also switches (on/off) in ini file : metric/imperial units switch, time (in game), heading, player speed, player coordinates (x,y,z), current zone. if display text inside black box (with adjustable opacity) or not, for all those patrols on sunny weather, and ... font family/name - this can be any system font installed in Windows, in-game menu key binding (for better integration with other tools, trainers etc.) Settings, while using in-game menu, are saved immediatelly to ini file after applying so they are persistent, and are applied instantly. Default config has set position values for small screen resolution which give basic feel how it works, just to be adjusted by player to his/her needs. If You have older version of plugin, and plugin's ini file contains customized text positioning (among other options), and want to retain your config, You should backup plugin's ini file, and restore it if desired after plugins update. However from time to time, I'm updating plugin's functionality and new settings become available, so I post in plugin's change log information about these new settings, so plugin users know what to expect. There's API for plugin makers in test phase as well allowing to obtain speed limit for given street (name, location) - see development forum thread for details - I'll post there some examples. Issues with text flickering has been resolved, In RPH 0.29 - 0.30 was added method for faster drawing text on game window, so once I figured that solution to this problem is already available, I used it. Improved zone information displayed to player, thanks to translation table (raw string to more readable form) from AlexGuirre. Requirements : - Rage Plugin Hook 0.52 (may work with older versions) - Rage Native UI 1.6 Installation : - Unpack archive file (7-zip), - Copy file named "RageShowMyLocation.dll" and "RageShowMyLocation.ini" to Gta5/Plugins directory, - Copy file named "RageNativeUI.dll" to main GTA 5 directory - Enable Plugin in Rage Plugin Hook Settings Window (accesible after holding Shift key when starting RPH 0.52), plugins tab Please do not re-upload this file to other sites, as You do not have my permission to do so. This plugin is only available here and at my site (see My profile tab or development forum thread - http://www.lcpdfr.com/forums/topic/54695-wiprel-rageshowmylocation/- 200 comments
- 22 reviews