Fallout NV: Begin Again - Omni-guides/Wabbajack-Modlist-Linux GitHub Wiki
Begin Again is a modlist focused on bringing the gameplay feel of later Fallout titles into Fallout 3 and New vegas. Whilst being careful to preserve what made those games unique. Overhauled locations, textures, characters and gunplay in a simple to install package thanks to Wabbajack.
Instructions
The following has been tested on Begin Again v3.0.1
This guide only covers getting the Modlist running. It does not cover downloading the Modlist via Wabbajack, or how to copy the Modlist to your Steam Deck/Linux system. If playing on the Steam Deck, these steps will need to be carried out in Desktop mode, but once complete you will be able to launch the Modlist and play the game from Game Mode. This guide assumes you have installed Begin Again and followed all the appropriate post-install steps on your Wabbajack system and can successfully load and play the modlist.
YOU MUST HAVE COMPLETED ALL THE STEPS FOR CREATING THE TTW MOD AS DIRECTED BY THE BEGIN AGAIN INSTALLATION STEPS.
I also assume that you have set a user password on the Steam Deck (or have sudo access if on a general Linux system) and have a preferred method for transferring data from your Wabbajack System to the deck/Linux (Rsync, WinSCP, whatever). The commands and paths I use will match up with users of the Steam Deck, but you can easily modify the commands and paths to suit your system.
Step 1 - Install Fallout New Vegas
Install Fallout New Vegas on your Steam Deck/Linux system and set the Proton compatibility to Proton Experimental. You can of course use alternative Proton versions such as ProtonGE, ultimately it won't matter as we will be changing this again later in the guide.
Next, start Fallout New Vegas and from Steam, click Play in the Launcher to load into the Main Menu of the game, and then exit. This is required to generate some necessary files in the background.
Step 2 - Create the Modlist Directory
Once Wabbajack has successfully completed the download and installation of the Modlist on your Wabbajack system, create a new directory on the Steam Deck to house the required files - this can either be on the internal storage, or with the use of a specific launch parameter described below, can live on the SD Card. Open up a Konsole terminal and run only one of the following, depending on where you want to store the Modlist:
Create Directory on Internal Storage:
mkdir -p /home/deck/Games/Fallout/BeginAgain
OR
Create Directory on SD Card:
mkdir -p /run/media/mmcblk0p1/Games/Fallout/BeginAgain
(Note: Valve plan to change the default mount point of SD Cards within SteamOS soon, I'll update this guide once that chance is in place)
Technically you can use any path or naming convention you like, but for simplicity of following this guide it may be best just to copy the paths I use. I recommend not including any spaces in the Directory Name - it does not play well with the Proton/MO2 combination even with the spaces being escaped, for whatever reason..
Copy the Modlist directory into this newly created directory. There are many ways to do this. I chose to enable ssh on my Deck, and then use rsync to transfer. There are too many options to discuss here, but it should be relatively easy to search for methods. I copied the Modlist Install directory contents to the newly created directory on the Deck: /home/deck/Games/Fallout/BeginAgain/
Finally for this step, it's best to make sure that the newly copied files have sufficient permissions for your user. Run only one of the following for each action (owner and permissions), depending on where you want to store the Modlist:
Change the owner and permissions of the directory on Internal Storage:
sudo chown -R deck:deck /home/deck/Games/Fallout/BeginAgain
sudo chmod -R 755 /home/deck/Games/Fallout/BeginAgain
OR
Change the owner and permissions of the directory on SD Card:
sudo chown -R deck:deck /run/media/mmcblk0p1/Games/Fallout/BeginAgain
sudo chmod -R 755 /run/media/mmcblk0p1/Games/Fallout/BeginAgain
Step 3 - Install Protontricks
If you don't already have it installed, ProtonTricks can be installed via the Discover store as a flatpak:
If this is the first time you have used protontricks or installed a Wabbajack Modlist, you may need to enable the use of protontricks via the command line. Open a Konsole terminal and run the following command to add an alias:
echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
then close and reopen Konsole. We can now invoke protontricks from the command line. Next, we need to allow protontricks access to the filesystem location (adjust as needed if you used a different path):
sudo flatpak override com.github.Matoking.protontricks --filesystem=/home/deck/Games
That should be protontricks installed and ready to use later in the guide.
Step 4 - Add steamtinkerlaunch via ProtonUp-QT
This method of running a Fallout New Vegas modlist uses steamtinkerlaunch. To get steamtinkerlaunch installed and available in Steam, we can use a program called ProtonUp-QT. If you don't already have this installed, you can install it via the Discover store on Steam Deck, or likely from your package manager on general Linux systems.
Once installed, open up ProtonUp-QT from the applications menu, ensure Steam is selected at the top, and then click Add Version:
In the "Compatibility tool" drop down, select steamtinkerlaunch if you are on Steam Deck, or steamtinkerlaunch-git if you are on a general Linux system, and then click Install:
Once the download completes, you can close ProtonUp-QT.
IMPORTANT: FOR STEAM TO RECOGNISE STEAMTINKERLAUNCH, YOU MUST FULLY EXIT AND RESTART STEAM NOW
Step 5 - Enable visibility of dotfiles
Because this modlist utilises the vanilla Fallout New Vegas game directory, we need to enable the visibility of hidden files on the filesystem (on Linux these are known as dotfiles). The setting can be changed via the protontricks GUI, or just by running the following command in a konsole/terminal window:
protontricks --no-bwrap -c 'WINEDEBUG=-all wine reg add "HKEY_CURRENT_USER\Software\Wine" /v ShowDotFiles /d Y /f' 22380
Step 6 - Install Proton Components
There are a number of Wine/Proton components required to ensure everything works with the base game and mods. Things like xact/xact_x64 to fix some audio issues, d3d additions for the use of some graphical functions as well as vcrun2022 (Microsoft Visual C++ Redistributable 2022) for some of the included mods.
The easiest way to install what we need is to use ProtonTricks, which should be installed already from Step 3 earlier in this guide.
Adding the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you:
protontricks --no-bwrap 22380 -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 fontsmooth=rgb
Step 7 - Download 4GB Patch, and run it via protontricks
Thankfully, there is a Linux version of the 4GB Patcher for Fallout: New Vegas.
Download the file here, and once complete, extract the FalloutNVPathcer file from the zip file into the Vanilla Fallout New Vegas directory. If Fallout New Vegas is on your internal storage that path will be something like (adjust if your path is different):
/home/deck/.local/share/Steam/steamapps/common/Fallout\ New\ Vegas/
OR if Fallout New Vegas is installed on SDCard:
/run/media/mmcblk0p1/SteamLibrary/steamapps/common/Fallout\ New\ Vegas/
Once the file is in the directory, we need to set the file as executable(adjust the path as needed):
chmod +x /home/deck/.local/share/Steam/steamapps/common/Fallout\ New\ Vegas/FalloutNVPatcher
and then cd to the Fallout New Vegas diretory and run the patcher:
cd /home/deck/.local/share/Steam/steamapps/common/Fallout\ New\ Vegas ; ./FalloutNVPatcher
It should output that the file was patched successfully:
Step 8 - Switch to steamtinkerlaunch and configure it
With the above component install complete, we can now switch Fallout: New Vegas to use steamtinkerlaunch instead of Proton Experimental, in the properties of the game in Steam:
Close the properties window and launch the game from steam. However, instead of loading Fallout: New Vegas, this will load a SteamTinkerLaunch window, and you'll have to quickly click on "Main Menu" down the bottom:
On the next screen, click "Game Menu":
There are only a few changes needed to get things working. Firstly, ensure 'custom commands' is ticked, and then click the executable to change it, bringing up a file Browser:
Browse to your Begin Again modlist directory, and select ModOrganizer.exe:
Additionally, tick the checkbox next to "Only custom command". The window should now look like this:
Lastly, scroll down in the Steam Tinker Launch window until you see 'Proton Version', and change it to be "Proton Experimental":
Click Save and Play, and all being well, you should see the Begin Again splash screen, and then MO2 will be displayed:
Step 9 - Launch MO2 and configure the instance.
In some cases, you may see an error regarding a downloads directory when MO2 is starting. To work around this you may need to blank out the path in ModOrganizer.ini, you can use the following command to do so, and then restart the game from Steam:
sed -i "/download_directory/c\download_directory =" /home/deck/Games/Fallout/BeginAgain/ModOrganizer.ini
At this stage, finally, ModOrganizer2 should now be loaded successfully. We need to check the executable path is correct for the Begin Again entry in MO2. To do so, click the "Configure Executables" button:
Ensure that the executable paths for the "Begin Again"" entry to match the following. If you are on a general Linux system, adjust the paths as necessary to your Steam Library location.
If Fallout New Vegas is install on internal storage, the Binary Path should be:
Z:\home\deck\.local\share\Steam\steamapps\common\Fallout New Vegas\FalloutNV.exe
If Fallout New Vegas is installed on the SDCard, the Binary Path should be:
D:\SteamLibrary\steamapps\common\Fallout New Vegas\FalloutNV.exe
Lastly for this step, click the Apply button, followed by OK.
Step 10 - Click Play!..
It's finally time to play! Set the Launch option in MO2 back to Begin Again, and click Play:
You may get a warning about some missing ini files:
This is expected and you can just click OK.
If you're not playing on Steam Deck, that should be things complete, and you can move to the Conclusion section.
Deck users, close the game down again, as you can now change back to Game Mode to run the game after reading and considering Step 11, and the Conclusion.
Step 11 - Optional but Strongly Recommended
Increase Steam Deck Swap Space, Swappiness and adjust Steam Deck VRAM
This may be optional, but there have been reports of far better stability and performance after increasing the swap space available to the deck when running Modlists. If you are experiencing stability issues, it might be worth investigating. How to do so is outside the scope of this guide, but there is plenty of information available elsewhere on how to do it - CryoByte33 has an excellent set of utilities available on github that can take care of this, and more!
Personally I have increased the VRAM in the deck bios to 4GB (see here for details), 16GB Swap space, and a Swappiness of 1 - the recommended settings when you run Cryobyte33's Steam Deck Utilities. In fact, the full video of Cryobyte33 explaining what this all means, is definitely worth a watch!
Conclusion
At last!
If you've read this far, then well done! I'd very much appreciate a Star for this guide, just to show if I'm on the right track. I'm also open to any feedback, positive or negative.
I would love to hear your feedback on performance of this or other modlists, and any tweaks that you made!
As an addition to the disclaimer at the top of this guide, I have no visibility of longer term stability, so save often, and maybe even make backups of your save-games, just in case ;)
If you need help with any of the above, or better yet have another fix, tweak or workaround to help get these Modlists running on Linux, then please do stop by the #unofficial-linux-help channel on the Wabbajack Discord, I should be around so just @ me (@omni) on there!
Enjoy!