Page MenuHomeFeedback Tracker
Feed Advanced Search

Today

mdc created T180598: Minidump Analysis - Nonspecific CTD.
Fri, Apr 19, 10:11 AM · DayZ Modding, DayZ

Dec 15 2023

mdc added a comment to T177818: A request from all Modders.

Imagine any modder not wanting this, and instead actively making excuses for Bohemia's unwillingness to provide it.

Dec 15 2023, 9:36 AM · DayZ Modding, DayZ

Dec 12 2023

mdc added a comment to T177818: A request from all Modders.

Dec 12 2023, 2:54 AM · DayZ Modding, DayZ

Jun 20 2023

mdc edited Additional Information on T173425: Incorrect logic in UndergroundTriggerCarrier.
Jun 20 2023, 3:31 PM · DayZ
mdc created T173425: Incorrect logic in UndergroundTriggerCarrier.
Jun 20 2023, 3:31 PM · DayZ

Jun 17 2023

mdc added a comment to T170466: Server Crash Related to "Weapon Slings".

Hello everyone.

The mod authors are using the config array parameter simpleHiddenSelections for the weapon slings. This parameter was not intended to be used on clothing due to P3D switching for when the item is on the ground or when it is on the persons body. The mod authors should try and find a different solution.

Of course we are looking into this internally as well.

Regards,
Geez

Jun 17 2023, 12:03 AM · DayZ Modding, DayZ

May 31 2023

mdc added a comment to T172514: Other players can still hear pain noise when jumping .

@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 31 2023, 4:49 PM · DayZ

May 15 2023

mdc added a comment to T172167: Broken OnStoreLoad in CarScript.

@Mortan, are you also writing the 5 variables in the correct sequence in OnStoreSave?

May 15 2023, 10:26 AM · DayZ Modding, DayZ
mdc updated the task description for T172408: [Feature Request] Bind shotBullet to SimulationScriptClass.
May 15 2023, 8:10 AM · DayZ Modding, DayZ
mdc created T172408: [Feature Request] Bind shotBullet to SimulationScriptClass.
May 15 2023, 8:09 AM · DayZ Modding, DayZ

Apr 21 2023

mdc updated subscribers of T170466: Server Crash Related to "Weapon Slings".

@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?

Apr 21 2023, 2:53 PM · DayZ Modding, DayZ

Feb 17 2023

mdc created T170466: Server Crash Related to "Weapon Slings".
Feb 17 2023, 9:43 AM · DayZ Modding, DayZ

Jan 19 2023

mdc updated subscribers of T164529: [Feature Request] Addition of "outputRange" and "gain" config entries for objects with itemTransmitter simulation..

@Geez Any updates to this?

Jan 19 2023, 1:50 PM · DayZ Modding, DayZ

Sep 17 2022

mdc added a comment to T156198: Tied up players can swim in water .

@Geez, can you please provide some clarity as to the meaning of "scheduled for a fix"?

Sep 17 2022, 6:17 PM · DayZ

Jul 15 2022

mdc added a comment to T166276: Inventory / Hand slot bugs seemingly caused by walking over / falling from objects whilst doing other actions..

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 15 2022, 11:38 PM · DayZ

Jul 7 2022

mdc added a comment to T166463: Recursive weight calculation logic not functioning correctly (All Platforms - Since Implementation).

Thank you for the report mdc.
This is a known problem and it will be looked into.
Regards,
Geez

Jul 7 2022, 11:08 PM · DayZ
mdc created T166463: Recursive weight calculation logic not functioning correctly (All Platforms - Since Implementation).
Jul 7 2022, 7:00 AM · DayZ

Jun 23 2022

mdc added a comment to T165909: Trying to add <sorting> block to <modded_inputs> not recognized.

Yup, got that sorted so this particular issue is resolved. Now to get the keybind menu to scroll instead if cutting off excess tabs.

Jun 23 2022, 9:25 PM · DayZ Modding, DayZ
mdc added a comment to T165909: Trying to add <sorting> block to <modded_inputs> not recognized.

The <sorting> block needs to go into the <inputs> sub-block, not directly into <modded_inputs>.

Jun 23 2022, 8:58 AM · DayZ Modding, DayZ
mdc added a comment to T150113: Backpacks and weapons clipping in vehicles.
modded class PlayerBase extends ManBase
{
	protected bool m_ProxiesHiddenInCar;
	protected bool m_ProxiesHiddenInCarClient;
Jun 23 2022, 8:50 AM · DayZ

Jun 22 2022

mdc added a comment to T150113: Backpacks and weapons clipping in vehicles.

Maybe better

Jun 22 2022, 3:17 PM · DayZ
mdc added a comment to T150113: Backpacks and weapons clipping in vehicles.

Well look at that, I took MDC's script above and applied it and it works flawlessly.

Jun 22 2022, 2:59 PM · DayZ
mdc added a comment to T150113: Backpacks and weapons clipping in vehicles.
modded class PlayerBase extends ManBase
{
	protected bool m_ProxiesHiddenInCar;
	protected bool m_ProxiesHiddenInCarClient;
Jun 22 2022, 10:59 AM · DayZ

May 11 2022

mdc created T164779: [Feature Request] Method for calling parent class implementation from child class.
May 11 2022, 4:57 PM · DayZ Modding, DayZ

Apr 26 2022

mdc created T164531: Out-of-order transmission of VOIP.
Apr 26 2022, 2:16 AM · DayZ
mdc added a comment to T164508: VOIP Capture/Transmission Sample Rate Issue.

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 26 2022, 2:11 AM · DayZ
mdc created T164529: [Feature Request] Addition of "outputRange" and "gain" config entries for objects with itemTransmitter simulation..
Apr 26 2022, 12:21 AM · DayZ Modding, DayZ
mdc added a member for DayZ Modding: mdc.
Apr 26 2022, 12:11 AM

Apr 25 2022

mdc created T164508: VOIP Capture/Transmission Sample Rate Issue.
Apr 25 2022, 3:40 AM · DayZ

Apr 24 2022

mdc added a comment to T164404: Noise gate / base-level voice threshold too high - blocking out low-volume mics..

Confirming this; a noise gate should only be applied (if at all) when the voice activation feature is enabled.

Apr 24 2022, 4:02 AM · DayZ

Apr 2 2022

mdc created T164039: SetScale - Inconsistent Behaviour.
Apr 2 2022, 4:30 AM · DayZ Modding, DayZ

Apr 9 2021

mdc added a comment to T157566: Weather Exploit.

Look's like you community admins got your way by harassing Bohemia Interactive, threatening legal action, and sh*tting on official servers.
Congratulations.

Apr 9 2021, 8:27 PM · DayZ

Apr 2 2021

mdc added a comment to T157566: Weather Exploit.

Can you please let us know on which server are you experiencing the problem? And if on official, can you please provide us with some kind of video proof? As currently the data we have points towards this possibly being an issue with a mod.

Apr 2 2021, 1:30 PM · DayZ

Dec 5 2020

mdc added a comment to T151990: ItemTransmitter.EnableBroadcast doesn't work.

Hmmm, what exactly are you trying to do?

Dec 5 2020, 6:33 PM · DayZ Modding, DayZ
mdc added a comment to T151990: ItemTransmitter.EnableBroadcast doesn't work.

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.

Dec 5 2020, 4:27 PM · DayZ Modding, DayZ

Nov 25 2020

mdc added a comment to T155184: Noticeable Server FPS issues 1.10.

Hello everyone and thank you for all your feedback and the information provided.
We have indeed found several issues which could cause the problems with performance as you describe and they are being looked into internally as our top priority and we will attempt to resolve this as soon as possible.
Regards,
Geez

Nov 25 2020, 8:52 PM · DayZ

Nov 23 2020

mdc added a comment to T155184: Noticeable Server FPS issues 1.10.

I’ve done a vehicle wipe 2 days after 1.10 release, had about 40 vehicles, and I saw no difference in server FPS. After combing through 1.10, learning everything it’s introduced, I feel this is just the side affect of its new features. hopefully in future updates they can optimize these new features, because this is a very negative side affect we are experiencing.

Nov 23 2020, 10:27 AM · DayZ
mdc added a comment to T155184: Noticeable Server FPS issues 1.10.

Further update:

Nov 23 2020, 5:33 AM · DayZ

Nov 22 2020

mdc added a comment to T155184: Noticeable Server FPS issues 1.10.

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 22 2020, 9:56 PM · DayZ

Nov 21 2020

mdc added a comment to T155184: Noticeable Server FPS issues 1.10.

Can also confirm this issue.

Nov 21 2020, 10:12 AM · DayZ

Oct 8 2020

mdc added a comment to T151990: ItemTransmitter.EnableBroadcast doesn't work.

Unfortunately I can also confirm this bug.

Oct 8 2020, 11:04 AM · DayZ Modding, DayZ

Sep 18 2020

mdc added a comment to T152125: Request: ClothingBase or Clothing to be moddable.

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.

Sep 18 2020, 8:59 PM · DayZ Modding, DayZ

Jul 15 2020

mdc added a comment to T152125: Request: ClothingBase or Clothing to be moddable.

This has become *extremely* important given the changes to CanReceiveItemIntoCargo and CanPutInCargo with 1.08.

Jul 15 2020, 9:19 AM · DayZ Modding, DayZ