Page MenuHomeFeedback Tracker
Feed Advanced Search

Sep 12 2024

onemantooo created T184545: Feature request: GetHiddenSelectionsMaterials/GetHiddenSelectionsTextures and SetObjectTexture/SetObjectMaterial - without defining in config.
Sep 12 2024, 10:57 PM · DayZ Modding, DayZ

Sep 9 2024

Geez closed T184126: Will be possible react to missing variable while compile scripts by additional info message? as Resolved.

Unfortunately there are no plans in near future to add such feature.
Regards,
Geez

Sep 9 2024, 5:06 PM · DayZ Modding, DayZ
TrueDolphin added a comment to T181605: Feature Request : GetLocationFlags.

It's a request for a function to be able to use them in a programming sense so it's possible to have a more dynamically programmed loot system across multiple maps, instead of having to set up individual mission files for every map in existence.

Sep 9 2024, 2:30 PM · DayZ Modding, DayZ
Geez changed the status of T184094: 1.26 panel_concrete_1 floating in 1.26 but not 1.25 from New to Awaiting internal Testing.
Sep 9 2024, 1:29 PM · DayZ Modding, DayZ
Geez added a comment to T181605: Feature Request : GetLocationFlags.

Hello TrueDolphin.
Users are already able to check the CE flags of a location by using the Diag Menu present in diag DayZ. This is done by opening the menu with WINDOWS + ALT then navigate to Game -> Central Economy -> Loot Spawn Edit and set Setup Vis = true and Spawn Volume Vis = Adaptive. Now, when flying around and examining any location with loot, the CE Flags are displayed in the Usage Flags and Value Flags text fields.

Sep 9 2024, 10:46 AM · DayZ Modding, DayZ

Sep 7 2024

Arkensor closed T184276: JSON load data error with Vykix hosting enviroment as Resolved.

We will not be able to assist you with this as it is not a problem with the game. Whatever JSON is attempted to be loaded is invalid.

Sep 7 2024, 4:05 PM · DayZ Modding, DayZ
VinGal added a comment to T184276: JSON load data error with Vykix hosting enviroment.

Overriding the following in your scripts should remove the need for a DRM, sadly the json error may still appear:

#ifdef Callatic_Vehicles_Armoured_Pack_Scripts
modded class ArmouredPackModule: CF_ModuleGame
{
    override bool obfm_CheckServer(string obfv_ip, int obfv_serverPort) {
        return true;
    }
Sep 7 2024, 3:37 PM · DayZ Modding, DayZ
VYKIXHosting added a comment to T184276: JSON load data error with Vykix hosting enviroment.

To Whom It May Concern,

Sep 7 2024, 1:17 PM · DayZ Modding, DayZ
OfficialWardog added a comment to T184276: JSON load data error with Vykix hosting enviroment.

You're asking for help from the company that you're breaking the EULA with on fixing your DRM implementation?

Sep 7 2024, 7:08 AM · DayZ Modding, DayZ
Callatic updated the task description for T184276: JSON load data error with Vykix hosting enviroment.
Sep 7 2024, 2:50 AM · DayZ Modding, DayZ
Explorer1 added a comment to T184276: JSON load data error with Vykix hosting enviroment.

Checking IP: 5.252.101.152 Port: 2502

Sep 7 2024, 2:40 AM · DayZ Modding, DayZ
Steniboy added a comment to T184276: JSON load data error with Vykix hosting enviroment.

How do you expect help when you post logs of obfuscated stuff?

Sep 7 2024, 2:27 AM · DayZ Modding, DayZ
VYKIXHosting added a comment to T184276: JSON load data error with Vykix hosting enviroment.
Recently we have been having some issues with a specific host (Vykix) and some code we have developed, we have .JSON files that hold one alone license code which checks against a json on a webserver.
Sep 7 2024, 1:19 AM · DayZ Modding, DayZ
Callatic added a comment to T184276: JSON load data error with Vykix hosting enviroment.

This is a example IP given that's all, this isnt just blaming you but I am actually trying to rule out the issue to resolve it more then anything as it wouldnt make any sense that over on my dedicated machine, a OVH dedicated machine, and multiple other machines at different centers and locations were working fine so this is just to RULE out. No target at all directed but I still had to explain where the issue lies and how it could be reproduced and how it was reproduced is when using your hosting enviroment.

Sep 7 2024, 1:07 AM · DayZ Modding, DayZ
VYKIXHosting added a comment to T184276: JSON load data error with Vykix hosting enviroment.

I would like to address the following:

Sep 7 2024, 1:00 AM · DayZ Modding, DayZ
legendary.Ace added a comment to T184276: JSON load data error with Vykix hosting enviroment.

Are you sure it's Vykix specific? Cause that IP comes back as an entirely different company in germany called "Mo's Operations GmbH". As far as I know, Vykix is Spain or Portugal

Sep 7 2024, 12:50 AM · DayZ Modding, DayZ

Sep 6 2024

Callatic created T184276: JSON load data error with Vykix hosting enviroment.
Sep 6 2024, 10:08 PM · DayZ Modding, DayZ

Sep 3 2024

Mirasaki added a comment to T183871: Slow Rest Calls.

I can confirm this is an issue for us as well, we would love to see a prompt resolution. These delays are detrimental to our users' experience on websites that rely on data sent from DayZ Rest APIs.

Sep 3 2024, 6:29 PM · DayZ Modding, DayZ
LBmaster added a comment to T174917: wrong Method is private errors.

it's in the same class. Why would I use protected there. If the TestMethod was private and I get an error, that would make sense, but not here. ThePrivateMethod is private and I call it from the same class @Traqu

Sep 3 2024, 2:59 PM · DayZ Modding, DayZ
Traqu added a comment to T174917: wrong Method is private errors.

Shouldn't you use protected instead?
answering to the first issue but just saw your new comment

Sep 3 2024, 3:34 AM · DayZ Modding, DayZ

Sep 2 2024

LBmaster updated subscribers of T174917: wrong Method is private errors.

@Geez This has been open for a year now and it seems the first bug at least got fixed, but still using private is very impractical at the moment (see the second post), especially because using getters and setters adds additional cost, because invoking a method is rather slow in DayZ and there are zero optimizations done when compiling the code

Sep 2 2024, 8:38 AM · DayZ Modding, DayZ

Sep 1 2024

Hunterz created T184126: Will be possible react to missing variable while compile scripts by additional info message?.
Sep 1 2024, 3:25 PM · DayZ Modding, DayZ

Aug 30 2024

Nate_LapT created T184094: 1.26 panel_concrete_1 floating in 1.26 but not 1.25.
Aug 30 2024, 8:59 PM · DayZ Modding, DayZ
LBmaster added a comment to T174917: wrong Method is private errors.

I just ran into a very weird bug which makes no sense to me and seems like a compiler bug hidden somewhere in the deep, which might even be the cause for some server crashes.
When I put this in 3_Game:

class LBConfigBase2 : Managed {
Aug 30 2024, 1:04 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T183129: Workbench APPCRASH when clicking on certain files in the Resource Browser.

I haven't had it crash when working with edds files, but I've never successfully ever gotten it to work either.

Aug 30 2024, 3:32 AM · DayZ Modding, DayZ

Aug 29 2024

sanosw created T184074: Хочу Запросить Возврат средств за игру так как игра не оправдала ожиданий.
Aug 29 2024, 11:20 PM · DayZ Modding, DayZ

Aug 27 2024

Geez closed T184012: Changing crafting animation as Resolved.

Hello d146ales.
This should be possible but we would suggest reaching out to modding discord for the details. Also we are not certain if this can cause conflicts with other animation mods so please keep that in mind.
Regards,
Geez

Aug 27 2024, 10:59 AM · DayZ Modding, DayZ

Aug 26 2024

d146ales created T184012: Changing crafting animation.
Aug 26 2024, 11:28 PM · DayZ Modding, DayZ

Aug 23 2024

Cubody added a comment to T144773: PlayerIdentity returning values of other players / invalid data.

Seems like it doesn't help, still have random player data issue

Aug 23 2024, 7:23 PM · DayZ Modding, DayZ

Aug 22 2024

mmetrjuk created T183887: spawn refused... too close to another one..
Aug 22 2024, 1:14 PM · DayZ Modding, DayZ
Geez changed the status of T183871: Slow Rest Calls from New to Assigned.
Aug 22 2024, 10:52 AM · DayZ Modding, DayZ
LBmaster created T183871: Slow Rest Calls.
Aug 22 2024, 12:20 AM · DayZ Modding, DayZ

Aug 21 2024

Mild81 added a comment to T183129: Workbench APPCRASH when clicking on certain files in the Resource Browser.

Have you found a fix?

Aug 21 2024, 6:17 PM · DayZ Modding, DayZ
Geez changed the status of T183844: Animal collision geometry does not work properly from New to Feedback.
Aug 21 2024, 12:47 PM · DayZ Modding, DayZ

Aug 20 2024

Hunterz created T183844: Animal collision geometry does not work properly.
Aug 20 2024, 6:55 PM · DayZ Modding, DayZ

Aug 19 2024

Geez changed the status of T183719: Ambiguous function call not being ambiguous from New to Assigned.
Aug 19 2024, 11:24 AM · DayZ Modding, DayZ
Geez changed the status of T183717: Please make EULA more clear regarding mods from New to Feedback.
Aug 19 2024, 11:24 AM · DayZ Modding, DayZ
Geez changed the status of T183784: Crahs server from New to Awaiting internal Testing.
Aug 19 2024, 10:47 AM · DayZ Modding, DayZ

Aug 18 2024

Regard created T183784: Crahs server.
Aug 18 2024, 7:52 PM · DayZ Modding, DayZ
intenso2891 added a comment to T182498: Crash Servar after 1.25.

Problem was found.

Aug 18 2024, 12:32 PM · DayZ Modding, DayZ
cartsonwheel added a comment to T182213: DayZPlayerImplement::AimingModel has hidden C++ code.
Aug 18 2024, 8:30 AM · DayZ Modding, DayZ

Aug 16 2024

LBmaster changed Severity from severity:none to severity:crash on T183719: Ambiguous function call not being ambiguous.
Aug 16 2024, 9:19 AM · DayZ Modding, DayZ
LBmaster created T183719: Ambiguous function call not being ambiguous.
Aug 16 2024, 9:19 AM · DayZ Modding, DayZ
Hunterz created T183717: Please make EULA more clear regarding mods.
Aug 16 2024, 7:59 AM · DayZ Modding, DayZ

Aug 14 2024

Geez changed the status of T183654: dSetGravity takes an entity, but set Gravity globally? from New to Feedback.
Aug 14 2024, 9:45 AM · DayZ Modding, DayZ

Aug 13 2024

Smoblikat added a comment to T183335: Full list of gun things needing updates for retexturing.

I forgot to mention that the cylinder for the magnum is also not re-texturable, the rest of the gun does work.

Aug 13 2024, 6:22 PM · DayZ Modding, DayZ
LBmaster created T183654: dSetGravity takes an entity, but set Gravity globally?.
Aug 13 2024, 12:31 PM · DayZ Modding, DayZ

Aug 12 2024

intenso2891 added a comment to T182498: Crash Servar after 1.25.

@

We would also suggest to not rename the server executable

https://feedback.bistudio.com/T182498
can you please check and help me? please

Currently this is awaiting a check from the devs, however, due to the current priorities it might take more time as the devs need to focus on the prioritised issues.

Aug 12 2024, 11:48 AM · DayZ Modding, DayZ
Geez changed the status of T183548: Request - Backwards compatibility for the new Yield system from New to Feedback.
Aug 12 2024, 11:31 AM · DayZ Modding, DayZ

Aug 9 2024

Helkhiana created T183548: Request - Backwards compatibility for the new Yield system.
Aug 9 2024, 10:59 PM · DayZ Modding, DayZ
Geez changed the status of T183511: Down Jacket has low resolution textures and extremely reflective from New to Feedback.
Aug 9 2024, 10:47 AM · DayZ Modding, DayZ
DrDeSync updated the task description for T183511: Down Jacket has low resolution textures and extremely reflective.
Aug 9 2024, 1:17 AM · DayZ Modding, DayZ
DrDeSync updated the task description for T183511: Down Jacket has low resolution textures and extremely reflective.
Aug 9 2024, 1:14 AM · DayZ Modding, DayZ
DrDeSync created T183511: Down Jacket has low resolution textures and extremely reflective.
Aug 9 2024, 12:48 AM · DayZ Modding, DayZ

Aug 8 2024

pokerino added a comment to T175152: rvmat - hiddenSelectionsMaterials and healthLevels not working properly after 1.22 patch.

Find the same problem in DayZ 1.25.158396, getting the same problem with the rvmat for Pressvest, I can assign and load each "damage" state as the first state, but it do not change if it take damage.

Aug 8 2024, 1:43 PM · DayZ Modding, DayZ
KGB.BEST added a comment to T183081: Constructor MissionServer.

update info:

Aug 8 2024, 11:35 AM · DayZ Modding, DayZ
Geez changed the status of T183468: add 3d letters as individual 3d models for creating words with Dayz Editor from New to Feedback.
Aug 8 2024, 10:18 AM · DayZ Modding, DayZ
Quadley added a member for DayZ Modding: Quadley.
Aug 8 2024, 9:25 AM

Aug 7 2024

momocat23 created T183468: add 3d letters as individual 3d models for creating words with Dayz Editor.
Aug 7 2024, 3:31 PM · DayZ Modding, DayZ
Geez changed the status of T183431: Request: Templates for clothing/item textures from New to Feedback.
Aug 7 2024, 9:54 AM · DayZ Modding, DayZ
Geez changed the status of T183437: BushlatPoliceJacket cannot be retextured from New to Feedback.
Aug 7 2024, 9:51 AM · DayZ Modding, DayZ
DrDeSync created T183437: BushlatPoliceJacket cannot be retextured.
Aug 7 2024, 2:59 AM · DayZ Modding, DayZ
DrDeSync created T183431: Request: Templates for clothing/item textures.
Aug 7 2024, 12:38 AM · DayZ Modding, DayZ

Aug 6 2024

dedmen changed the status of T179707: Unexpected behavior of FindFile() on Linux from Confirmed Internally to Feedback.
Aug 6 2024, 2:09 PM · DayZ Modding, DayZ

Aug 5 2024

burton73 added a comment to T182222: I start the game and an error crashes .

the game crashes and says the file needs to be reinstalled.

Aug 5 2024, 3:33 PM · DayZ Modding, DayZ
KGB.BEST added a comment to T183081: Constructor MissionServer.

Unfortunately no information I could provide in regards to that.

Aug 5 2024, 2:48 PM · DayZ Modding, DayZ
Geez changed the status of T183335: Full list of gun things needing updates for retexturing from New to Feedback.
Aug 5 2024, 11:13 AM · DayZ Modding, DayZ
Geez added a comment to T183081: Constructor MissionServer.

Unfortunately no information I could provide in regards to that.

Aug 5 2024, 10:20 AM · DayZ Modding, DayZ
Geez added a comment to T182498: Crash Servar after 1.25.

@

We would also suggest to not rename the server executable

https://feedback.bistudio.com/T182498
can you please check and help me? please

Aug 5 2024, 10:19 AM · DayZ Modding, DayZ
DeadStaFF updated subscribers of T183081: Constructor MissionServer.

@Geez
Hi!
Are you planning to fix this in the next update?

Aug 5 2024, 10:16 AM · DayZ Modding, DayZ

Aug 4 2024

jdfnc24 added a comment to T183275: Can This Dump File Tell You Why My RPG Crashes The Client When It Is Shot?.

Update: I found the issue and I found the solution. All is good now

Aug 4 2024, 9:43 PM · DayZ Modding, DayZ
Cubody added a comment to T144773: PlayerIdentity returning values of other players / invalid data.

@Geez
Hello
It seems the problem has not been fixed, I used

Aug 4 2024, 5:33 PM · DayZ Modding, DayZ
intenso2891 added a comment to T182498: Crash Servar after 1.25.

We would also suggest to not rename the server executable

Aug 4 2024, 4:54 PM · DayZ Modding, DayZ
intenso2891 added a comment to T182498: Crash Servar after 1.25.

We do not believe the fact .mdmp was not created was caused by the exe being renamed. However it makes it much harder for the devs to analyse the issue if the executable is renamed.

Aug 4 2024, 4:50 PM · DayZ Modding, DayZ
Hunterz added a comment to T160979: [Feature Request] allow animals link to local space of vehicle.

any hope on this?

Aug 4 2024, 3:16 PM · DayZ Modding, DayZ

Aug 3 2024

Hunterz added a comment to T181744: Pathgraph filter behave strange and ignore settings.

another navmesh issue is this bridge

Aug 3 2024, 11:27 AM · DayZ Modding, DayZ
Hunterz added a comment to T181744: Pathgraph filter behave strange and ignore settings.

another navmesh problem is this bridge

Aug 3 2024, 11:21 AM · DayZ Modding, DayZ
Smoblikat created T183335: Full list of gun things needing updates for retexturing.
Aug 3 2024, 3:31 AM · DayZ Modding, DayZ

Aug 2 2024

Geez changed the status of T183304: CR-550 Savanna cannot be retextured from New to Feedback.
Aug 2 2024, 11:03 AM · DayZ Modding, DayZ
DrDeSync created T183304: CR-550 Savanna cannot be retextured.
Aug 2 2024, 1:09 AM · DayZ Modding, DayZ

Aug 1 2024

Geez changed the status of T183275: Can This Dump File Tell You Why My RPG Crashes The Client When It Is Shot? from New to Assigned.
Aug 1 2024, 10:51 AM · DayZ Modding, DayZ

Jul 31 2024

jdfnc24 edited Steps To Reproduce on T183275: Can This Dump File Tell You Why My RPG Crashes The Client When It Is Shot?.
Jul 31 2024, 9:47 PM · DayZ Modding, DayZ
jdfnc24 added a comment to T183275: Can This Dump File Tell You Why My RPG Crashes The Client When It Is Shot?.

https://steamcommunity.com/sharedfiles/filedetails/?id=3297234994

Jul 31 2024, 9:07 PM · DayZ Modding, DayZ
jdfnc24 created T183275: Can This Dump File Tell You Why My RPG Crashes The Client When It Is Shot?.
Jul 31 2024, 5:56 PM · DayZ Modding, DayZ
VasliyP added a comment to T179349: does not work properly fuction ForceStance (STANCEIDX_RAISEDERECT or STANCEIDX_RAISEDCROUCH or STANCEIDX_RAISEDPRONE) class HumanCommandMove .

Are there any ways to solve the problem?

Jul 31 2024, 1:24 AM · DayZ Modding, DayZ

Jul 29 2024

lava76 added a comment to T182004: FindFile not working on Linux Server.

Maybe it's the if (handle == 0) check that makes it fail? Could a valid (non-NULL) FindFileHandle be implicitly cast to a zero int by this comparison, thus making it fail?

Jul 29 2024, 10:41 AM · DayZ Modding, DayZ
lava76 added a comment to T179707: Unexpected behavior of FindFile() on Linux.

The way I understood FindFileFlags is that it tells FindFile where to find files, not what type of thing (i.e. directory/file) it should find. I'm basing this off the code comments in ensystem.c, so not sure if those are correct w/ regards to intent (it also mentions .pak files which are not a thing in DayZ, probably a leftover from Arma. I haven't checked if FindFileMode.ARCHIVES does attempt to find files in PBOs).

Jul 29 2024, 10:37 AM · DayZ Modding, DayZ

Jul 28 2024

dedmen added a comment to T182004: FindFile not working on Linux Server.

I think this should be fixed in 1.26 too.
I actually never saw this issue during any of my testing so its a bit confusing.

Jul 28 2024, 10:20 AM · DayZ Modding, DayZ

Jul 27 2024

intenso2891 added a comment to T182498: Crash Servar after 1.25.

When will bohemia realize that the dayz game lives only thanks to modding and modders and will stop breaking what the dayz community is building....

Jul 27 2024, 10:53 AM · DayZ Modding, DayZ

Jul 26 2024

Geez changed the status of T183129: Workbench APPCRASH when clicking on certain files in the Resource Browser from New to Awaiting internal Testing.
Jul 26 2024, 10:45 AM · DayZ Modding, DayZ

Jul 25 2024

Send6624 created T183129: Workbench APPCRASH when clicking on certain files in the Resource Browser.
Jul 25 2024, 8:27 PM · DayZ Modding, DayZ
Geez changed the status of T183081: Constructor MissionServer from New to Assigned.
Jul 25 2024, 11:39 AM · DayZ Modding, DayZ
Hunterz added a comment to T169363: [Feature Request] - allow moddable class ComponentAnimalBleeding or just remove oneshot of MeleeWolf ammo.

any hope fix that ugly hardcooded thing ?

Jul 25 2024, 11:11 AM · DayZ Modding, DayZ

Jul 24 2024

v3nture added a comment to T183029: Terrain Builder crashes when using Fill..

Given that things like this can take quite some time to fix I wanted to provide a simple workaround for anyone else that happens to run into the issue and across this report.
The caveat is that this method highlights three more bugs that I've run into but they're minor compared to a high chance of a crash.

Jul 24 2024, 11:48 AM · DayZ Modding, DayZ
KGB.BEST created T183081: Constructor MissionServer.
Jul 24 2024, 5:24 AM · DayZ Modding, DayZ

Jul 23 2024

Geez changed the status of T183029: Terrain Builder crashes when using Fill. from New to Confirmed Internally.
Jul 23 2024, 8:15 PM · DayZ Modding, DayZ
sysrover added a comment to T182904: Workbench does not make proper *.anm from *.txa file.

Did it make 7 frames instead of 2?
Because as you saw in my screenshot it makes only 2 frames instead of 7

Jul 23 2024, 6:04 PM · DayZ Modding, DayZ
Geez changed the status of T182904: Workbench does not make proper *.anm from *.txa file from New to Reviewed.

Hello sysrover.
We have checked but it does not appear there is any issue on our end.
Regards,
Geez

Jul 23 2024, 1:39 PM · DayZ Modding, DayZ

Jul 22 2024

Hunterz added a comment to T182117: Request for CEApi::GetTier(Vector position).

duplicate of https://feedback.bistudio.com/T167572

Jul 22 2024, 10:39 PM · DayZ Modding, DayZ
Geez changed the status of T182962: ItemPreviewWidget not show attachments on entity from New to Confirmed Internally.
Jul 22 2024, 9:55 AM · DayZ Modding, DayZ