Fallout New Vegas

File information

Last updated

Original upload

Created by

TommInfinite and everyone he copied code from

Uploaded by

TommInfinite

Virus scan

Safe to use

About this mod

NVSE plugin which adds new functions and allows modders to easily add new UI elements to the game (HUD Bars) and read Pastebin Pastes(Pastebin Reader), JSON functions.

Requirements
Permissions and credits
Changelogs
This is a necessary reupload - all of my mods are removed from Nexus by my request and now temporary hosted on MEGA:
 https://mega.nz/folder/JVF0QDAQ#y-OCEQ0mvYf15zyFABiwvw

List of my other mods:
-Solid Project
-Lunette (Voiced)
-Item Browser
-Visual Ammo Counter
-Visual Weapon Mod Menu
-Visual Stamina Meter
-Visual Bobby Pin Health (NVSE)
-Dynamic Cursor
-Imod Emulator
-Renamer Tool


Description:

NVSE plugin which adds new functions for modders.
For complete list of functions please visit this page.

My mods which are dependent on this plugin can be found on my Discord channel(clickable link).

For modders:
Spoiler:  
Show
You can check if plugin installed and its version using this code.
        if IsPluginInstalled "SUP NVSE Plugin"
            set iSUPVersion to GetPluginVersion "SUP NVSE Plugin"
            if iSUPVersion < 110
                MessageBOXEx "You should update SUP NVSE Plugin to V1.1 or later."
                return
            endif
        else
            MessageBOXEx "SUPNVSE plugin is not installed ."
            return
        endif
Plugin version is returned as a decimal value.
1.00 == 100
1.1 == 110
etc..



SUP HUD BARS:
Since V2.00. SUP NVSE adds easy way for modders to add UI Bars and Meters into the game without need to create and manage XML files. More info here.

Game patches:
Since V1.25 SUP NVSE adds game patches(enabled by default):
  • bTFCPosOnLoadFix - Will disable TFC camera on game load if previously it was enabled before loading the savegame.
INI file could be found by this path - "Data\nvse\plugins\supNVSE.ini"
If you are using MO2 - it will be here "MO2\overwrite\nvse\plugins\supNVSE.ini"
Source code is avaiable here. Latest source is avaiable on MEGA since I seem to have lost access to GitHub Page.



Credits:
JazzIsPariz, Luthien, lStewieAl and everyone else who decoded the game throughout the years;
xNVSE team for kindly answering my questions and helping me with setting up this plugin;
Special thanks to C6 for helping setting up ExtractArgsEX;
Special thanks to JazzIsPariz for kindly letting me use some of his code;
Special thanks to Korri123 for ImprovedConsole and HotReload which are very helpful for testing;
Special thanks to lStewieAl for NumArgs;
NVSE team for NVSE;
Demorome
for helping with the Wiki;
Brofield for SimpleIni;
mattreecebentley for plf_nanotimer.
Martin Fuchs for  ExcelFormat Library.

Everyone
who was there to support me.