User Details
- User Since
- Jul 3 2020, 3:35 AM (228 w, 6 d)
- Roles
- Disabled
Jun 18 2024
To clarify this issue, it seems to be an issue with data returned via methods.
May 13 2024
May 4 2024
May 2 2024
Looking to close up some of my tickets, and figured out the cause of this specific issue.
Apr 23 2024
Apr 19 2024
Dec 15 2023
Imagine any modder not wanting this, and instead actively making excuses for Bohemia's unwillingness to provide it.
Dec 12 2023
Jun 20 2023
Jun 17 2023
May 31 2023
@Geez The proposed fix does not address the root cause of the issue, which is not synchronization but is in fact incorrect calling of ProcessDirectDamage outside of intended conditions.
May 15 2023
@Mortan, are you also writing the 5 variables in the correct sequence in OnStoreSave?
Apr 21 2023
@Geez Can you confirm if the latest patch notes entry for "Fixed: Crash when calling methods on inventory owner in GameInventory.Init" is related to this issue?
Feb 17 2023
Jan 19 2023
@Geez Any updates to this?
Sep 17 2022
@Geez, can you please provide some clarity as to the meaning of "scheduled for a fix"?
Jul 15 2022
This is due to desynchronization between client and server side CommandHandlers. Certain actions are blocked (or otherwise informed) by checks which are performed only on client or server, and once the two are desynchronized there's very little that can be done to fix it. There were "hard actions" like surrendering, passing out, etc which helped in the past but it seems like engine changes have prevented that from being effective anymore.
Jul 7 2022
Jun 23 2022
The <sorting> block needs to go into the <inputs> sub-block, not directly into <modded_inputs>.
modded class PlayerBase extends ManBase { protected bool m_ProxiesHiddenInCar; protected bool m_ProxiesHiddenInCarClient;
Jun 22 2022
modded class PlayerBase extends ManBase { protected bool m_ProxiesHiddenInCar; protected bool m_ProxiesHiddenInCarClient;
May 11 2022
Apr 26 2022
Update following further testing; it appears that exiting to main menu and rejoining the server fixes the issue, and therefore does not seem to be linked to DirectSound capture and may instead be networking related.
Apr 25 2022
Apr 24 2022
Confirming this; a noise gate should only be applied (if at all) when the voice activation feature is enabled.
Apr 2 2022
Apr 9 2021
Apr 2 2021
Dec 5 2020
Hmmm, what exactly are you trying to do?
I can confirm that it *does* work; we implemented Push To Talk on Kinship the day 1.10 was released. You need to ensure that you're calling SetSynchDirty() on the transmitter after setting the broadcast states.
Nov 25 2020
Nov 23 2020
Further update:
Nov 22 2020
As reported by the OP, a significant contributor to this issue is the Food Decay / Cooling system. This is *not*, however, the only factor. Disabling it will definitely prolong the time it takes for these issues to be felt, but we've had to switch from a 6 hour restart cycle to a 3 hour one - as well as disabling the new systems - in order to maintain a playable environment.
Nov 21 2020
Can also confirm this issue.
Oct 8 2020
Unfortunately I can also confirm this bug.
Sep 18 2020
Containers themselves (pouches, medkits, etc) are only a factor when they're attached to something that inherits from ClothingBase, as the CanReceiveItemIntoCargo checks go up the hierarchy to parent objects, so if - for example - a bag has a Protector Case attached to it, the Protector Case will return false because its parent - a clothing item - returns false.
Jul 15 2020
This has become *extremely* important given the changes to CanReceiveItemIntoCargo and CanPutInCargo with 1.08.