Page MenuHomeFeedback Tracker

DayZ ModdingProject
ActivePublic

Members (60)

Watchers

  • This project does not have any watchers.

Details

Description

Space for mod related issues

Recent Activity

Yesterday

RedFalcon added a comment to T192417: After 1.28 Stable, getting Clientside Max InputUserData reached error for custom vehicle doors.

To clarify, this is happening to all heli doors in the mod and was not happening with DayZ 1.27

Thu, Jun 5, 11:42 PM · DayZ Modding, DayZ
RedFalcon created T192417: After 1.28 Stable, getting Clientside Max InputUserData reached error for custom vehicle doors.
Thu, Jun 5, 11:28 PM · DayZ Modding, DayZ
Volga created T192397: Потеря пакетов на официальных серверах.
Thu, Jun 5, 5:26 PM · DayZ Modding, DayZ
Geez added a comment to T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.

Unfortunately due to the current internal priorities we cannot spare devs to debug user created content.
Regards,
Geez

Thu, Jun 5, 10:44 AM · DayZ Modding, DayZ

Wed, Jun 4

gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Hello.
This seems to be related to car cutting tree script that has been described bellow:

Hello, in the experimental version of the game (1.28), one of the vehicle-based tree-cutting scripts has started causing server crashes. It works fine in version 1.27.

override void OnContact( string zoneName, vector localPos, IEntity other, Contact data )
{

if ( EngineIsOn() && (data.Impulse > 2000 || GetSpeedometer() > 10))
 {
    Object tree = Object.Cast( other );
        if (tree.IsTree())
        {
            if ( tree.IsCuttable() /* || tree.IsBush() */ )
            {
                Class treeType = NULL;
                if ( tree.IsInherited(TreeHard) )
                {
                    treeType = TreeHard.Cast( tree );
                }
                else if ( tree.IsInherited(TreeSoft) )
                {
                    treeType = TreeSoft.Cast( tree );
                }
                if ( treeType )
                {
                    tree.DecreaseHealth("", "", 100, true);
                    tree.OnTreeCutDown( this ); //RPC Send
                    dBodyDestroy(tree);
                }
                data.Impulse = data.Impulse * 0.01;
            }
        }
}
super.OnContact(zoneName, localPos, other, data);

}

If I remove these lines: tree.DecreaseHealth("", "", 100, true); and dBodyDestroy(tree);, the script works, but the tree does not fall, as expected.
Regards,

This is not a vanilla behaviour but we are looking into it.
Geez

Wed, Jun 4, 11:30 PM · DayZ Modding, DayZ
harrybrah114 added a comment to T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.

Hello.
This is caused by the modded content you are running. The mod creators will have to fix this on their end. Very likely caused by some modded animations.
Regards,
Geez

Wed, Jun 4, 4:58 PM · DayZ Modding, DayZ
Geez changed the status of T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178 from New to Reviewed.

Hello.
This seems to be related to car cutting tree script that has been described bellow:

Wed, Jun 4, 3:55 PM · DayZ Modding, DayZ
Geez closed T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process as Resolved.

Hello.
This is caused by the modded content you are running. The mod creators will have to fix this on their end. Very likely caused by some modded animations.
Regards,
Geez

Wed, Jun 4, 3:54 PM · DayZ Modding, DayZ
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Wed, Jun 4, 3:48 AM · DayZ Modding, DayZ
harrybrah114 updated the task description for T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.
Wed, Jun 4, 1:50 AM · DayZ Modding, DayZ
harrybrah114 created T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.
Wed, Jun 4, 1:34 AM · DayZ Modding, DayZ
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Same error, higher pop server.

Wed, Jun 4, 1:28 AM · DayZ Modding, DayZ

Tue, Jun 3

Norealname created T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.
Tue, Jun 3, 11:25 PM · DayZ Modding, DayZ
Geez merged T192295: More radio frequencies into T192301: More radio frequencies.
Tue, Jun 3, 12:44 PM · DayZ Modding, DayZ
Geez merged task T192295: More radio frequencies into T192301: More radio frequencies.
Tue, Jun 3, 12:44 PM · DayZ Modding, DayZ
Geez merged tasks T192300: More radio frequencies, T192298: More radio frequency into T192301: More radio frequencies.
Tue, Jun 3, 12:37 PM · DayZ Modding, DayZ
Geez merged task T192300: More radio frequencies into T192301: More radio frequencies.
Tue, Jun 3, 12:36 PM · DayZ Modding, DayZ
Geez merged task T192298: More radio frequency into T192301: More radio frequencies.
Tue, Jun 3, 12:36 PM · DayZ Modding, DayZ
Geez changed the status of T192301: More radio frequencies from New to Feedback.
Tue, Jun 3, 12:34 PM · DayZ Modding, DayZ
Mezhakov added a comment to T192295: More radio frequencies.

Ну хоть кто,то это сделает. Наконец - то!!!

Tue, Jun 3, 8:06 AM · DayZ Modding, DayZ

Mon, Jun 2

TheEnd created T192301: More radio frequencies.
Mon, Jun 2, 5:21 PM · DayZ Modding, DayZ
Argentum created T192300: More radio frequencies.
Mon, Jun 2, 5:04 PM · DayZ Modding, DayZ
Argentum changed Operating System from os:w7 to os:w11x64 on T192300: More radio frequencies.
Mon, Jun 2, 5:04 PM · DayZ Modding, DayZ
Argentum added a comment to T192295: More radio frequencies.

Полностью поддерживаю данную идею.

Mon, Jun 2, 5:01 PM · DayZ Modding, DayZ
markshark added a comment to T192295: More radio frequencies.

I fully support it. Moreover, Bohemia promised to introduce this function, but several years have passed since then. But there is no progress

Mon, Jun 2, 4:10 PM · DayZ Modding, DayZ
Gush added a comment to T192295: More radio frequencies.

Please do this is a good idea

Mon, Jun 2, 3:48 PM · DayZ Modding, DayZ
AHapX created T192298: More radio frequency.
Mon, Jun 2, 3:36 PM · DayZ Modding, DayZ
coolmordon added a comment to T192295: More radio frequencies.

It was high time to do it!

Mon, Jun 2, 2:11 PM · DayZ Modding, DayZ
Mahauu added a comment to T192295: More radio frequencies.

good idea

Mon, Jun 2, 2:05 PM · DayZ Modding, DayZ
SATOSHI created T192295: More radio frequencies.
Mon, Jun 2, 1:34 PM · DayZ Modding, DayZ

Mon, May 26

DarkCryace created T192154: Читер.
Mon, May 26, 11:38 PM · DayZ Modding, DayZ
inkihh added a comment to T191910: ActionStartEngine.OnFinishProgress() doesn't call super().

Thank you!

Mon, May 26, 2:43 PM · DayZ Modding, DayZ
Geez closed T191910: ActionStartEngine.OnFinishProgress() doesn't call super() as Resolved.

Resolved for 1.28 stable

Mon, May 26, 2:30 PM · DayZ Modding, DayZ

Thu, May 22

ComradeChuckles added a comment to T179557: Allow the config InventorySlotsOffsets to be controllable via script.

Second. This functionality really is a must, really want to see this. Please Respond

Thu, May 22, 11:21 PM · DayZ Modding, DayZ

Wed, May 21

Genriet1 added a comment to T189206: Damage zones disable when inventory slots are occupied (bone link issue).

Also, I would really appreciate it if you could add an option to control brain hitbox disabling when wearing a helmet. I believe it's part of the same system, so it could be an entry in the damage zone definition, if zones need to be disabled when certain slots are occupied.

Wed, May 21, 8:57 PM · DayZ Modding, DayZ

Tue, May 20

Geez closed T191995: Dayz duping as Resolved.
Tue, May 20, 10:07 AM · DayZ Modding, DayZ

Mon, May 19

Losmoney212 created T191995: Dayz duping.
Mon, May 19, 9:09 PM · DayZ Modding, DayZ

Fri, May 16

Geez closed T191890: Dayz Expansion crash after update as Resolved.

Hello.
If this is related to the DayZ Expansion mod then there is nothing we can do on our end.
Regards,
Geez

Fri, May 16, 12:08 PM · DayZ Modding, DayZ
Geez changed the status of T191910: ActionStartEngine.OnFinishProgress() doesn't call super() from New to Assigned.
Fri, May 16, 11:53 AM · DayZ Modding, DayZ
TrueDolphin added a comment to T191873: filename/pathing inconsistencies.

class Worm - class damagesystem - class globalhealth - class health - healthlevels for the first one.

Fri, May 16, 5:41 AM · DayZ Modding, DayZ

Thu, May 15

inkihh created T191910: ActionStartEngine.OnFinishProgress() doesn't call super().
Thu, May 15, 4:24 PM · DayZ Modding, DayZ

Wed, May 14

TrueDolphin added a comment to T191873: filename/pathing inconsistencies.

All the rvmats with """" in the names. They don't exist and can't on windows based machines.
In aware the VFS would allow it, but it seems like automated file generation issues.

Wed, May 14, 9:59 PM · DayZ Modding, DayZ
thehboy created T191890: Dayz Expansion crash after update.
Wed, May 14, 8:17 PM · DayZ Modding, DayZ
Geez added a comment to T191873: filename/pathing inconsistencies.

Can you please specify what item are you refering to?

Wed, May 14, 3:33 PM · DayZ Modding, DayZ
TrueDolphin added a comment to T191873: filename/pathing inconsistencies.

"""" is an invalid filename.

Wed, May 14, 3:22 PM · DayZ Modding, DayZ
Geez changed the status of T191754: stone6 - collision incorrectly scaling with model scale and rotation from Assigned to Confirmed Internally.
Wed, May 14, 2:56 PM · DayZ Modding, DayZ
Geez changed the status of T191751: events.bin from Assigned to Need More Info.

Hello,
Can you please send us all the files you have changed related to ecconomy or send the whole mission folder? As without any changes in the files we are unable to reproduce the issue, therefore we believe it might be caused by your changes.

Wed, May 14, 1:51 PM · DayZ Modding, DayZ
Geez added a comment to T191873: filename/pathing inconsistencies.

Can you please provide more information and details?

Wed, May 14, 12:20 PM · DayZ Modding, DayZ
Geez changed the status of T191873: filename/pathing inconsistencies from New to Assigned.
Wed, May 14, 10:32 AM · DayZ Modding, DayZ
Geez changed the status of T191872: map declare inconsistency from New to Assigned.
Wed, May 14, 10:31 AM · DayZ Modding, DayZ