1 bestand geliket
693 reacties
17 filmpjes
5 uploads
20 volgers
6.397 downloads
@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
@ReNNie Thanks. Not even sure how i got the idea, just came to me, thought it would be fun. Subtitles are ugly, might do it properly at some point. Also, would love the actual english names, like Menyoo, but could not find it. Maybe in the source code for Menyoo. I would rather have Vagos Female then g_f_y etc.