Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
_DisablePlayableHeadParts.pas This removes the playable flag from all head parts in a plugin. It was brought up to me that some mod added head parts add the playable flag when they are not supposed to be. they crash or just don't show on the player.
This will not detect whether it will work or not in game, as I have no clue how or why it happens in the first place. It only removes the playable flag.
_CreateOutfitsFromNPCs.pas Will create a new Outfit record for any NPC form it detects. You can select a file to output to. The EDID will be "WOTROutfit_" followed by the Name of the NPC without any spaces in between.
_CountFormsForHeader.pas Will count all the new records inside a plugin, not the overrides it adds.