Mod articles

  • Unique Weapon Redux Scripting and Patching Introduction

    Introduction
    This is a basic introduction to the scripting used in Unique Weapon Redux. It will explain how to replicate the scripts and functions so that they may be used for your own patches or projects. This guide assumes you already know your way around the GECK to an intermediate level.



    Requirements
    A text editor (I recommend Notepad++)
    GECK
    JIP LN NVSE Plugin
    JohnnyGuitar NVSE



    File Structure
    Unique Weapon Redux uses JIP LN NVSE Script Runners to change the weapon meshes, projectile, impact data and critical effects from vanilla. In order to use script runners, you must make some new folders in your mod's data folder. The file structure you need to create is as follows:

    NVSE > Plu...