I created a powershell script that I wanted to share that can be used to compare the POIs in the 7 Days to Die Prefabs\POIs folder against the prefabs.xml file in your RWG world to show you what POIs are included in and missing from your RWG world. In the Prefabs\POIs folder is an xml for each POI, these xml files contain a property called DifficultyTier. I pull this info out of the xml file for each POI and put that info into an array with the POI name. In your RWG world folder in a prefabs.xml file that contains every POI in your RWG world. I pull the list of POI names from this xml file and compare it to the previous array to check for matching and missing POI names. The results of this comparison can be output to the console of powershell or output as a text file. I am only comparing unique names and not counting duplicate POIs in the RWG world. If any of you are interested in this tool you can access it here https://github.com/FastEddy1114/7DaysToDie-POI-Compare-Tool screenshots are also included at the github site @madmole can maybe confirm that my logic here is correct for comparing vanilla POIs or any POIs for that matter from the Prefabs\POIs folder with the prefabs.xml file from a RWG world.
Last edited by a moderator: