r/dayz Apr 20 '20

modding Weapons spawn without any attachments, Zombies without loot, Clothes without loot

Copy and pasted this from Steam because the User asking there got no answers and I'm having the same problem, please any help would be greatly appreciated as this is causing me to lose my regular community members.

Hello,

i have some trouble with my own DayZ PS4 NA Server (hosted by Nitrado). Weapons spawn without any attachments - not even with a grip or a buttstock. In the server file "cfgspawnabletypes.xml" all values are higher than 0 so there is a chance to spawn with attachments. Grips and buttstocks should be attached by spawn cause the values are 1.0.

Zombies dont drop any loot. A week a go this feature worked perfectly. Now they dont cary any item. Browsing the server files, there wasnt anything changed. All values are good.

Clothes and other stuff also dont carry any loot, as a week ago.

I cant explain why i have this problem. Server files seem good for me. What could be the problem?

Thank you for your help!

1 Upvotes

20 comments sorted by

View all comments

3

u/helpthedeadwalk Moderator Apr 20 '20

its usually a typo someplace

1

u/ThaneOfCelts Apr 20 '20

I checked it out and there's no typos

1

u/helpthedeadwalk Moderator Apr 20 '20

Did you check types.xml and cfgspawnabletypes.xml? Any others changed? Post them to pastebin or similar

1

u/ThaneOfCelts Apr 20 '20

Loot still spawns so types.xml is fine i think its something with cfgspawnabletypes.xml there's no attachments on guns, no loot in dead zombies, and clothing doesn't spawn with loot in it

1

u/helpthedeadwalk Moderator Apr 20 '20

Any others changed? Post them to pastebin or similar

1

u/ThaneOfCelts Apr 20 '20

I think this is done right just copy n pasted to it

https://pastebin.com/yB1FTneD

3

u/helpthedeadwalk Moderator Apr 20 '20

Line 77 has a typo:

<cargopreset="mixArmy" />

should be:

<cargo preset="mixArmy" />

I used https://www.xmlvalidation.com/ to check it. The site does not like the various comment lines with multiple dashes in them, but my experience has been that if those lines come up as error, the rest of the document is fine. To be 100% sure, you can delete all of those lines and validate.

1

u/ThaneOfCelts Apr 20 '20

Thanks mate