new to this

omgimdrunk21

New Member
sup guys, i just got a server from dayz.st like 5 days ago and basically i'd like to start learning this stuff to make changes to my, also my buddies who play, liking. where is a good place to start? any good tutorials out there?
 
minor things, maybe custom loot tables, increase heli crash sites a little bit, perhaps add different clothing so players can have options. anyone find a fix for the tents not saving items after restart. Nothing major, just looking where to start to understand how to do these things
 
This was posted on the DayZ.ST forums about the tent fix, thought I'd pass it along since you were looking for it. I havn't tested it out yet but I am hearing it works.

If your tents are not saving try this fix, some people in IRC figured it out:

In the server pbo find: \compile\server\server_publishObject.sqf

And change this line:

Code:
_key = format["CHILD:308:%1:%2:%3:%4:%5:%6:%7:%8:%9:",dayZ_instance, _class, 0 , _charID, _worldspace, [], [], 0,_uid];

to:

Code:
_key = format["CHILD:308:%1:%2:%3:%4:%5:", dayz_instance, _class, _charID, _worldspace, _uid];


You will need to repack the PBO and upload it to the server bpo.
 
Back
Top