- Open Steam.
- Press
Ctrl + Alt + Tto open Crosh. - Type the following command:
vmc share borealis Downloads- Enter the virtual shell:
vsh borealis
- Move up two directory levels:
cd .. cd ..
- Download Windows File Explorer.
- In the terminal, move the downloaded file:
cp /mnt/shared/MyFiles/Downloads/FileExplorer.exe /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6
- Navigate to the BTD6 directory:
cd /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6 - Rename the original game executable:
mv BloonsTD6.exe BloonsTD6.exe.bak
- Replace it with File Explorer:
mv FileExplorer.exe BloonsTD6.exe
- Open Steam and run BTD6.
- When an installer opens, follow the installation instructions.
- Remove the replaced executable:
rm -rf BloonsTD6.exe
- Download MelonLoader.
- Extract the downloaded file.
- Copy the extracted files to the BTD6 directory:
cp /mnt/shared/MyFiles/Downloads/MelonLoader.x64/MelonLoader -r /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6
- Copy the version DLL:
cp /mnt/shared/MyFiles/Downloads/MelonLoader.x64/version.dll /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6
- Download .NET SDK 6.0.
- Move it to the game directory:
cp /mnt/shared/MyFiles/Downloads/dotnet-sdk-6.0.428-win-x64.exe /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6
- Rename the SDK installer:
mv dotnet-sdk-6.0.428-win-x64.exe BloonsTD6.exe
- Run BTD6 in Steam and follow installation prompts.
- Remove the installer after installation:
rm -rf BloonsTD6.exe
- Download VC Redist.
- Move it to the game directory:
cp /mnt/shared/MyFiles/Downloads/VC_redist.x64.exe /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6
- Rename the installer:
mv VC_redist.x64.exe BloonsTD6.exe
- Run BTD6 and install what it requires.
- Remove the installer:
rm -rf BloonsTD6.exe
- Restore the original game executable:
mv BloonsTD6.exe.bak BloonsTD6.exe
- Run BTD6 and wait for it to load.
- Once loading is complete, close the game.
- Download your favorite mods.
- Move the mod file to the Mods folder (replace
<mod_name>with the actual mod file name):cp /mnt/shared/MyFiles/Downloads/<mod_name> /home/chronos/.local/share/Steam/steamapps/common/BloonsTD6/Mods
- Go to BTD6 properties on Steam.
- Where is says launch options paste this
WINEDLLOVERRIDES="version=n,b" %command%.
Now you have successfully modded BTD6 on your Chromebook!
when putting in WINEDLLOVERRIDES="version=n,b" %command% my game does not work