Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

ThatRoss

Rocket/Devs, is this true?

Recommended Posts

Description

File: \compile\server_updateObject.sqf

For damage-fix:

Line47: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object];

Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];

Line89: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object];

Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];

For inventory fix:

Line3: _objectID = _object getVariable ["ObjectID","0"];

Change to: _objectID = _object getVariable ["ObjectID",0];

Line31: if (_objectID "0") then {

Change to: if (_objectID 0) then {

Line70: if (_objectID "0") then {

Change to: if (_objectID 0) then {

Save file, make new dayz_server.pbo

Result: Vehicle Damage now saving into database, using save on vehicle dont restores health (repair vehicle) anymore!

Inventory will save in vehicles, no matter what!

Will this fix our vehicles? Are we allowed to make these changes?

  • Like 2

Share this post


Link to post
Share on other sites

No you can't because you don't have the DayZ bisign key...so you can't make DayZ signed addons

Share this post


Link to post
Share on other sites

This should be confirmed and an update should be out tomorrow if this fixes the problems... my 2 cents worth!!!! Well done that man!

Share this post


Link to post
Share on other sites

Description

File: \compile\server_updateObject.sqf

For damage-fix:

Line47: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object];

Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];

Line89: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object];

Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];

For inventory fix:

Line3: _objectID = _object getVariable ["ObjectID","0"];

Change to: _objectID = _object getVariable ["ObjectID",0];

Line31: if (_objectID "0") then {

Change to: if (_objectID 0) then {

Line70: if (_objectID "0") then {

Change to: if (_objectID 0) then {

Save file, make new dayz_server.pbo

Result: Vehicle Damage now saving into database, using save on vehicle dont restores health (repair vehicle) anymore!

Inventory will save in vehicles, no matter what!

Will this fix our vehicles? Are we allowed to make these changes?

This one was posted allready within the bug tracker.

https://dev-heaven.net/issues/41502#change-143212

For me it is working regarding vehicle inventory (except helicopter). Tents will still not save gear.

No you can't because you don't have the DayZ bisign key...so you can't make DayZ signed addons

Within the thread named above you can download a file wich is actually working. Can you explain that to me?

Share this post


Link to post
Share on other sites

×