Jump to content

FastEddy4

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FastEddy4's Achievements

Refugee

Refugee (1/15)

4

Reputation

  1. You're welcome, I'm glad you have found it useful! I was hoping someone else out there besides me would. I created the script in Powershell 7.2.1 and have not tested it in older versions. As you experienced errors running it in an older version (I'd assume the built-in Windows OS version 5.1) I'd say it's safe to say the script requires at least version 7.0 to run successfully. In the readme on the github page I do include a link to the latest Powershell downloads from MS to help out those who may need to update their Powershell.
  2. 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.
×
×
  • Create New...