Page MenuHomeFeedback Tracker
Feed Advanced Search

Dec 19 2023

markkoky44 created T177919: Script/Crash log spam due to wrong function call.
Dec 19 2023, 3:44 AM · DayZ Modding, DayZ

Nov 22 2023

markkoky44 added a comment to T177400: Reproducible High Pop Server Lag Report.

Adding on to what @lava76 mentioned.

* Order of Events firing:
* When player respawns                            : ClientPrepareEventTypeID ► ClientNewEventTypeID ► ClientNewReadyEventTypeID
* When player joins (no saved character)          : ClientPrepareEventTypeID ► ClientNewEventTypeID ► ClientNewReadyEventTypeID
* When player joins                               : ClientPrepareEventTypeID ► ClientReadyEventTypeID
* When player logs out                            : ClientDisconnectedEventTypeID
* When player cancels logout                      : LogoutCancelEventTypeID
Nov 22 2023, 12:42 PM · DayZ

Nov 9 2023

markkoky44 added a comment to T175218: Get Last Modified Time of files.

A method to be able to query basic file structure variables like, name, last modified, date created, size.
Within one method resulting in a callback instance create that holds onto such parameters:

Nov 9 2023, 11:50 AM · DayZ Modding, DayZ

Oct 10 2023

markkoky44 created T176113: [Console Servers] Update serverDZ.cfg parameters.
Oct 10 2023, 1:51 PM · DayZ Modding, DayZ
markkoky44 created T176112: New VideoPlayer Implementation Audio Issues.
Oct 10 2023, 1:39 PM · DayZ Modding, DayZ

Apr 26 2023

markkoky44 added a comment to T171861: 1.21 EXP - Trees spawned in via Object Spawner referencing the p3d file path have increased height difference from json file (floating).

The issue seems to lie internally with how GetGame().CreateStaticObjectUsingP3D functions. There seems to be a difference in how the position coordinates are processed in comparison to normal GetGame().CreateObjectEx() functioniality. After looking into the ObjectSpawnerHandler script level class, there is nothing done to the input of position coordinates and or the orientation data that would result unexpected behavior with placement.

Apr 26 2023, 7:58 AM · DayZ

Apr 24 2023

markkoky44 added a comment to T171802: Suppressor bug (issue, something elese, dunno).

Aim better next time

Apr 24 2023, 3:17 PM · DayZ

Mar 5 2023

markkoky44 created T170807: proto method MakeScreenshot(); not working..
Mar 5 2023, 12:59 PM · DayZ Modding, DayZ

Feb 13 2023

markkoky44 added a comment to T162330: [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative().

Ticket can be closed, for future reference for others: the class HumanItemAccessor methods for each entity is tied to Human instance. Access it via Human::GetItemAccessor(); and the methods within HumanItemAccessor will be relative to the entity. The features mentioned above in the original ticket are working as intended

Feb 13 2023, 10:00 AM · DayZ Modding, DayZ

Feb 7 2023

markkoky44 renamed T162330: [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative() from HumanItemAccessor::WeaponGetCameraPointBoneRelative() to [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative().
Feb 7 2023, 2:33 AM · DayZ Modding, DayZ

Sep 23 2022

markkoky44 created T167658: [1.19] DiagMenu API functioniality isn't linked in script.
Sep 23 2022, 12:00 PM · DayZ Modding, DayZ
markkoky44 added a comment to T167609: [1.19] Retail Diag-Exe Doesn't compile due to scripts.pbo.
Sep 23 2022, 11:51 AM · DayZ Modding, DayZ

Sep 22 2022

markkoky44 created T167609: [1.19] Retail Diag-Exe Doesn't compile due to scripts.pbo.
Sep 22 2022, 5:55 PM · DayZ Modding, DayZ

Jul 14 2022

markkoky44 changed Severity from severity:minor to severity:feature on T162330: [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative().
Jul 14 2022, 9:45 AM · DayZ Modding, DayZ

Jun 29 2022

markkoky44 changed Severity from severity:tweak to severity:minor on T162330: [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative().
Jun 29 2022, 9:31 AM · DayZ Modding, DayZ

Mar 7 2022

markkoky44 added a comment to T163527: BattlEye timeout is too short.

With use of unoptimized mods, on a lower tier hardware (HDD, low read/write speeds) the game tends to take much longer when loading in.
The connection process on each server takes different amount of time based on factors like; mission size (adding custom buildings via CreateObjectEx), count of entities nearby to load in during initial connect.

Mar 7 2022, 1:54 AM · DayZ

Dec 13 2021

markkoky44 created T162330: [Feature Request] HumanItemAccessor::WeaponGetCameraPointBoneRelative().
Dec 13 2021, 2:28 PM · DayZ Modding, DayZ

Jul 4 2021

markkoky44 renamed T159535: Pass server mission path parameter within Mission CreateMission(string path); from Fix mission path parameter within Mission CreateMission(string path); to Pass server mission path parameter within Mission CreateMission(string path);.
Jul 4 2021, 1:39 PM · DayZ Modding, DayZ
markkoky44 created T159535: Pass server mission path parameter within Mission CreateMission(string path);.
Jul 4 2021, 12:39 PM · DayZ Modding, DayZ

Jun 27 2021

markkoky44 added a comment to T159417: Random number generator need improve.
Math.Randomize(-1);
int index = Math.RandomInt(0, 100) % 2;

Or reference external methods over HTTP

Jun 27 2021, 12:06 PM · DayZ Modding, DayZ

Jun 18 2021

markkoky44 created T159153: Move 1.13 Artillery out of OnUpdate().
Jun 18 2021, 10:54 AM · DayZ Modding, DayZ

May 4 2021

markkoky44 added a comment to T158196: [Crashing] Version 1.12.153.891 of Workbench FilePaths issues.

Just tested on the latest patch, working perfectly! Thanks :)

May 4 2021, 10:05 AM · DayZ Modding, DayZ

Apr 30 2021

markkoky44 added a comment to T158196: [Crashing] Version 1.12.153.891 of Workbench FilePaths issues.

Update: this is possible to reproduce with the stable DayZ client exe 1.12.153.891

Apr 30 2021, 2:01 PM · DayZ Modding, DayZ
markkoky44 created T158196: [Crashing] Version 1.12.153.891 of Workbench FilePaths issues.
Apr 30 2021, 1:47 PM · DayZ Modding, DayZ

Mar 19 2021

markkoky44 added a comment to T148956: Custom Slot Icons.
Mar 19 2021, 3:20 PM · DayZ Modding, DayZ

Jan 20 2021

markkoky44 created T156300: [FEATURE REQUEST] Introduce filePatchingExceptions.
Jan 20 2021, 4:09 PM · DayZ Modding, DayZ

Dec 16 2020

markkoky44 added a comment to T153090: Obscure compiler freeze error.

Hello Geez,

Dec 16 2020, 2:03 PM · DayZ

Dec 14 2020

markkoky44 added a comment to T153090: Obscure compiler freeze error.

Could we please get some information what did you guys fix internally? (it does not need to be technical line by line, just some heads up on something we can relate within EnforceScript) Might clue us in on looking for an easy way to reproduce. Because right now i am stuck with adding a single "if statement" or declaring something "new" of a custom typename causing crash during 4_World module compile
I have a 100% reproduceable method right now, but it must include a large list of mods; and the issue is presented based on combination of scripts that have no correlation from one mod to another (on surface level aka Enforce Script modules)

Dec 14 2020, 5:24 PM · DayZ

Nov 4 2020

markkoky44 added a comment to T154832: Capability to read strings from serverDZ.cfg.

New patch 1.10 has added the ability to read from the globlas.xml, you could make use of that.

Nov 4 2020, 11:11 AM · DayZ Modding, DayZ

Jul 18 2020

markkoky44 added a comment to T152778: ScriptedEntity::SetClippingInfo | SetCollisionBox [Radius limitations].

I have not attempted that, my alternative solution was simply to stick with vector.Distance() however, i might give it a try with increasing the objects' Transformation.

Jul 18 2020, 9:37 AM · DayZ Modding, DayZ

Jul 17 2020

markkoky44 created T152778: ScriptedEntity::SetClippingInfo | SetCollisionBox [Radius limitations].
Jul 17 2020, 7:20 PM · DayZ Modding, DayZ

Jun 21 2020

markkoky44 created T152005: priority.txt not editable during runtime.
Jun 21 2020, 3:59 PM · DayZ Modding, DayZ

Feb 10 2020

markkoky44 created T148912: Client crash - VideWidget.
Feb 10 2020, 3:17 PM · DayZ Modding, DayZ

Jan 28 2020

markkoky44 created T148592: FEATURE REQUEST.
Jan 28 2020, 6:17 AM · DayZ Modding, DayZ

Oct 3 2019

markkoky44 added a comment to T145188: PLease add feature to fav server you currently connected to.

no :)

Oct 3 2019, 3:58 PM · DayZ

Sep 30 2019

markkoky44 added a comment to T145121: NonSerialized isn't honoured from a parent class when serialising the class.

Results in:

Sep 30 2019, 10:36 AM · DayZ Modding, DayZ
markkoky44 added a comment to T145121: NonSerialized isn't honoured from a parent class when serialising the class.

This has to be a user error. Works fine for me. vars markers with [NonSerialized()] behave as they should.

Sep 30 2019, 10:24 AM · DayZ Modding, DayZ

Sep 27 2019

markkoky44 added a comment to T145054: CGame::UpdateSpectatorPosition(vector) doesnt update network bauble.

pls fix

Sep 27 2019, 1:18 PM · DayZ Modding, DayZ

Sep 18 2019

markkoky44 added a comment to T144856: Mouse hover effect broken since 1.05 Hotfix.

Sep 18 2019, 6:49 AM · DayZ Modding, DayZ

Sep 15 2019

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

pls fix :)

Sep 15 2019, 12:04 PM · DayZ Modding, DayZ

Jun 22 2019

markkoky44 created T141224: Intercepting Login/Respawn events is almost impossible with 1.04.
Jun 22 2019, 2:19 PM · DayZ Modding, DayZ
markkoky44 added a member for DayZ Modding: markkoky44.
Jun 22 2019, 11:47 AM

May 11 2019

markkoky44 created T139291: DayZ Rotating inventory items bug.
May 11 2019, 10:48 AM · DayZ

Jan 29 2019

markkoky44 updated the task description for T136559: Bullet-Reg issue. Possibly due to animation status miscalculation .
Jan 29 2019, 2:18 PM · DayZ
markkoky44 edited Additional Information on T136559: Bullet-Reg issue. Possibly due to animation status miscalculation .
Jan 29 2019, 2:17 PM · DayZ
markkoky44 created T136559: Bullet-Reg issue. Possibly due to animation status miscalculation .
Jan 29 2019, 2:16 PM · DayZ

Dec 16 2018

markkoky44 merged T135286: JsonFileLoader Function errors & misbehavior into T135299: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 2:03 PM · DayZ
markkoky44 merged task T135286: JsonFileLoader Function errors & misbehavior into T135299: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 2:03 PM · DayZ
markkoky44 merged T135285: JsonFileLoader Function errors & misbehavior into T135299: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 2:02 PM · DayZ
markkoky44 merged task T135285: JsonFileLoader Function errors & misbehavior into T135299: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 2:02 PM · DayZ
markkoky44 created T135299: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 1:39 PM · DayZ
markkoky44 created T135286: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 11:40 AM · DayZ
markkoky44 created T135285: JsonFileLoader Function errors & misbehavior.
Dec 16 2018, 11:36 AM · DayZ