NVSE icon indicating copy to clipboard operation
NVSE copied to clipboard

New Vegas Script Extender (NVSE)

Results 34 NVSE issues
Sort by recently updated
recently updated
newest added

Since updating to the latest xNVSE 6.2.7, the essential mod, [FNV Mod Limit Fix ](https://www.nexusmods.com/newvegas/mods/68714?tab=description) seems to have stopped working correctly. This essential mod allows New Vegas to correctly load...

The message printed by Console_Print("ran script, returned %s", runResult ? "true" : "false"); cannot be turned off and confuses players into thinking something is wrong in their game, whereas it...

I started ILS/crashing transitioning between cells (both interior/exterior and fast travel). No changes to load order except updating xNVSE, NVTF, Heap Replacer, and JIP. Can't isolate to any one of...

is it possible to write logs to a log directory?

After installing xNVSE 6.1.7, I began experiencing script errors as I played, apparently even within FalloutNV.esm, which should of course be impossible. ![20210727031944_1](https://user-images.githubusercontent.com/4765557/127142401-6152460d-dc5e-475e-af08-d02677cc94a4.jpg) ![20210727054826_1](https://user-images.githubusercontent.com/4765557/127142413-99abd506-ce68-495e-b4cd-25030548b024.jpg) I don't know what triggered the...

I am using AddItemOwnership to add items to the player and I notice that if I add a single energy cell at a time for example they don't stack even...

… for ToNumber. NumToBin syntax: ```NumToBin num:int padToLengthWithLeadingZeros:int{Default:32} addPrefix:bool{Default:0}``` The prefix is just for adding `0b`, which if added can now be read by `ToNumber` to interpret the number as...

Changes to IDebugLogs to update it and move the logs created by xNVSE to be located in Logs folder in Game folder (C:\Steam\SteamApps\Common\Fallout New Vegas) for easier access over installed...

I have a dialogue topic with about 8 entries. Each topic executes a script that simply has a `Call MyUDF 1` with the number incrementing per topic. It works fine...

Forgive me if I am uninformative, or if this is a duplicate of #17, I'm not really informed on the technical side of NVSE. Using the latest NVSE (6.0.4), there...