Skip to content

innerbytes/Fallout2_RPU_Miria_Can_Wait

 
 

Repository files navigation

Miria Can Wait patch for the Fallout 2 Restoration Project Updated mod

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.

Prerequisites:

How to install from the Released package

  1. Download the mod package from one of the links below, unpack to your local drive, and follow the readme.txt inside.

How to install from GitHub

  1. Make sure you have installed Git (https://git-scm.com/install/)

  2. 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:\Projects
      • git clone https://github.com/innerbytes/Fallout2_RPU_Miria_Can_Wait.git
  3. In PowerShell 7, change to the patch directory and run build.ps1:

cd c:\Projects\Fallout2_RPU_Miria_Can_Wait
.\build.ps1
  1. 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 data directory within).

  2. In PowerShell 7, run install.ps1 and 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
  1. Enable the Miria Can Wait feature:

    • In your Fallout 2 game installation folder, edit mods\rpu.ini and add in the end: miria_can_wait=1
  2. 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.

Contacts

In case of questions / suggestions about the Miria Can Wait patch, contact here:

For the developers

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.

If sfall headers need to be updated in future:

  • Download sfall headers from the sfall Modders Pack: https://sourceforge.net/projects/sfall/
  • Copy all files from the archive:scripting_docs\headers into this project: scripts_src\sfall\
  • Update scripts_src\sfall\readme.txt according to the new sfall headers version.

Applying the patch manually:

  1. 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.
  2. Download compile.exe and parser.dll from sfall-team/sslc releases:
  3. Compile the patch using commands in PowerShell 7:
    • cd c:\Projects\Fallout2_RPU_Miria_Can_Wait\scripts_src\modoc
    • C:\Tools\compile.exe -p -l -O2 -s -q -n mcmiria.ssl -o mcmiria.int
  4. 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"
    

Fallout 2 Restoration Project, updated Fallout 2 logo

Build status Translation status

Telegram Discord IRC

Download | Installation | Bug reports | Translations | Additional mods

Restoration Project, updated is based on killap's Restoration Project for Fallout 2.

Installation

  • 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).

Windows

  1. Download rpu_v*.exe from the latest release page.
  2. Launch, point the installer to the game directory, choose language and options.
  3. After installation, see mods/upu.ini, mods/rpu.ini for various settings that can be configured.
  4. Check out recommended mods to add on top.

Linux / MacOS

Follow the instruction.

Additional mods

Included

RPU includes the following mods:

Recommended

For additional QoL options, check out:

Bug reports, feature requests

  1. Go to github issues or forums.
  2. Open an issue/topic, describe the bug. Report each bug separately.
  3. Attach a savegame and a screenshot.

Additional info

About

Fallout2 - Miria Can Wait patch for the RPU

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 96.6%
  • PowerShell 1.1%
  • Other 2.3%