This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
legacy_layout=false | |
custom_text_center=BIFROST | |
full | |
background_alpha=0.4 | |
round_corners=12 | |
background_alpha=0.4 | |
background_color=000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fallout: London "Train Crash Crash" Fix | |
This is what worked for us. It may or may not work for you. | |
We installed Fallout 4 GOTY edition from GOG as a fresh install. | |
Install Fallout: London using the installer on GOG Galaxy (Windows) or Heroic Launcher (Linux). | |
Linux Heroic Launcher guide: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki/Fallout:-London-guide | |
*** We are not using a mod manager such as MO2 or Vortex. *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install meson cmake libx11-dev libwayland-dev libvulkan-dev wayland-protocols libx11-xcb-dev libglm-dev libxdamage-dev libxcomposite-dev libxcursor-dev libxxf86vm-dev libxres-dev libxmu-dev libdrm-dev libeis-dev libxkbcommon-dev libpixman-1-dev libcap-dev libsdl2-dev libseat-dev libinput-dev libxcb-composite0-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-res0-dev glslang-dev glslang-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
legacy_layout=false | |
custom_text_center=BIFROST | |
full | |
background_alpha=0.4 | |
round_corners=12 | |
background_alpha=0.4 | |
background_color=000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################### File Generated by GOverlay ################### | |
toggle_fps_limit=F1 | |
#fps_limit=60 | |
vsync=1 | |
gl_vsync=0 | |
legacy_layout=false | |
gpu_stats | |
graphs=gpu_load | |
gpu_temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook.com##[aria-posinset] [href="/reel/?s=ifu_see_more"]:upward([aria-posinset]) | |
!facebook.com##[role=feed]>div [href="/reel/?s=ifu_see_more"]:upward([role=feed]>div) | |
!facebook.com##[role="feed"]>div:has-text(/^(Reels and short videos)/) | |
!facebook.com##div[role="tablist"]:has-text(Stories):has-text(Reels):has-text(Rooms):upward(4) | |
!facebook.com##div[role="tablist"]:upward(4) | |
!facebook.com##div:has-text(/^(Reels and short videos)/) | |
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer [overlay-style="SHORTS"]:upward(ytd-rich-item-renderer) | |
www.youtube.com##ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="SHORTS"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using UnityEngine; | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine.EventSystems; | |
//I used ILSpy on the Unity UI dll to copy out the Physicsraycaster code and fix where the ray eminates from (in this case, always the center of the screen) | |
public class InteractionRaycaster : PhysicsRaycaster { | |
[Range(0.0f, 0.5f)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer [overlay-style="SHORTS"]:upward(ytd-rich-item-renderer) | |
www.youtube.com##ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="SHORTS"]) | |
! YouTube Fix & Customization v1.5 | |
! (1-3/13) YouTube 4 Videos Per Row Fix (Home and Channel Pages) | |
youtube.com##ytd-rich-grid-row:style(display:contents !important;) | |
youtube.com###contents.ytd-rich-grid-row:style(display:contents !important;) | |
youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 6 !important;) | |
! (4-5/13) YouTube 4 Videos Per Row Fix (Channel Page margin fix) | |
youtube.com##ytd-rich-item-renderer[is-slim-grid]:first-of-type:style(margin-left: auto !important;) | |
youtube.com##ytd-rich-item-renderer[is-slim-grid]:last-of-type:style(margin-right: auto !important;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nebadon@BIFROST:~/STEAM5/SteamLibrary/steamapps/common/Psychosis$ ./Psychosis.sh | |
4.27.2-18319896+++UE4+Release-4.27 522 0 | |
Disabling core dumps. | |
Looking for binary: ../../../Psychosis/Config/BinaryConfig.ini | |
Error [GENERAL | | OpenXR-Loader] : RuntimeManifestFile::FindManifestFiles - failed to determine active runtime file path for this environment | |
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - unknown error | |
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - failed to load a runtime | |
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed to find default runtime with RuntimeInterface::LoadRuntime() | |
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed querying extension properties | |
Error [GENERAL | | OpenXR-Loader] : RuntimeManifestFile::FindManifestFiles - failed to determine active runtime file path for this environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System Info: | |
Heroic Version: 2.4.3 Chopper | |
Legendary Version: 0.20.28 Dark Energy (hotfix #2) | |
OS: Freedesktop SDK KERNEL: 5.13.0-valve21.3-1-neptune ARCH: x64 | |
CPU: AMD Custom APU 0405 @1.93 GOVERNOR: schedutil | |
RAM: Total: 14.49 GiB Available: 11.52 GiB | |
GRAPHICS: GPU0: VanGogh [AMD Custom GPU 0405] VRAM: 512MB DRIVER: | |
PROTOCOL: x11 | |
Game Settings: { |
NewerOlder