[Script][WIP] Injured (lying on floor) peds screaming
-
This is a feature i'll probably include on my Accuracy Fix script (or maybe on a new mod, i still have to think how to release it). When you shot a ped and it's on that "lying" animation on the floor, it'll start screaming. You can check it on this video:
I want to make it more reallistic as well. Maybe some kind of "detection" system, so depending on where the ped get shot, different reactions will happen.
EDIT (4/1/17): uploaded this project as a new script, although is still a WIP project. Source.
-
Excellent! Loving the fact that they stay like that longer than without the mod.
Is silly how they just die after 2 seconds of having layed on the ground.
-
@GTATerminal actually my mod doesn't fix that, i fixed it on my game removing the animation file related with the action of dying when lying on floor (there is a mod somewhere on gta5-mods where it's explained but i can't find it now). Anyway, i'd like to dive into it too and fix that with script.
-
@EnforcerZhukov Ah, gotcha.
-
That video is hilarious!
Also, could I make a request? I'm still enjoying your "Injured Ragdoll" mod. I'm playing Story Mode using the MP Freemode Female. I'm using jedijosh920's trainer to give her a voice. It's so amazing when the character comes to life cussing when injured. I've noticed she even cusses when her car gets hit. That's awesome! Still, there are some speech events missing e.g. when she gets jacked/jacks the car back, when she is bumping into someone or is blocked she says nothing. Could you make a mod that adds that? That would be amazing!
-
@EnforcerZhukov Hmmmm. Nyc feature. BTW its referring to that file removal mod that causes Peds not to die soon ?
-
@Phnx said in [Script][WIP] Injured (lying on floor) peds screaming:
That video is hilarious!
Also, could I make a request? I'm still enjoying your "Injured Ragdoll" mod. I'm playing Story Mode using the MP Freemode Female. I'm using jedijosh920's trainer to give her a voice. It's so amazing when the character comes to life cussing when injured. I've noticed she even cusses when her car gets hit. That's awesome! Still, there are some speech events missing e.g. when she gets jacked/jacks the car back, when she is bumping into someone or is blocked she says nothing. Could you make a mod that adds that? That would be amazing!
It might be possible yeah, but i have other projects on the way ATM. Anyway, have you tried changing the "ped voice" option? For example make the freemode female character has the voice of any other female character, maybe you get more speeches natively available.
@Sh3nZeR said in [Script][WIP] Injured (lying on floor) peds screaming:
@EnforcerZhukov Hmmmm. Nyc feature. BTW its referring to that file removal mod that causes Peds not to die soon ?
Yes, i used that removal "mod", anyway i'll look on other way to achieve that without touching RPF files and that stuff...
-
@EnforcerZhukov Hey, thanks for answering! By now I've found out that only the main characters have the "KNOCK_OVER_PED_01-03" speech. They also have "BUMP_01-03" (like the peds). "KNOCK_OVER_PED" speech is played when actively bumping into peds, "BUMP" when being passive/getting bumped into. I tried adding "KNOCK_OVER_PED" to a peds speech awc file but the game doesn't recognize it. I think it must be added to "speech2.dat4.rel" which I suppose contains the info on which ped has which speeches. But it is encrypted so we cannot do that yet.
-
Would be awesome if this happens to the player too
-
Oh man why did you abandon such a great mod? I always wanted to have screaming police officers rolling on the floor!
-
@odpal8 said in [Script][WIP] Injured (lying on floor) peds screaming:
Oh man why did you abandon such a great mod? I always wanted to have screaming police officers rolling on the floor!
not really, I want to make a whole new script that alters stuff from AI health system and that sort of things... and fix and improve some things about the "screaming" part. I might upload the code on Pastebin so you can try it out, at least the basic stuff.
-
@EnforcerZhukov Yes! Please release the code upon us!
-
@EnforcerZhukov Amazing brother. Release it ASAP
-
@Sh3nZeR said in [Script][WIP] Injured (lying on floor) peds screaming:
@EnforcerZhukov Amazing brother. Release it ASAP
@odpal8 said in [Script][WIP] Injured (lying on floor) peds screaming:
@EnforcerZhukov Yes! Please release the code upon us!
It's been quite long but finally I uploaded it!
I uploaded as a new script https://www.gta5-mods.com/scripts/screaming-injured-peds and also on GitHub is the source: https://github.com/EnforcerZhukov/ScreamingInjuredPedsIt's not exactly the same code that I used on the video, I made a new script (but using more or less the same code as before) so it should work OK. Hope you enjoy it!