Page MenuHomeFeedback Tracker

DayZ ModdingProject
ActivePublic

Watchers

  • This project does not have any watchers.

Details

Description

Space for mod related issues

Recent Activity

Today

Geez changed the status of T180210: Dayz Server Linux Stable 1.24 JSON files write corruption issues from New to Assigned.

@dedmen

Thu, Mar 28, 2:48 PM · DayZ Modding, DayZ
RoadRat created T180210: Dayz Server Linux Stable 1.24 JSON files write corruption issues.
Thu, Mar 28, 1:36 PM · DayZ Modding, DayZ
Geez changed the status of T180168: Registering vehicle animations of player as anim instance from New to Feedback.
Thu, Mar 28, 12:31 PM · DayZ Modding, DayZ

Yesterday

jdfnc24 added a comment to T180168: Registering vehicle animations of player as anim instance.

I second this

Wed, Mar 27, 9:06 PM · DayZ Modding, DayZ

Tue, Mar 26

Hunterz created T180168: Registering vehicle animations of player as anim instance.
Tue, Mar 26, 5:28 PM · DayZ Modding, DayZ

Mon, Mar 25

mattty-ice- added a comment to T179692: DS Utils not signing pbo's since 1.24.

I am having this exact same issue. It tells me a pbo is not there, but it very clearly is there and all signed properly.

Mon, Mar 25, 5:19 PM · DayZ Modding, DayZ

Sat, Mar 23

vadymbabii added a comment to T179673: Extend Read / Write context.

I understand this behavior, that's why I suggest adding a new Read method with a typename as an input argument. But probably it can cause issues with the EnScript's primitive types or classes with templates. Sorry for my English, it still isn't good enough to explain everything I want to explain) Btw, I see your point and understand that even the method I suggest doesn't help to resolve the issue. Looks like using templates is the only way to make it work. Thanks for your replies! Maybe we can also discuss this issue? :D https://feedback.bistudio.com/T173049

Sat, Mar 23, 8:48 PM · DayZ Modding, DayZ
lava76 added a comment to T179673: Extend Read / Write context.

The issue isn't writing, the issue is reading.

Sat, Mar 23, 3:11 PM · DayZ Modding, DayZ

Fri, Mar 22

vadymbabii added a comment to T179673: Extend Read / Write context.

The issue I am trying to resolve is the possibility of sending any type of data as a class object with a field with type Class

Fri, Mar 22, 11:32 PM · DayZ Modding, DayZ
Smola added a comment to T179297: Crash Server.

@JakeLamotta Hi my friend add me in discrod _smola_

Fri, Mar 22, 10:03 PM · DayZ Modding, DayZ
lava76 added a comment to T179673: Extend Read / Write context.

What type of data the serializer will covert to binary representation? CChild object or CParent?

Fri, Mar 22, 6:24 PM · DayZ Modding, DayZ

Thu, Mar 21

Eruthon added a comment to T149087: Launcher Server Browser Mod Limit.

Still not fixed, I'm hitting the limit with 36 mods, though.

Thu, Mar 21, 2:00 PM · DayZ Modding, DayZ

Wed, Mar 20

Nate_LapT updated subscribers of T179692: DS Utils not signing pbo's since 1.24.

Hey @Geez Thanks for your hardwork here,
Can I get an acknowledgement this has at least been passed over to QA for review?

Wed, Mar 20, 4:15 PM · DayZ Modding, DayZ
vadymbabii added a comment to T179673: Extend Read / Write context.

Hi lava76! Thanks for replying. Yeah, I believe I misunderstood some things, but I am still a little bit confused. Maybe the example I provided isn't the best. So here's another one

Wed, Mar 20, 12:43 PM · DayZ Modding, DayZ
Geez closed T180042: Crash with custom skeleton creature as Resolved.

There is a script RPC being received with number 10042 and there is also a mention of "Chyceni" in the dump.
Not much else we can get from this.

Wed, Mar 20, 11:27 AM · DayZ Modding, DayZ

Tue, Mar 19

Sajid_Alfa created T180042: Crash with custom skeleton creature.
Tue, Mar 19, 7:51 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

I've been told that was a bad example since I didn't include a config.cpp file...
swapped it out with the code I'm trying to actually use.
Which does not run locally.

Tue, Mar 19, 7:28 AM · DayZ Modding, DayZ

Mon, Mar 18

Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

in todays adventure of, Will It Sign...

Mon, Mar 18, 10:17 PM · DayZ Modding, DayZ
Geez added a comment to T179297: Crash Server.

Unfortunately no other info I can provide.

Mon, Mar 18, 1:12 PM · DayZ Modding, DayZ
Regard added a comment to T179297: Crash Server.

Can you specify at least which mod it is so that you can apply?

Mon, Mar 18, 1:04 PM · DayZ Modding, DayZ
Geez closed T179297: Crash Server as Resolved.

Hello Regard.
The issue you are experiencing is due to issues with scripts in the mods you are using. The mod creators have to fix the problems on their end.
Regards,
Geez

Mon, Mar 18, 10:24 AM · DayZ Modding, DayZ

Sun, Mar 17

Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

further follow up, went and made a new key from another PC I've never used dayz tools on.
no change.

Sun, Mar 17, 11:20 PM · DayZ Modding, DayZ
Nate_LapT changed Category from category:general to category:dedicatedserver on T179692: DS Utils not signing pbo's since 1.24.
Sun, Mar 17, 10:37 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

Another day wasting a few more hours with this bug
Tried to build another mod to test locally, and nope same error.

Sun, Mar 17, 10:34 PM · DayZ Modding, DayZ
lava76 added a comment to T179673: Extend Read / Write context.

This ticket seems to be based on a misunderstanding of how the serializers work in DayZ. For the serializer to know how to read something, it needs to know the structure of what it is reading, since written serialized data is just a binary blob with no structural information whatsoever. Class obviously lacks any structural info that the serializer could use to make sense of the binary data it is reading.

Sun, Mar 17, 2:20 PM · DayZ Modding, DayZ

Sat, Mar 16

Smola added a comment to T179297: Crash Server.

@Regard I have the exact same problem contact me on Discord _smola_

Sat, Mar 16, 8:06 PM · DayZ Modding, DayZ
Smola added a comment to T179297: Crash Server.

I've been having the exact same problem for over half a year now.

Sat, Mar 16, 7:39 PM · DayZ Modding, DayZ
Regard added a comment to T179297: Crash Server.

The problem persisted{F3890229}

Sat, Mar 16, 5:02 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

Ok......
Literally the only thing I changed since posting this, was removing the mod from the server while I slept, and upon testing again today, it is now working.
The publish date is yesterday. So same key file, same pbo!

Sat, Mar 16, 2:23 AM · DayZ Modding, DayZ

Fri, Mar 15

Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

Everything is correct.
tried local server with only 2 mods, map and the loading screen, used addon builder (which everyone suggests not to) DS Utils, Signed OK!
Same issue.

Fri, Mar 15, 2:36 AM · DayZ Modding, DayZ
Nate_LapT renamed T179692: DS Utils not signing pbo's since 1.24 from DS Utils not signing 1 pbo out of modpack since 1.24 to DS Utils not signing pbo's since 1.24.
Fri, Mar 15, 12:13 AM · DayZ Modding, DayZ

Thu, Mar 14

Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

Thu, Mar 14, 11:43 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T179692: DS Utils not signing pbo's since 1.24.

Just had this issue with another server.
Different map, different server, different mod

Thu, Mar 14, 11:09 PM · DayZ Modding, DayZ
Geez closed T179897: Need help with server crash minidump file as Resolved.

Hello Hunterz.
We cannot give much more information about this other than SignalAIAttackEnded was called. Why exactly that made it crash we do not know, it would require a deeper investigation which we do not have resources for at the moment (as it would be investigating community made content).

Thu, Mar 14, 2:44 PM · DayZ Modding, DayZ
Geez closed T179906: please delete as Resolved.
Thu, Mar 14, 10:02 AM · DayZ Modding, DayZ
bl3ut3n renamed T179906: please delete from [DAYZ_SAMPLES] P3D model "sample_building.p3d" from Test_Building in DayZ_Samples files does not work when packed in an addon. to please delete.
Thu, Mar 14, 5:43 AM · DayZ Modding, DayZ
bl3ut3n created T179906: please delete.
Thu, Mar 14, 1:52 AM · DayZ Modding, DayZ

Wed, Mar 13

Hunterz created T179897: Need help with server crash minidump file.
Wed, Mar 13, 6:38 PM · DayZ Modding, DayZ
Hunterz added a comment to T179874: Crash with custom skeleton zombies/mutants client only.

Just curious why it not produce crashlog

Wed, Mar 13, 5:32 PM · DayZ Modding, DayZ
Hunterz added a comment to T179874: Crash with custom skeleton zombies/mutants client only.

In vicinityitemmanager remove hardcoded spine3 for zombiebase

Wed, Mar 13, 5:30 PM · DayZ Modding, DayZ
Sajid_Alfa added a comment to T179874: Crash with custom skeleton zombies/mutants client only.

client log is clear and not point to anything

Wed, Mar 13, 5:02 PM · DayZ Modding, DayZ
TrueDolphin added a comment to T139670: Create custom RCON commands in Enforce Script.

I'm going to bump this with the request of both feature paths mentioned.

Wed, Mar 13, 1:44 PM · DayZ Modding, DayZ
Geez closed T179874: Crash with custom skeleton zombies/mutants client only as Resolved.

Hello d146ales.
There is a script call to GetBonePositionWS with invalid index on the infected from a players CommandHandler
Regards,
Geez

Wed, Mar 13, 1:41 PM · DayZ Modding, DayZ

Tue, Mar 12

d146ales created T179874: Crash with custom skeleton zombies/mutants client only.
Tue, Mar 12, 11:41 PM · DayZ Modding, DayZ
LBmaster added a comment to T177251: Feature Request: Proper support for Softdependencies.

I just checked again, becaus I saw other mods using somthing like

class CfgAddons {
    class PreloadBanks {};
    class PreloadAddons {
        class dayz {
            list[] = {
                "Other_Mod_Name"
            };
        };
    };
};
Tue, Mar 12, 3:57 PM · DayZ Modding, DayZ
Geez changed the status of T179832: VideoWidget from New to Reviewed.

Hello virusomanvs.
Currently we are going over this internally. No decision as to if this will be possible or not yet.
Regards,
Geez

Tue, Mar 12, 11:03 AM · DayZ Modding, DayZ
Geez changed the status of T179833: Suggestion to add ToBase64String and FromBase64String methods to Serializer class. from New to Feedback.
Tue, Mar 12, 10:53 AM · DayZ Modding, DayZ
inkihh added a comment to T169368: Option Export and Import items to binary.

This would be awesome

Tue, Mar 12, 8:48 AM · DayZ Modding, DayZ

Mon, Mar 11

VasliyP added a comment to T179349: does not work properly fuction ForceStance (STANCEIDX_RAISEDERECT or STANCEIDX_RAISEDCROUCH or STANCEIDX_RAISEDPRONE) class HumanCommandMove .

Hello everyone.
Sounds like what you want to be using is HumanInputController.OverrideRaise. Here is some example code that works:

modded class PlayerBase
{
	override void CommandHandler(float pDt, int pCurrentCommandID, bool pCurrentCommandFinished)
Mon, Mar 11, 6:08 PM · DayZ Modding, DayZ
T3Z created T179833: Suggestion to add ToBase64String and FromBase64String methods to Serializer class..
Mon, Mar 11, 11:36 AM · DayZ Modding, DayZ