Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Hilli1

Uploaded by

Hilli1

Virus scan

Safe to use

Tags for this mod

About this mod

Users of All Geared Up Derivative SE - AllGUD may have notice that the mesh generator script fails for some weapons. This Script fixes this.

Requirements
Permissions and credits
Translations
Changelogs
AllGUD Weapon Mesh Generator Script Fix



Description


AllGUD is a great mod but it always bothered me that the mesh generator script fails for several weapons.
One of them was my beloved Mithrodin sword. Eimar's Edge SSE and Isilmeriel LOTR Weapons Collection SSE are other examples where the script always failed.

A few months ago I took a closer look at the problem and found that all weapons that don't work have something in common. They have a scabbard whose mesh consists of several BSTriShapes:
Spoiler:  
Show

My findings were posted on the AllGUD page.
Spoiler:  
Show

Unfortunately the author hasn't posted anything for months and the problem has not been fixed. So I took a closer look at the script with Notepad ++. I knew the scabbard was the problem, so I used the search function to search for scb. After looking through the relevant code for a few minutes I found the problem. It was pretty obviously a tiny oversight. In two places the script was looking for Block.Index instead of aBlock.Index. That's it.

The original mod allows to publish bug fixes, so here we are.

Installation


1. Install the latest version of xEdit.
2. Install All Geared Up Derivative SE - AllGUD as usual.
3. Install the AllGUD xEdit Scripts from the AllGUD original page by copying the 'Edit Scripts' folder to your xEdit installation.
       The content should be:
           Edit Scripts\
               AllGUD AlternateTextureModelsplosion.pas
               AllGUD Item Position Generator.pas
               AllGUD Skeleton Patcher.pas
               AllGUD Weapon Mesh Generator.pas 
               AllGUD\LE Templates\Template.nif
               AllGUD\SE Templates\Template.nif
               AllGUD\Blacklist.txt
4. Download the AllGUD Weapon Mesh Generator Script Fix from this mod page and unpack the file to your Edit Scripts folder mentioned above.
    Overwrite the AllGUD Weapon Mesh Generator.pas in this folder with the one from this mod.
5. Run the script using xEdit and generate your weapon meshes as usual.
6. Profit.







--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Disclaimer:
THIS MATERIAL IS NOT MADE, GUARANTEED OR SUPPORTED BY ZENIMAX OR ITS AFFILIATES.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------