Skip to content

Instantly share code, notes, and snippets.

@corncobble
corncobble / readme.md
Last active April 12, 2025 15:20
Install Fallout London (and having it work)

Installation

  1. Purchase Fallout 4: GOTY from GOG.com. Purchase (add) Fallout London from GOG.com. You now have both of these in your GOG library.
  2. Download and install GOG Galaxy. It just makes this whole thing easier.
  3. In GOG Galaxy, install Fallout 4: GOTY. Once completed, run it (at least) once to the title screen.
  4. In GOG Galaxy, install Fallout London (which just installs the mod installer). Once completed, run it and use the installer to install the mod to the Fallout 4: GOTY folder (typically C:\Program Files (x86)\GOG Galaxy\Games\Fallout 4 GOTY).
  5. Download "High FPS Physics Fix" from Nexus Mods. Download the one specified for Fallout London.
  6. Extract the files. Make sure the following files are located at:
C:\Program Files (x86)\GOG Galaxy\Games\Fallout 4 GOTY\Data\F4SE\plugins\HighFPSPhysicsFix.dll
@corncobble
corncobble / tasks.yml
Last active January 9, 2024 13:03
Proxmox: Create VM from cloud-init image using Ansible
---
- name: Download cloud-init image
register: image
ansible.builtin.get_url:
url: "{{ image_url }}"
dest: /tmp
mode: '0644'
force: true
- name: Install pip