Ragdoll by Pain 0.11
2.197
71
2.197
71
Ragdoll By Pain v0.11
----------------------------
this little quick script makes the player go ragdoll once hit. it is in early stages as I'm still putting the pieces together.
it also makes the game pretty hard! so I've included a reduced ai accuracy setting file for balance,
*it will make helicopters sting you less as well.
installation:
-use the version you perfer (put LUA in 'scripts\addins' or put CS in 'scripts\')
-to reduce ai accuracy replace pedaccuracy.meta in 'common.rpf\common\data\ai' (replace and rebuild using openiv)
+inside pedaccuracy.meta you can set the AI_GLOBAL_MODIFIER value to your liking (set to 0.9 in this file, originally was 2.0)
huge thanks to Alexande Blade and the modding community!!
have fun,
HippieCommunist.
0.11
-added RD while wearing armor
0.1b
-lua version disabled while driving
----------------------------
this little quick script makes the player go ragdoll once hit. it is in early stages as I'm still putting the pieces together.
it also makes the game pretty hard! so I've included a reduced ai accuracy setting file for balance,
*it will make helicopters sting you less as well.
installation:
-use the version you perfer (put LUA in 'scripts\addins' or put CS in 'scripts\')
-to reduce ai accuracy replace pedaccuracy.meta in 'common.rpf\common\data\ai' (replace and rebuild using openiv)
+inside pedaccuracy.meta you can set the AI_GLOBAL_MODIFIER value to your liking (set to 0.9 in this file, originally was 2.0)
huge thanks to Alexande Blade and the modding community!!
have fun,
HippieCommunist.
0.11
-added RD while wearing armor
0.1b
-lua version disabled while driving
Carregat per primera vegada: 14 de Maig de 2015
Actualització més recent: 27 de Juny de 2015
Últim descarregat: 11 de Octubre de 2024
65 Comentaris
More mods by HIppieCommunist:
Ragdoll By Pain v0.11
----------------------------
this little quick script makes the player go ragdoll once hit. it is in early stages as I'm still putting the pieces together.
it also makes the game pretty hard! so I've included a reduced ai accuracy setting file for balance,
*it will make helicopters sting you less as well.
installation:
-use the version you perfer (put LUA in 'scripts\addins' or put CS in 'scripts\')
-to reduce ai accuracy replace pedaccuracy.meta in 'common.rpf\common\data\ai' (replace and rebuild using openiv)
+inside pedaccuracy.meta you can set the AI_GLOBAL_MODIFIER value to your liking (set to 0.9 in this file, originally was 2.0)
huge thanks to Alexande Blade and the modding community!!
have fun,
HippieCommunist.
0.11
-added RD while wearing armor
0.1b
-lua version disabled while driving
----------------------------
this little quick script makes the player go ragdoll once hit. it is in early stages as I'm still putting the pieces together.
it also makes the game pretty hard! so I've included a reduced ai accuracy setting file for balance,
*it will make helicopters sting you less as well.
installation:
-use the version you perfer (put LUA in 'scripts\addins' or put CS in 'scripts\')
-to reduce ai accuracy replace pedaccuracy.meta in 'common.rpf\common\data\ai' (replace and rebuild using openiv)
+inside pedaccuracy.meta you can set the AI_GLOBAL_MODIFIER value to your liking (set to 0.9 in this file, originally was 2.0)
huge thanks to Alexande Blade and the modding community!!
have fun,
HippieCommunist.
0.11
-added RD while wearing armor
0.1b
-lua version disabled while driving
Carregat per primera vegada: 14 de Maig de 2015
Actualització més recent: 27 de Juny de 2015
Últim descarregat: 11 de Octubre de 2024
okay,i will trying to do it...
thanks @shadow ^_^
@shadow i cant find the mode, can you give me a link to it...
@Abodi https://de.gta5-mods.com/scripts/health-and-armour-regen
1) When you download the file you will want to open the old version inside the folder "old"
2) Open regen11.lua with notepad and delete the following:
else
PED.ADD_ARMOUR_TO_PED(playerID, 1) -- Adds 1.0% to armour. Max armour is 100. Can only be integers.
--print(PED.GET_PED_ARMOUR(playerID)) -- For testing
timer = 0
3) Now look for this section:
if ENTITY.GET_ENTITY_HEALTH(playerID) < ENTITY.GET_ENTITY_MAX_HEALTH(playerID) then
ENTITY.SET_ENTITY_HEALTH(playerID, ENTITY.GET_ENTITY_HEALTH(playerID)+1) -- Adds 0.5% to health. Max health is 200. Can only be integers (+1, +2, +3 etc.)
timer = 0
--print(ENTITY.GET_ENTITY_HEALTH(playerID)
4) Now just change ENTITY.GET_ENTITY_HEALTH(playerID)+1) to ENTITY.GET_ENTITY_HEALTH(playerID)+200)
and timer = 0 to timer = 200
5) Enjoy instant health regen and all the ragdolling in the world
@Shadow 0f Raven many thanks to you ^^
@Abodi
LOL. GTA5-MODS thinks U were talking to me! So pushed ME a notification that U mentioned me!
I think they should really fix that bug! ;)
@Abodi No problem!
@Shadow hhhh iam sory XD
yeah you alright they should fix it
@Shadow 0f Raven it worked and i get ragdoll when i get hurt without losing health,but it cause a lot of game crush :\
Very fun mod, a few bugs and annoying things here and there, but it makes combat a lot harder & fun.
+like
@Abodi that is quite strange, I am not expieriencing any crashing
@Abodi hey they updated the godmode script that is supposed to work with ragdoll and it is actual godmode if you want to give it a try https://www.gta5-mods.com/scripts/godmode-script
@VirusRenamon - I have the noragdoll mod on my pc :P b4 it was "taken" down if you want it, just get it from here -- http://www.mediafire.com/download/861hew0ewn1te6x/b1315a-noragdoll2.zip
I kinda wanna try playing through the campaign with this and reduced health.
A key for toggling the mod on and off would be nice though.
Hey HippieCommunist!
I remember the mod you made for GTA IV, the euphoria mod.
Is it possible to make a mod like this for GTA V? Because that shit was fun as hell!
fantastic but there is an issue with the battleground mod :S
@gtaandstuff try my own RCIF mod with all the mods recommended on that page for a truly brutal realistic experience.
@Shadow 0f Raven Special Godmode.
It amazes me how the smallest mods can make the biggest gameplay changes!
Hey nice mod, but i think you should also try to make it ragdoll-able when got hit by punch or melee.