Arma 3
Project injury Reaction (PiR)
 Denna tråd har blivit fäst, så den är troligtvis viktig
Cucumber  [utvecklare] 26 feb, 2019 @ 1:08
Bug reports
Drop finded bugs here
< >
Visar 391-405 av 436 kommentarer
0-0  [utvecklare] 14 maj, 2023 @ 23:35 
Ursprungligen skrivet av Thisispo:
If a player does not hold the main weapon in their hand, regardless of whether their health and armor coefficients are fully set or whether they are wearing heavy armor, they will fall to the ground with one shot. The problem now is that the player and AI have too little health, and the settings will not work. Even if their health and armor coefficients are fully set and they are wearing heavy armor, they cannot withstand 3-4 shots

That's right, because the animations are made only for the main weapon.
Thisispo 14 maj, 2023 @ 23:39 
The problem I am currently facing is that the player's health is very low, and changing the settings does not work, causing the player to easily fall to the ground. Is there a way to solve this situation?
0-0  [utvecklare] 15 maj, 2023 @ 2:31 
Ursprungligen skrivet av Thisispo:
The problem I am currently facing is that the player's health is very low, and changing the settings does not work, causing the player to easily fall to the ground. Is there a way to solve this situation?

All settings work only if you have a main weapon in your hands.
legoman1661 31 jul, 2023 @ 2:45 
Do the PiR medikits weigh more than the vanilla medikits? Because if so, it causes an issue where, if a medikit is in a uniform/vest/backpack with limited space, it will remove the medikit and not replace it with its PiR equivalent due to there not being enough inventory space to fit the PiR medikit.
Senast ändrad av legoman1661; 31 jul, 2023 @ 2:46
0-0  [utvecklare] 31 jul, 2023 @ 3:14 
Ursprungligen skrivet av legoman1661:
Do the PiR medikits weigh more than the vanilla medikits? Because if so, it causes an issue where, if a medikit is in a uniform/vest/backpack with limited space, it will remove the medikit and not replace it with its PiR equivalent due to there not being enough inventory space to fit the PiR medikit.

So maybe before writing to the bug tracker, it's worth launching the game and taking a look?
legoman1661 31 jul, 2023 @ 11:07 
Ursprungligen skrivet av 0-0:
Ursprungligen skrivet av legoman1661:
Do the PiR medikits weigh more than the vanilla medikits? Because if so, it causes an issue where, if a medikit is in a uniform/vest/backpack with limited space, it will remove the medikit and not replace it with its PiR equivalent due to there not being enough inventory space to fit the PiR medikit.

So maybe before writing to the bug tracker, it's worth launching the game and taking a look?
I posted that to the bug report thread because the medikits of some of the units were disappearing. It was not an issue with mass, as I had previously thought. The PiR medikit is only able to be put into backpacks, but the vanilla medikit is able to be put into vests as well as backpacks. This means that if a unit has a medikit in their vest, it will get removed and be unable to be replaced by its PiR equivalent. To fix this, simply change the 8669th line in the config file of PiR.pbo to "allowedSlots[]={701,901};"

Edit: Whilst that would allow the PiR medikits to be placed in vests, the function that changes the vanilla medikits into PiR medikits only adds medikits to the backpack. To properly fix this, the 67th line of PiRstart.sqf would have to be changed to "for "_i" from 1 to _numberOfKits do {[] remoteExecCall []};" so that the medikits can fill whatever inventory space remains, instead of always trying to fill the backpack.
Senast ändrad av legoman1661; 31 jul, 2023 @ 15:40
0-0  [utvecklare] 31 jul, 2023 @ 11:15 
Ursprungligen skrivet av legoman1661:
Ursprungligen skrivet av 0-0:

So maybe before writing to the bug tracker, it's worth launching the game and taking a look?
I posted that to the bug report thread because the medikits of some of the units were disappearing. It was not an issue with mass, as I had previously thought. The PiR medikit is only able to be put into backpacks, but the vanilla medikit is able to be put into vests as well as backpacks. This means that if a unit has a medikit in their vest, it will get removed and be unable to be replaced by its PiR equivalent. To fix this, simply change the 8669th line in the config file of PiR.pbo to "allowedSlots[]={701,901};"

Yes, the medikits can only be placed in a backpack. There is no need to fix what is not broken))) It was meant to be. The Medic must wear a backpack, this is a gameplay moment.
Bendy 9 sep, 2023 @ 11:45 
BUG?? if I give the squad a 'stop' command and then I get incapacitated - the AI squad members do not come to heal me. They just stand there looking stupid.
I have tested this in the editor multiple times - without any other mods (apart from CBA).
So if I do not give them the 'stop' command and get incapacited, they do come to heal me.
So it seems to be the 'stop' command.
0-0  [utvecklare] 9 sep, 2023 @ 12:02 
Ursprungligen skrivet av Bendy:
BUG?? if I give the squad a 'stop' command and then I get incapacitated - the AI squad members do not come to heal me. They just stand there looking stupid.
I have tested this in the editor multiple times - without any other mods (apart from CBA).
So if I do not give them the 'stop' command and get incapacited, they do come to heal me.
So it seems to be the 'stop' command.

Already answered the first message))
Longtime 10 okt, 2023 @ 8:54 
This works when I play locally but I don't see any effects on dedicated MP server. I tried to reset the vars with an empty .vars.Arma3Profile and I see the CBA settings initialize but no effects are visible. CBA3 and PIR are configured for client and server. Any ideas? I'm going crazy here... Great mod!
Longtime 10 okt, 2023 @ 14:58 
Strange but I see Indfor being injured and drag but only Indfor. Opfor or Blufor units always just die. Not sure what is happening.
Longtime 11 okt, 2023 @ 21:32 
I was able to fix my problem by allowing pir functions for remote execution.

"Scripting command 'pir' is not allowed to be remotely executed" and others, so I added the following to the mission description.ext:

class CfgRemoteExec { class Commands { class pir {}; class setbleedingremaining {}; class call {}; }; };
Senast ändrad av Longtime; 13 okt, 2023 @ 20:07
Veren 25 okt, 2023 @ 13:24 
Hi, I installed the mod again after long time and players get incapacitated after even tiny amount of damage. I have no other mods apart from PIR and CBA, and I've been testing this on default settings.
my game crashes when i try to heal myself
30 nov, 2023 @ 15:07 
Ursprungligen skrivet av Longtime:
I was able to fix my problem by allowing pir functions for remote execution.

"Scripting command 'pir' is not allowed to be remotely executed" and others, so I added the following to the mission description.ext:

class CfgRemoteExec { class Commands { class pir {}; class setbleedingremaining {}; class call {}; }; };

Still doesnt work. Same issue as you.. The ai are effected and not player
< >
Visar 391-405 av 436 kommentarer
Per sida: 1530 50