Ok first of all why are you here if you don't know what this is, touch grass.
So I was unable to find one guide that would walk me through the process of installing a NFS: Heat mod on Linux from start to finish without running into some issue without running into some issue or another, this is what worked for me, your mileage may vary, but even if you succeed I hope you learned something, got some inspiration to try something else, and keep trying, I wish you luck <3.
If you're still here I will assume you have no interest in touching grass and you want to read this full-of-nonsense guide on how to install UNITE on your Linux machine, where nothing is ever easy. Fear not, I gotcha.
Full disclaimer: This guide is the combination of two tutorials, and resources, I came up with very little of what you're about to read.
- https://github.com/505e06b2/FrostyToolsuite-Linux?tab=readme-ov-file (for the script and the injector mostly)
- https://github.com/maniman303/FrostyToolsuite (for the modding tool)
BTW, this probably works for any mod, not just UNITE. In fact, if you really know what you're doing I'm willing to bet this works for any game Frosty is able to patch. In any case I hate EA and if NFS wasn't like crack to me I would absolutely banish them into the shadow realm. Anyway I'm getting ahead of myself.
- A Linux computor system and basic knowledge of it
- You need to understand where things are, and why
- Know how to get Steam to run any game using Proton, not just Deck Verified games. Check the FAQ.
- This patched version of the Frosty Mod Loader, we'll call this the Linux Fix Frosty
- This wonderful utility and script, we'll call this the Injector
- Download and launch NFS: Heat at least once, we want everything installed already.
Never run commands you found on some random ass gist promising you can install UNITE on your Deck without understanding what the commands do, read a book PLEASE.
- Unzip the Linux Fix Frosty on a folder outside your game folder, remember it.
- We need to run this in the same Proton prefix as NFS: Heat, if you know how to do this using STL, protontricks or whatever skip to the next section, otherwise keep reading. And you'll learn the easy way.
- On the Steam Library click "Add Non-Steam Game" at the bottom left. Click "Browse..." on the window that opens.
- Look for your Linux Fix Frosty and add it. (It's the
FrostyModManager.exefile) - On your newly added entry, right click and open "Properties".
- In the Launch Options write:
STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/1222680/" %command%. This launches the mod manager in the same prefix as your game would launch. If your game is stored in a different drive, you need to alter that path in the quotes to match. You're looking for the 1222680 folder. Why? - On the sidebar go to Compatibility, and enable Steam Play, and choose exactly the same version of Proton you're using for NFS: Heat, anything above 7 should be fine. Find the most performant for you, or don't.
- Follow the Required setup on Linux section of this guide to get Koaloader working. (You need this)
- Hit that Play button and open the Frosty Mod Manager.
- The "Scan for games" button is unlikely to work, so go ahead and click the "New" button and navigate to your NFS: Heat folder and pick
NeedForSpeedHeat.exe. HELP I CAN'T SEE MY .steam OR .local FOLDER WHAT DO I DO??? - Mr. Frosty Mod Manager here will get busy and it will take a long ass time doing whatever it's doing, just leave it be. Now is a good time to grab some tea (I recommend apple cinnamon tea).
- Hit "Add Mod(s)", go look for that UNITE .zip file you downloaded from here.
- On the left panel select the mods you want (Select ONLY ONE handling mode) and hit "Apply Mod(s)" up top.
- Them mods will be moved to the right panel, where you can reorder to your heart's contempt if you so desire.
- When you're done experiencing the thrill of reordering mods, hit the "Install mods" button at the top.
- Frosty may claim there is some error or something. DO NOT BELIEVE HIS LIES. You're done with Frosty, the mods are installed, you can close it.
- Unzip the Injector in your NFS: Heat folder. If you did it correctly, you should have a
bcrypt.dlland ashim.exein that folder. - Rename
NeedForSpeedHeat.exetooriginal_NeedForSpeedHeat.exe - Rename
shim.exetoNeedForSpeedHeat.exe - Open
setup_linuxmod_nfs-heat.shwith a text editor. - Change the
FROSTY_PROFILE_PATHvariable at the beginning with the location of your mod(s), in the case of UNITE for Singleplayer, it should readFROSTY_PROFILE_PATH="ModData/UNITE STORY". Don't touch anything else. - You're almost done, now open a Terminal in the game directory (how do I do this?) and run the script by typing
./setup_linuxmod_nfs-heat.shand hitting enter. - Almost there! Go to NFS: Heat on your Steam Library, Right Click > Properties, and in the Launch Options type:
WINEDLLOVERRIDES="bcrypt=n,b" %command%. - That's it. Hit "Play" on NFS: Heat, pick a god, and pray.
On Steam, Steam > Settings > Compatibility > Enable Steam Play for all other titles
Steam game ID. TODO EXPLAIN HOW
Enable dotfiles in winecfg. TODO EXPLAIN HOW
That's not a question, you gotta follow a similar procedure, open Frosty, install mods, run the script. The script needs more work if you want UNITE and other mods to work. But I haven't tested this yet. I'll write back my findings when I get to it.