I recently modded my DayZ server for PS4 and things spawned in nicely, then all of a sudden nothing spawned in anymore. Can someone please help me out? Why would things just stop respawning? every building, shed and car empty or gone. I don;t know how to fix it. Ive done a couple reinstalls too.
items no longer spawning in
-
- PS4
- drbear37
- Closed
- Thread is marked as Resolved.
Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.
Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.
Thank you to all members for your continued use of the forum!
Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.
Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.
Thank you to all members for your continued use of the forum!
Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
-
-
Are Zombies showing up? If Zombies are showing up it is probably an error in your types.xml file if no zombies its probably a cfgspawnabletypes.xml error. Its probably a spawnabletypes error because of the cars not showing up. What do you mean you recently modded your server? As in downloaded a mod from Steam or just changed your xml's?
You can add and xml plugin to notebook ++ that can check your xml's for proper syntax. I highly recomend it.
-
Most likely one of your XML has error, Use XML Validator to validate all file, Alternatively you can restore back to default files
-
thanks. This has been really frustrating. How do I get an xml validator? I'm new to this. How do i use mods from steam? Would either of you care to give me some guidance? We removed the zombies. We don't want them.
-
The plugins administrator in notebook++ has a list of tools there is an xml tool plugin you can add there or you can just google and cut and paste on some websites. notebook ++ is better because no file size restrictions. If you don't have notebook++ get it its a free download. Do you have a file transfer protocol program (ftp) like FileZilla? You need one for steam mods for sure.
I don't know if this lets you but if you post your xml's I will look at them for you. Pretty sure you can attach the files below.
-
Cool, I will try and attach my files. I appreciate it. It won't let me attach xml files. I have Notebook ++
-
-
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<spawnabletypes>
<damage min="0.1" max="0.2" />
<type name="Barrel_Blue">
<hoarder />
</type>
<type name="Barrel_Green">
<hoarder />
</type>
<type name="Barrel_Red">
<hoarder />
</type>
<type name="Barrel_Yellow">
<hoarder />
</type>
<type name="CarTent">
<hoarder />
</type>
<type name="LargeTent">
<hoarder />
</type>
<type name="MediumTent">
<hoarder />
</type>
<type name="SeaChest">
<hoarder />
</type>
<type name="SmallProtectorCase">
<hoarder />
</type>
<type name="UndergroundStash">
<hoarder />
</type>
<type name="WoodenCrate">
<hoarder />
</type>
<type name="AssaultBag_Ttsko">
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
</type>
<type name="AssaultBag_Black">
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
</type>
<type name="AssaultBag_Green">
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
<cargo preset="mixArmy" />
</type>
<type name="DryBag_Orange">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="DryBag_Yellow">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="DryBag_Blue">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="DryBag_Green">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="DryBag_Black">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="DryBag_Red">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="HuntingBag">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
<cargo preset="mixHunter" />
</type>
<type name="MountainBag_Red">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="MountainBag_Blue">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="MountainBag_Orange">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="MountainBag_Green">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="SmershBag">
<cargo preset="foodArmy" />
<cargo preset="mixArmy" />
</type>
<type name="ChildBag_Green">
<cargo preset="foodVillage" />
</type>
<type name="ChildBag_Red">
<cargo preset="foodVillage" />
</type>
<type name="ChildBag_Blue">
<cargo preset="foodVillage" />
</type>
<type name="TaloonBag_Blue">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="TaloonBag_Green">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="TaloonBag_Orange">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="TaloonBag_Violet">
<cargo preset="foodVillage" />
<cargo preset="mixVillage" />
</type>
<type name="TortillaBag">
<cargo preset="foodArmy" />
<cargo preset="mixArmy" />
</type>
<type name="FirstAidKit">
<tag name="shelves" />
<cargo chance="1">
<item name="BandageDressing" />
</cargo>
<cargo chance="1">
<item name="BloodTestKit" />
</cargo>
<cargo chance="1">
<item name="BloodBagEmpty" />
</cargo>
<cargo chance="1">
<item name="StartKitIV" />
</cargo>
</type>
<type name="Bear_Beige">
<cargo chance="0.00">
<item name="Paper" chance="0.50" />
<item name="Rag" chance="0.50" />
</cargo>
</type>
<type name="Bear_Dark">
<cargo chance="0.00">
<item name="Paper" chance="0.50" />
<item name="Rag" chance="0.50" />
</cargo>
</type>
<type name="Bear_Pink">
<cargo chance="0.00">
<item name="Paper" chance="0.50" />
<item name="Rag" chance="0.50" />
</cargo>
</type>
<type name="Bear_White">
<cargo chance="0.00">
<item name="Paper" chance="0.50" />
<item name="Rag" chance="0.50" />
</cargo>
</type>
<type name="ShortJeans_Black">
<cargo preset="foodVillage" />
</type>
<type name="ShortJeans_Blue">
<cargo preset="foodVillage" />
</type>
<type name="ShortJeans_Brown">
<cargo preset="foodVillage" />
</type>
<type name="ShortJeans_Darkblue">
<cargo preset="foodVillage" />
</type>
<type name="ShortJeans_Green">
<cargo preset="foodVillage" />
</type>
<type name="ShortJeans_Red">
<cargo preset="foodVillage" />
</type>
<type name="CargoPants_Beige">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
</type>
<type name="CargoPants_Black">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
</type>
<type name="CargoPants_Blue">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
</type>
<type name="CargoPants_Green">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
</type>
<type name="CargoPants_Grey">
<cargo preset="foodVillage" />
<cargo preset="toolsIndustrial" />
</type>
<type name="TTSKOPants">
<cargo preset="mixArmy" />
</type>
<type name="HuntingJacket_Autumn">
<cargo preset="mixHunter" />
</type>
<type name="HuntingJacket_Brown">
<cargo preset="mixHunter" />
</type>
<type name="HuntingJacket_Spring">
<cargo preset="mixHunter" />
</type>
<type name="HuntingJacket_Summer">
<cargo preset="mixHunter" />
</type>
<type name="HuntingJacket_Winter">
<cargo preset="mixHunter" />
</type>
<type name="HunterPants_Autumn">
<cargo preset="mixHunter" />
</type>
<type name="HunterPants_Brown">
<cargo preset="mixHunter" />
</type>
<type name="HunterPants_Spring">
<cargo preset="mixHunter" />
</type>
<type name="HunterPants_Summer">
<cargo preset="mixHunter" />
</type>
<type name="HunterPants_Winter">
<cargo preset="mixHunter" />
</type>
<type name="CanvasPants_Beige">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPants_Blue">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPants_Grey">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPants_Red">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPants_Violet">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPantsMidi_Beige">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPantsMidi_Blue">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPantsMidi_Grey">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPantsMidi_Red">
<cargo preset="mixVillage" />
</type>
<type name="CanvasPantsMidi_Violet">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitPants_Black">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitPants_Blue">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitPants_Green">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitPants_Red">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitPants_LightBlue">
<cargo preset="mixVillage" />
</type>
<type name="GorkaPants_Summer">
<cargo preset="mixArmy" />
</type>
<type name="GorkaPants_Autumn">
<cargo preset="mixArmy" />
</type>
<type name="GorkaPants_Flat">
<cargo preset="mixArmy" />
</type>
<type name="GorkaPants_PautRev">
<cargo preset="mixArmy" />
</type>
<type name="ParamedicJacket_Blue">
<cargo preset="toolsMedic" />
</type>
<type name="ParamedicJacket_Crimson">
<cargo preset="toolsMedic" />
</type>
<type name="ParamedicJacket_Green">
<cargo preset="toolsMedic" />
</type>
<type name="ParamedicPants_Blue">
<cargo preset="toolsMedic" />
</type>
<type name="ParamedicPants_Crimson">
<cargo preset="toolsMedic" />
</type>
<type name="ParamedicPants_Green">
<cargo preset="toolsMedic" />
</type>
<type name="MedicalScrubsPants_Blue">
<cargo preset="toolsMedic" />
</type>
<type name="MedicalScrubsPants_Green">
<cargo preset="toolsMedic" />
</type>
<type name="MedicalScrubsPants_White">
<cargo preset="toolsMedic" />
</type>
<type name="USMCPants_Desert">
<cargo preset="mixArmy" />
</type>
<type name="USMCPants_Woodland">
<cargo preset="mixArmy" />
</type>
<type name="SlacksPants_Beige">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_Black">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_Blue">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_Brown">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_DarkGrey">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_Khaki">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_LightGrey">
<cargo preset="mixVillage" />
</type>
<type name="SlacksPants_White">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Pink">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Red">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_White">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Green">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Browncheck">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Blue">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Blackcheck">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Black">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Beige">
<cargo preset="mixVillage" />
</type>
<type name="Breeches_Beetcheck">
<cargo preset="mixVillage" />
</type>
<type name="BDUPants">
<cargo preset="mixArmy" />
</type>
<type name="NBCPantsGray">
<cargo preset="foodVillage" />
<cargo preset="toolsMedic" />
<cargo chance="0.20">
<item name="Mag_FNX45_15Rnd" chance="0.14" />
<item name="Ammo_762x54" chance="0.14" />
<item name="Ammo_762x39" chance="0.14" />
</cargo>
</type>
<type name="Sweater_Gray">
<cargo preset="mixVillage" />
</type>
<type name="Sweater_Blue">
<cargo preset="mixVillage" />
</type>
<type name="Sweater_Green">
<cargo preset="mixArmy" />
</type>
<type name="Sweater_Red">
<cargo preset="mixVillage" />
</type>
<type name="Shirt_BlueCheck">
<cargo preset="mixVillage" />
</type>
<type name="Shirt_BlueCheckBright">
<cargo preset="mixVillage" />
</type>
<type name="Shirt_GreenCheck">
<cargo preset="mixVillage" />
</type>
<type name="Shirt_RedCheck">
<cargo preset="mixVillage" />
</type>
-
<type name="Shirt_WhiteCheck">
<cargo preset="mixVillage" />
</type>
<type name="Shirt_PlaneBlack">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Blue">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Black">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Brown">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Green">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Grey">
<cargo preset="mixVillage" />
</type>
<type name="Hoodie_Red">
<cargo preset="mixVillage" />
</type>
<type name="TacticalShirt_Grey">
<cargo preset="ammoArmy" />
</type>
<type name="TacticalShirt_Black">
<cargo preset="ammoArmy" />
</type>
<type name="TacticalShirt_Olive">
<cargo preset="ammoArmy" />
</type>
<type name="TacticalShirt_Tan">
<cargo preset="ammoArmy" />
</type>
<type name="HikingJacket_Black">
<cargo preset="mixVillage" />
</type>
<type name="HikingJacket_Blue">
<cargo preset="mixVillage" />
</type>
<type name="HikingJacket_Red">
<cargo preset="mixVillage" />
</type>
<type name="HikingJacket_Green">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Orange">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Green">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Yellow">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Pink">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Red">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Blue">
<cargo preset="mixVillage" />
</type>
<type name="Raincoat_Black">
<cargo preset="mixVillage" />
</type>
<type name="M65Jacket_Black">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="M65Jacket_Khaki">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="M65Jacket_Tan">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="M65Jacket_Olive">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="TTsKOJacket_Camo">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="GorkaEJacket_Summer">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="GorkaEJacket_Flat">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="GorkaEJacket_Autumn">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="GorkaEJacket_PautRev">
<cargo preset="foodArmy" />
<cargo preset="ammoArmy" />
</type>
<type name="RidersJacket_Black">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_Black">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_Red">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_Blue">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_Green">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_Beige">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_RedCheck">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_BlackCheck">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_BlueCheck">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_GreyCheck">
<cargo preset="mixVillage" />
</type>
<type name="WoolCoat_BrownCheck">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitJacket_Black">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitJacket_Blue">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitJacket_Green">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitJacket_LightBlue">
<cargo preset="mixVillage" />
</type>
<type name="TrackSuitJacket_Red">
<cargo preset="mixVillage" />
</type>
<type name="FirefighterJacket_Beige">
<cargo preset="toolsPolice" />
</type>
<type name="FirefighterJacket_Black">
<cargo preset="toolsPolice" />
</type>
<type name="FirefightersPants_Beige">
<cargo preset="toolsPolice" />
</type>
<type name="FirefightersPants_Black">
<cargo preset="toolsPolice" />
</type>
<type name="PoliceJacket">
<cargo preset="toolsPolice" />
</type>
<type name="PolicePants">
<cargo preset="foodVillage" />
<cargo preset="toolsPolice" />
</type>
<type name="PoliceJacketOrel">
<cargo preset="toolsPolice" />
</type>
<type name="PolicePantsOrel">
<cargo preset="foodVillage" />
<cargo preset="toolsPolice" />
</type>
<type name="PrisonUniformJacket">
<cargo chance="0.10">
<item name="Rope" chance="0.14" />
</cargo>
</type>
<type name="PrisonUniformPants">
<cargo chance="0.10">
<item name="Rope" chance="0.14" />
</cargo>
</type>
<type name="MiniDress_Pink">
<cargo chance="0.10">
<item name="Ammo_9x19" chance="0.20" />
<item name="Ammo_380" chance="0.20" />
</cargo>
</type>
<type name="MiniDress_PinkChecker">
<cargo chance="0.10">
<item name="Ammo_9x19" chance="0.20" />
<item name="Ammo_380" chance="0.20" />
</cargo>
</type>
-
thanks
-
Do you have an email I can send them to? Like I said, I'm ok with computers and simple changes with these files, But something isn't right and also I haven't figured out discord yet. I know I should. The server we want right now is zombie free. we want to do PVP in the military areas only for now. Lots of weapons available, M4A1, LAR, Vaiga, VSD plus all the mags and optics. Also the Glock, FNX45 and mags. I had lots of epinephrine, tetracycline and multivitamins spawning in as well. I had tons of nails, hatchet, axe saws and other items for base building as well as military boots and clothes spawning in. but for whatever reason they just stopped. the server isn't big. its me and my nephew plus several friends for now who want to go head to head in pvp and also build bases and just have fun. I did remove the wolves and bears as a temporary thing so my nephew and I could run around learn the map and gather loot. Not sure if that messed things up. I know we haven't heard or seen and cows, hens, pigs or deer in a couple days now. If you have a spawnableitems file and a types file that works would you share it? I do appreciate the help. thank you
-
Missing <spawnabletypes> at the end of file
And please put such long files into a spoiler, scrolling is bad on mobile phone
-
Well crap. thank you for pointing that out.
-
Cherno is right that is your problem for sure except I'm pretty sure it needs this
</spawnabletypes> the / matters
If you figure out discord I can help with steam mods easily. It will be hard on here. If we can talk it will be really easy. I was really frustrated not long ago so I know what you are dealing with and someone helped me so I will pay it forward
-
Shiner is absolutely right:
</spawnabletypes> the / matters
-
Thanks I will copy and add it. I have a discord....drbear37
-
discord.gg/QTK753
-
DOAGEN
Closed the thread.