0 of 0

File information

Last updated

Original upload

Created by

WigOnTheRun

Uploaded by

WigOnTheRun

Virus scan

Safe to use

Tags for this mod

About this mod

This is just going to be a bunch of random scripts I am going to upload from time to time

Requirements
Permissions and credits
_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.