1 files liked
694 komen
17 video
5 uploads
20 followers
6,409 muat turun
@skeeze415 It's illegal to watch TV in a car. Just kidding. Scripting a show on any TV is easy, but no, it's not included in the package. I can add it. The problem with TVs is that custom content is a PITA to produce as you need to convert your video to the BIK format. The best video solution is for FiveM but unfortunately, AFAIK, it can't be done in SP.
https://www.youtube.com/watch?v=5yvlLnGVKAM
@Combativechenko Teamwork! It was your idea. Let me know what info you'd like to store and display and I'll modify the script. Cheers.
@ollyolly
Thanks for the feedback and rating. You have a very interesting concept. My script is relatively simple in that the native functions allow you to return essentially anything you want about a ped or other entities - but most of it is returned in numerical form rather than plain English. With respect to your idea, the challenge would be both capturing the sound and its source (the ped). I don't see how that's possible unless the engine itself was logging it. Theoretically, you could imagine a Shazam type of solution where the sound is captured, logged, and matched against a sound database. Once the sound is identified, assuming it's unique (ie. not a generic hello) you could then look it up to find its ped source. There are close to 300 audio native functions, who knows, maybe it's possible just using natives. Anyway just throwing ideas.
@ALEXSYS uploading major update, still WIP, now. Thanks!
@Combativechenko Your idea is a great one, come to think of it, and I just figured it out - at least as a proof of concept. Will be uploading major update as WIP.
@Combativechenko Absolutely, but you need the data. We know what a hooker does, but what's the occupation of a tourist or a beach female? The data is structured like this:
{ 1001210244, ("a_m_m_rurmeth_01", "Rural Meth Addict Male") }
The 4th data point is the hex hash, but it is converted in the script.
so you could have, for example:
{ 1001210244, ("a_m_m_rurmeth_01", "Rural Meth Addict Male", "Homeless") }
@Starfox1993 Glad it helped. Thanks!
@sergemmm, @Speedstar, thanks! redone with real ped names and scaled fonts, although I think what you saw in the video was due to my rtx 4080....just installed it...maybe a driver issue.
@ReNNie I have the Mafins source. Found it in a file called pedlist.xml
<Ped name="a_f_y_beach_01" caption="Beach Young Female" />
now the fun part. Extracting and parsing. LOL.
This mod is likely not up to date in the sense that the list I used is likely not updated. Note: this is not the format used for the code but it was a starting point. If anyone has the "English" name equivalents for the spawn names, please post it here and I'll redo the script.
https://pastebin.com/MqYh2YrQ