Fallout 4 Running Multiple Copies: Difference between revisions
From Mike Beane's Blog
m (→1.10.984.0) |
m (→INI) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Stub page for thoughts | Stub page for thoughts | ||
Fallout London requires | Fallout London requires 1.10.163.0 | ||
Vault 13 Demo requires | Vault 13 Demo requires 1.10.163.0 | ||
Fallout 4 Next Gen is | Fallout 4 Next Gen is > 1.10.163.0 | ||
I wonder if "Mod Organizer 2" would do what I'm trying to do (is it easier for me just figure out directory swapping?) | |||
Line 21: | Line 23: | ||
* See [https://forums.nexusmods.com/topic/13494967-downgrading-fallout-4-from-1109840-to-1101630-steam/ Downgrading Fallout 4 from 1.10.984.0 to 1.10.163.0 (Steam)] or the [[Talk:Fallout_4_Running_Multiple_Copies|Discussion Page]] here for archive reasons (and my notes) | * See [https://forums.nexusmods.com/topic/13494967-downgrading-fallout-4-from-1109840-to-1101630-steam/ Downgrading Fallout 4 from 1.10.984.0 to 1.10.163.0 (Steam)] or the [[Talk:Fallout_4_Running_Multiple_Copies|Discussion Page]] here for archive reasons (and my notes) | ||
** The Ultra-high resolution dlc is fairly large and should not be absolutely required (re: optional) | |||
* Place the new folder at ...Steam\steamapps\common | * Place the new folder at ...Steam\steamapps\common | ||
Line 31: | Line 34: | ||
* Place the new folder at ...Steam\steamapps\common | * Place the new folder at ...Steam\steamapps\common | ||
== | ==Clean Base Prep Completed== | ||
You should now have a copy of each Fallout 4 base version, never run, at ...Steam\steamapps\common. Next steps will make copies of these folders in relation to the specific mod. | You should now have a copy of each Fallout 4 base version, never run, at ...Steam\steamapps\common. Next steps will make copies of these folders in relation to the specific mod. | ||
=Vault 13 Demo= | |||
* Go to ...Steam\steamapps\common | |||
* Shift+Right click in the folder and select Open Powershell Window Here or Open Command Window here | |||
** If the latter, type powershell.exe and press enter in the command window | |||
* Start the mod download and continue on while it downloads [https://www.nexusmods.com/fallout4/mods/85307?tab=files&file_id=329601 Fallout Vault 13 Demo] | |||
* Run the following command and wait while it copies files | |||
<pre>Copy-Item -Path "Fallout 4 - 1.10.163.0" -Destination "Fallout 4 - Vault 13 Demo" -Recurse</pre> | |||
* Vault 13 Demo doesn't like cc (Creation Club) files. Run the following command | |||
<pre>Remove-Item -Path "Fallout 4 - Vault 13 Demo\Data\cc*" -Confirm</pre> | |||
** Y for each individual file, A for All, L will skip them all. | |||
* Grab a copy of f4se for 1.10.163.0 and install that in "Fallout 4 - Vault 13 Demo" per the mod installation directions of the mod. | |||
*# [https://www.nexusmods.com/fallout4/mods/42147?tab=files get old file version 0.6.23] | |||
*# [https://f4se.silverlock.org/ https://f4se.silverlock.org/] - Programmer's site versions | |||
==INI== | |||
# go to C:\Users\Username\Documents\My Games\Fallout4 | |||
## If you're already running a major mod like London, make a copy of the current fallout.ini file | |||
#* name it something obvious "Fallout4 - Copy - London.ini" | |||
## If not, make a copy ala "Fallout4 - Copy - Original.ini" | |||
# Edit the fallout.ini file per the install instructions | |||
#* I made a copy of the changed file ala "Fallout4 - Copy - Vault13.ini" | |||
[[Category:Gaming]] | [[Category:Gaming]] |
Latest revision as of 15:06, 10 August 2024
Stub page for thoughts
Fallout London requires 1.10.163.0 Vault 13 Demo requires 1.10.163.0 Fallout 4 Next Gen is > 1.10.163.0
I wonder if "Mod Organizer 2" would do what I'm trying to do (is it easier for me just figure out directory swapping?)
Read-Only
For Steam users, to stop Fallout 4 from auto updating to the latest version:
- Find "appmanifest_377160.acf" and set it to Read-Only
- I have two copies of the .acf, one each with the flag set differently
Clean Base Installs
Note: make sure you local saved games are safely backed up. I'm not sure I'll look too hard in how to manage saved games (maybe there is a mod for that).
1.10.163.0
- Goal: Create a clean installation folder named "Fallout 4 - 1.10.163.0"
- Pre-Requisite: .....\Steam\steamapps\appmanifest_377160.acf is set to Read-Only
- See notes above
- Background: Since the Nextgen update there have been mods coming out that require the pre-Nextgen Fallout installation to work. Creating a clean base install folder that can be used as the foundation for starting different mod installs seems like the way to go. G
- See Downgrading Fallout 4 from 1.10.984.0 to 1.10.163.0 (Steam) or the Discussion Page here for archive reasons (and my notes)
- The Ultra-high resolution dlc is fairly large and should not be absolutely required (re: optional)
- Place the new folder at ...Steam\steamapps\common
1.10.984.0
- Make sure that the current Fallout 4 isn't really needed.
- From the library manager, remove the installation.
- Start a fresh installation.
- After install, before you run the game, copy the Fallout 4 folder
- Rename the copied folder "Fallout 4 - 1.10.984.0"
- Place the new folder at ...Steam\steamapps\common
Clean Base Prep Completed
You should now have a copy of each Fallout 4 base version, never run, at ...Steam\steamapps\common. Next steps will make copies of these folders in relation to the specific mod.
Vault 13 Demo
- Go to ...Steam\steamapps\common
- Shift+Right click in the folder and select Open Powershell Window Here or Open Command Window here
- If the latter, type powershell.exe and press enter in the command window
- Start the mod download and continue on while it downloads Fallout Vault 13 Demo
- Run the following command and wait while it copies files
Copy-Item -Path "Fallout 4 - 1.10.163.0" -Destination "Fallout 4 - Vault 13 Demo" -Recurse
- Vault 13 Demo doesn't like cc (Creation Club) files. Run the following command
Remove-Item -Path "Fallout 4 - Vault 13 Demo\Data\cc*" -Confirm
- Y for each individual file, A for All, L will skip them all.
- Grab a copy of f4se for 1.10.163.0 and install that in "Fallout 4 - Vault 13 Demo" per the mod installation directions of the mod.
- get old file version 0.6.23
- https://f4se.silverlock.org/ - Programmer's site versions
INI
- go to C:\Users\Username\Documents\My Games\Fallout4
- If you're already running a major mod like London, make a copy of the current fallout.ini file
- name it something obvious "Fallout4 - Copy - London.ini"
- If not, make a copy ala "Fallout4 - Copy - Original.ini"
- Edit the fallout.ini file per the install instructions
- I made a copy of the changed file ala "Fallout4 - Copy - Vault13.ini"