Reduce Game Size - Days Gone Language Pack Cleaner
⚪ Last updated 2024Preview

🔍 Analysis
- 👍 5.6% endorsement rate — high engagement, a strong quality signal
- 🏆 #1 of 5 Utilities mods in this game by downloads
📋 About This Mod
Free up 15+ GB in Days Gone with this script.
Credit: MCC on Steam guides. Please visit the link below and rate the guide if this mod helps you remove the unused files.
(https://steamcommunity.com/sharedfiles/filedetails/?id=2491331889)
So I bought Days Gone on the Winter Sale on Steam and before I play any new game on Steam I check the guides section on Steam to see if there are things that can improve the game. so I found the guide on how to reduce the game size which is not that much like it's just 15 Gigs but hey if you are like me and like to have a lot of games installed then this script is for you.
How It Works:
-
[]Download and extract the zip file.
[
]Paste the file in the base folder of the game installation directory (name Days Gone).[]Execute the included script (Remove_Unused_Lang_Files.bat).
[]Follow the on-screen instructions to select the language file you wish to keep.
[]Enjoy!!
Note: the siepresents.pak file should not be deleted as it is a required file the script takes care of it so don't worry.Source Code (its a mess):
setlocal enabledelayedexpansion
set "langFolderPath=BendGame\Content\Paks\Lang"
set "fileToPreserve=siepresents"
set "defaultOption=0"
:selectLanguage
echo Validating language files...
rem Check if the language folder exists
if not exist "%langFolderPath%" (
echo Error: The language folder "%langFolderPath%" does not exist.
timeout /nobreak /t 3 >nul
rem Check if the required file is present
set "preserveFileFound="
for %%F in ("%langFolderPath%\%fileToPreserve%") do (
set "preserveFileFound=1"
if not defined preserveFileFound (
echo Error: The required file "%fileToPreserve%" is missing in "%langFolderPath%".
echo This file is necessary for the game. Please ensure it is present.
timeout /nobreak /t 3 >nul
set "languageOptions="
set "validOption=0"
echo 0. - English : "en"
set /a optionIndex=1
for %%F in ("%langFolderPath%\*.pak") do (
set "langCode=%%~nF"
set "langCode=!langCode:~0,2!"
set "excludeLang="
if /i not "!langCode!"=="%fileToPreserve%" (
set "languageName="
set "excludeLang="
if /i "!langCode!"=="ar" set "languageName=Arabic"
if /i "!langCode!"=="br" set "languageName=Brazilian Portuguese"
if /i "!langCode!"=="ch" set "languageName=Chinese"
if /i "!langCode!"=="cs" set "languageName=Czech"
if /i "!langCode!"=="de" set "languageName=German"
if /i "!langCode!"=="dk" set "languageName=Danish"
📊 Mod Details
- Game
- Daysgone Mods
- Author
- SGurjar
- Version
- 1.0
- Downloads
- 2,675
- Endorsements
- 150
- Category
- Utilities
- Created
- 1/2/2024
- Updated
- 1/2/2024
🔧 How to Install Daysgone Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Daysgone →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Daysgone commands, item IDs, and more.
Keep browsing — more Daysgone mods await