No Blood or Damage Visible [LUA] 1.1
5.880
83
5.880
83
New:
-Now the Mod fully works, no more bullet wounds by NPC's.
Works as the name says. The mod removes any blood/damage marks visible on player.
Some of you might think it's kind of unuseful, but its my 1st mod, so had to start somewhere and didn't find this anywhere. (Found it in Trainers, but had to clean damage again and again)
Will add video/more screenshots, if people ask for it.
Note:
-Do report any Bugs if found in the mod.
-Make all/any Mod Requests in the Comments and I'll try to make them true.(please don't ask for any kind of GTA Online cheating mods, as they're against the site's rules and hence will be disregarded)
Re-Uploading:
"You may modify, and use code from this program without my permission. I feel providing source code allows the modding community to grow. You may re-upload this without my permission on any other site but this one. I only request that you credit me when you do." quoting same as Plastic Tangerine.
Installation
Put the "NO BLOOD DAMAGE.lua" file in scripts\addins\ folder.
Known Issues:
-None
Credits:
-DreSam911 for main coding.
-Plastic Tangerine for encouraging to code.
-Now the Mod fully works, no more bullet wounds by NPC's.
Works as the name says. The mod removes any blood/damage marks visible on player.
Some of you might think it's kind of unuseful, but its my 1st mod, so had to start somewhere and didn't find this anywhere. (Found it in Trainers, but had to clean damage again and again)
Will add video/more screenshots, if people ask for it.
Note:
-Do report any Bugs if found in the mod.
-Make all/any Mod Requests in the Comments and I'll try to make them true.(please don't ask for any kind of GTA Online cheating mods, as they're against the site's rules and hence will be disregarded)
Re-Uploading:
"You may modify, and use code from this program without my permission. I feel providing source code allows the modding community to grow. You may re-upload this without my permission on any other site but this one. I only request that you credit me when you do." quoting same as Plastic Tangerine.
Installation
Put the "NO BLOOD DAMAGE.lua" file in scripts\addins\ folder.
Known Issues:
-None
Credits:
-DreSam911 for main coding.
-Plastic Tangerine for encouraging to code.
Првпат Додадено: Мај 27, 2015
Последно Ажурирање: Мај 30, 2015
Последно Симнување: пред 11 саати
73 Коментари
More mods by DreSam911:
New:
-Now the Mod fully works, no more bullet wounds by NPC's.
Works as the name says. The mod removes any blood/damage marks visible on player.
Some of you might think it's kind of unuseful, but its my 1st mod, so had to start somewhere and didn't find this anywhere. (Found it in Trainers, but had to clean damage again and again)
Will add video/more screenshots, if people ask for it.
Note:
-Do report any Bugs if found in the mod.
-Make all/any Mod Requests in the Comments and I'll try to make them true.(please don't ask for any kind of GTA Online cheating mods, as they're against the site's rules and hence will be disregarded)
Re-Uploading:
"You may modify, and use code from this program without my permission. I feel providing source code allows the modding community to grow. You may re-upload this without my permission on any other site but this one. I only request that you credit me when you do." quoting same as Plastic Tangerine.
Installation
Put the "NO BLOOD DAMAGE.lua" file in scripts\addins\ folder.
Known Issues:
-None
Credits:
-DreSam911 for main coding.
-Plastic Tangerine for encouraging to code.
-Now the Mod fully works, no more bullet wounds by NPC's.
Works as the name says. The mod removes any blood/damage marks visible on player.
Some of you might think it's kind of unuseful, but its my 1st mod, so had to start somewhere and didn't find this anywhere. (Found it in Trainers, but had to clean damage again and again)
Will add video/more screenshots, if people ask for it.
Note:
-Do report any Bugs if found in the mod.
-Make all/any Mod Requests in the Comments and I'll try to make them true.(please don't ask for any kind of GTA Online cheating mods, as they're against the site's rules and hence will be disregarded)
Re-Uploading:
"You may modify, and use code from this program without my permission. I feel providing source code allows the modding community to grow. You may re-upload this without my permission on any other site but this one. I only request that you credit me when you do." quoting same as Plastic Tangerine.
Installation
Put the "NO BLOOD DAMAGE.lua" file in scripts\addins\ folder.
Known Issues:
-None
Credits:
-DreSam911 for main coding.
-Plastic Tangerine for encouraging to code.
Првпат Додадено: Мај 27, 2015
Последно Ажурирање: Мај 30, 2015
Последно Симнување: пред 11 саати
Sorry to anyone waiting for the updated version of the mod, will be able to upload after returning from cruising vacation. So expect update and new mods at the end of this month.
@R3QQ Thanks, if you will do it im very pleased.
@R3QQ Actually, i have an idea; You know those particles that sometimes comes otu when you shoot something armored, like fib cop's bodyarmor? If you could make them come always when someone shoots player?
@Leonard899 fxdecal.ytd in GTA V/x64a/textures does not separate between player and ped. What I can see, it's the same thing with decals.dat in GTA V/update/update.rpf/common/data/effects and bloodfx.dat in GTA V/common.rpf/data/effects
Maybe it's possible with a script to remove the splatter if you know the right arguments for one or some of these: GRAPHICS::STOP_PARTICLE_FX_LOOPED
GRAPHICS::REMOVE_PARTICLE_FX
GRAPHICS::REMOVE_PARTICLE_FX_FROM_ENTITY
Then you would be able to differentiate between player and peds and only for example use the script on the player or only on the peds.
when you gonna remove all blood? remember you saying something about that a while back.
What about the opposite? How hard would it be to make a mod that covers your character in blood decals
This is the mod that I really wanted for!! Thanks pal! >-*
Is it possible in this mod to remove the blood spurts for when you the main player get shot? I ask for those doing machinimas who might like to have their protagonist shooting, and not get shot (or at least not being visibly or identifably shot). It would be good if other players could get shot and bloody, but not the main player/character.
Doesn't work at all. No crashes, but blood/damage simply appears after all.
^^ Which is to say, blood splatters still occur. We essentially need a mod which does what 'Clean player clothes' does in Simple Trainer.
Works as advertised without any issues.
Yes best mod ever
@meimeiriver Delete bloodfx.dat from common.rpf. As for the mod, I would give 5 starts but blood appears on the player upon death.
@Swixtor I long since made my own noblood C# script. Not counting a few surrounding sanity checks (like if the player is still alive, etc), there are essentially only 3 commands you have to execute, to prevent any and all visual ped damage:
playerPed.ClearBloodDamage();
playerPed.ResetVisibleDamage();
Function.Call(Hash.CLEAR_PED_LAST_WEAPON_DAMAGE, playerPed);
@meimeiriver Ok, thanks.
Best mod ever
This mod is amazing and I've waited years for something like this. Bullet holes appearing in characters heads during cutscenes actually put me off playing the game for the longest time. No idea why R* thought that was a good idea.
But I'm wondering does anyone know a way we can apply it to all characters that are with you during missions? For example I notice that when I was with Trevor during the prologue he never had any damage on him and likewise for Michael when I switched to Trevor but when playing as Fraklin shortly after Lamar got hit during a shootout and had damage on him afterwards.
Is it only applied to the 3 main playable characters?
@DreSam911 There is a more easy and fantastic way to stop blood spreading,just use zmolder3,to change the material of the players body and clothes ,for example in to the weapon material,then,the player seems to have an iron body.
really nice mod but i was searching for a mod that do the opposite
i need some mods that actually add some damage effects on the player which will be very helpful for my gta movies ...sadly there is no trainer i could find or skin modifier does that ...so any suggestion?
@mari00 Huh? Menyoo does this? Damage is in the decals section of the player menu.
yup i discovered that later ...what a great menyoo indeed