Skip to content

Instantly share code, notes, and snippets.

@pinguluk
pinguluk / CustomizableCamera(WithUI) V4.0 - HOTFIX by pinguluk.md
Last active May 23, 2024 18:05
This is a fix/patch for First Person AND Customizable Cameras (With UI) mod (CustomizableCamera(WithUI) V4.0 to be more specific) for Hogwarts Legacy from https://www.nexusmods.com/hogwartslegacy/mods/869

About

This is a fix/patch for First Person AND Customizable Cameras (With UI) mod (CustomizableCamera(WithUI) V4.0 to be more specific) for Hogwarts Legacy from https://www.nexusmods.com/hogwartslegacy/mods/869

The problems I've fixed

There are two problems:

  1. The mod isn't initialised (the UI works, but nothing happens when you change the settings);
  2. When the mod it's actually initialised at some point, it will stop working after the player uses fast travel or when it dies.
@pinguluk
pinguluk / filter-tag.liquid
Last active January 6, 2022 10:02
Hack for tags that contain ampersands - Shopify Tag Filtering
{% comment %}
Renders filter tags
Accepts:
- name: {String} Current filter name
- filters: {Array} Array of filters (tags)
- remove_substring_from_name: {Array} Array of strings to remove from filter name
Usage:
{% render 'filter-tag' | name: "Publication Types", filters: type_filters, remove_substring_from_name: "Publication Type - , Working Area - , Publication Year - " | split: ", " %}