When this patch is applied, Miria can be told to wait at her current location, just like other party NPCs (Sulik, Cassidy, etc.). The player can then return and ask her to rejoin the party. This prevents Miria to be killed in hard battles. This patch does not extend any other functionality of Miria, only the above described one.
- Windows 10 or 11
- Fallout 2 with RPU installed. This patch is tested with the latest RPU for the moment:
v2.4.34, so please install first this version of the RPU, following all the installation instructions:- https://github.com/BGforgeNet/Fallout2_Restoration_Project?tab=readme-ov-file#installation
- https://github.com/BGforgeNet/Fallout2_Restoration_Project/releases/tag/v2.4.34
- This patch is not guaranteed to work with other versions of RPU until tested, but it might.
- Applying this patch does not require to start a new Fallout 2 game. The current save, made with Fallout 2 RPU, will work.
- PowerShell 7 installed (https://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-windows)
- Download the mod package from one of the links below, unpack to your local drive, and follow the
readme.txtinside.
-
Make sure you have installed Git (https://git-scm.com/install/)
-
Clone this github repository (in this example we will use
c:\Projects\directory, update the path accordingly, if you use a different one).- In Git or Powershell commamnd line:
cd c:\Projectsgit clone https://github.com/innerbytes/Fallout2_RPU_Miria_Can_Wait.git
- In Git or Powershell commamnd line:
-
In PowerShell 7, change to the patch directory and run
build.ps1:
cd c:\Projects\Fallout2_RPU_Miria_Can_Wait
.\build.ps1-
Before proceeding with the next step, it's recommended to make a backup of your Fallout 2 game installation directory for the case something goes wrong (or at least
datadirectory within). -
In PowerShell 7, run
install.ps1and follow the instructions. You will need to select the path to Fallout 2 with RPU installed in the dialog.
cd c:\Projects\Fallout2_RPU_Miria_Can_Wait
.\install.ps1-
Enable the Miria Can Wait feature:
- In your Fallout 2 game installation folder, edit
mods\rpu.iniand add in the end:miria_can_wait=1
- In your Fallout 2 game installation folder, edit
-
That's it. Now when you marry Miria and join her in your squad, she can be asked to wait, same as any other companion.
In case of questions / suggestions about the Miria Can Wait patch, contact here:
The instructions below is only for the mod programmers. Please ignore them, if you just want to play the game with Miria Can Wait patch. Use the Install Manual above instead.
- Download sfall headers from the sfall Modders Pack: https://sourceforge.net/projects/sfall/
- Copy all files from the
archive:scripting_docs\headersinto this project:scripts_src\sfall\ - Update
scripts_src\sfall\readme.txtaccording to the new sfall headers version.
- This intallation instruction assumes that your Fallout 2 game with RPU is installed in
C:\Games\Fallout 2\directory. Update the path accordingly if it differs. - Download
compile.exeandparser.dllfrom sfall-team/sslc releases:- Can take this version, or later: https://github.com/sfall-team/sslc/releases/tag/2026-02-07-11-20-26
- Place both files in the same folder (e.g.
C:\Tools\).
- Compile the patch using commands in PowerShell 7:
cd c:\Projects\Fallout2_RPU_Miria_Can_Wait\scripts_src\modocC:\Tools\compile.exe -p -l -O2 -s -q -n mcmiria.ssl -o mcmiria.int
- Apply the patch to your Fallout 2 RPU installation, running those Powershell 7 commands (msg here is copied for english only, add commands for other languages):
mkdir "C:\Games\Fallout 2\data\scripts" 2>nul mkdir "C:\Games\Fallout 2\data\text\english\dialog" 2>nul copy scripts_src\modoc\mcmiria.int "C:\Games\Fallout 2\data\scripts\mcmiria.int" copy data\text\english\dialog\mcmiria.msg "C:\Games\Fallout 2\data\text\english\dialog\mcmiria.msg"
Download | Installation | Bug reports | Translations | Additional mods
Restoration Project, updated is based on killap's Restoration Project for Fallout 2.
- RPU must be installed on vanilla game.
- RPU requires starting a new game after installation. (One exception is updating from RP or a previous RPU version).
- Download
rpu_v*.exefrom the latest release page. - Launch, point the installer to the game directory, choose language and options.
- After installation, see
mods/upu.ini,mods/rpu.inifor various settings that can be configured. - Check out recommended mods to add on top.
Follow the instruction.
RPU includes the following mods:
- Unofficial Patch
- High quality music
- Hero Appearance
- NPC armor
- Party Orders
- Cassidy talking head
- Enhanced worldmap
- Extended Flamer animations
- Additional rifle and wakizashi animations
- Improved Mysterious Stranger
- High resolution patch
For additional QoL options, check out:
- Go to github issues or forums.
- Open an issue/topic, describe the bug. Report each bug separately.
- Attach a savegame and a screenshot.
- Changelog
- New content description (spoilers)
- Walkthrough (heavy spoilers)
- Known issues
- Reporting crashes
- Credits
