VR Launch Codes (Fallout4_VR.esm loader for Idle Hands etc.)
⚪ Last updated 2021⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 2.6% endorsement rate — high engagement, a strong quality signal
- 🏆 #4 of 11 VR mods in this game by downloads
📋 About This Mod
A launcher for Fallout 4 VR with Script Extender that checks/fixes missing Fallout4_VR.esm entries in your plugins.txt. Useful for Idle Hands etc.
This batch file is a launcher for Fallout 4 VR with F4SEVR.
It checks your plugins.txt for the Fallout4_VR.esm
line required by some VR mods such as CylonSurfer's
Idle Hands (https://www.nexusmods.com/fallout4/mods/42922)
If it's already there, it'll to try to launch Fallout 4 VR
using the F4SEVR loader (https://f4se.silverlock.org/)
If the line is missing (thanks, LOOT/Vortex) then it'll make the
fix and try to launch the F4SEVR loader.
Installation:
Mod Manager will put the file in your Data directory.
Or manually extract the .cmd from the . 7z and shove it where you'd like.
It's just a batch file and pathing shouldn't matter - as long as it ends up somewhere it can write to.
Usage:
Get Steam going and run the cmd file (typey type, double-click, create a shortcut; choose your poison).
v0. 1 source:
setlocal enabledelayedexpansion
TITLE FO4VR Launch Codes
echo ----------------------------------------------------------
echo -------- Free Fred's Fallout 4 VR Launch Codes v0. 1 ------
echo ----------------------------------------------------------
REM Find plugins.txt
set "file=%LocalAppData%\Fallout4VR\plugins.txt"
if not exist "%file%" (
echo ERROR - Could not find %file%
findstr /b /l /i /n "Fallout4_VR.esm" %file%
if !errorlevel! == 0 (
echo VR ESM entry already exists. Good to go.
REM needs to add
(echo Fallout4_VR.esm) >plugins.txt.new
type %file% >>plugins.txt.new
move /y plugins.txt.new %file%
echo VR ESM entry prepended to %file%.
REM Launch F4SEVR Loader
REM First, find the Fallout 4 installation directory.
for /f "usebackq tokens=4" %%a ^
in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Bethesda Softworks\Fallout 4 VR" /v "Installed Path"`) ^
do (set fallout4dir=%%a %%b)
REM Launch f4sevr_loader.exe if possible
if not exist "%fallout4dir%\f4sevr_loader.exe" (
echo ERROR - Could not find "%fallout4dir%\f4sevr_loader.exe".
echo Launching...
"%fallout4dir%\f4sevr_loader.exe"
echo Operation failed.
📊 Mod Details
- Game
- Fallout 4 Mods
- Author
- Free Fred
- Version
- 0.1
- Downloads
- 1,575
- Endorsements
- 41
- Category
- VR
- Created
- 8/17/2021
- Updated
- 8/17/2021
🔧 How to Install Fallout 4 Mods
Download from Nexus.
📖 Full step-by-step install guide for Fallout 4 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Fallout 4 commands, item IDs, and more.
Keep browsing — more Fallout 4 mods await