New Vegas Reloaded is a custom graphical extender for Obsidian's "Fallout: New Vegas". It overrides the rendering pipeline to inject various effects that can be completely configured.
Started originally as part of the TESReloaded project, it has now branched off into it's own project.
For a full list of features, installation guides, screenshots and more please consult the NVR Wiki
This project wouldn't be possible without all the amazing contributions from the Fallout New Vegas and Bethesda modding community. If you want to contribute, please reach out on the Discord! Thank you to all of our contributors so far!
Check the Wiki page for the most up-do-date instructions on how to install
To activate/Deactivate each effect, press O in game to bring up the menu. Navigate the menu with the arrow keys, and activate/deactivate effects and increase/decrease effect values with the numpad +/- keys.
The configuration is stored in NewVegasReloaded/nvse/Plugins/NewVegasReloaded.dll.toml
and can be edited directly with a text editor.
Requirements
Building
Run the build.bat
file in command line, with the following command:
build.bat "NewVegasReloaded" "C:/DeployFolder/"
- The second argument is optional, and can be used to copy the built library to the game folder or (preferably) to a mod folder managed by Mod Organizer 2. Otherwise, the built files can be found in the
/build/
folder at the root, to be copied manually.
Check License.md for the licensing terms.