banner
Rating
Voted0

Fallout 4 Removed ESM Detector

0
Mod version:v1.0
Game version:all
The mod has been successfully tested for the absence of viruses
17049.72K399.37K

Report mod

  • image
  • image
modalImage

About This Mod

Features:

This .bat checks if you are using a stripped-down version of Fallout4.esm or the original version.

If you are using the original version, it will launch the Fallout 4 script extender.


Installation:

Place this .bat in the Fallout 4 main folder.

Create a new shortcut so you always run Fallout London with the original Fallout4.esm, not with a truncated version.


Here is simple source code:


@echo off
Header Get file size from batch file
SETLOCAL enabledelayedexpansion
Set «MyBatchFile=%0»
Set «MyFile=Data\Fallout4.esm»
echo(
echo This !MyBatchFile batch file! is %~z0 bytes
echo(
for %%A in («%MyFile%») do (
set «Size=%%~zA»
echo The "!MyFile!" file is !size! byte
if !size! == 330745373 (
run f4se_loader.exe
) else (
echo Warning! You are using Stripped Fallout4.esm
)
)
pause


Similar Mods/Addons

Game Version *

all (Fallout 4 Stripped ESM Detector - Bat file-561-1-0-1727535970.zip)