Skip to content

Instantly share code, notes, and snippets.

View notgne2's full-sized avatar
💭
‏💭‏

Mika Logan notgne2

💭
‏💭‏
View GitHub Profile

The World's Ugliest Tutorial On How To Mod Beat Saber On Multiple Profiles Even Though You Really Probably Shouldn't Do This

  • Use MBF to install mods on your normal profile before making a second profile (after is untested, and presumed to be problematic)
  • Make your second profile on the Quest, and redo all of the steps required to enable developer mode on this second profile.
  • If BeatSaber doesn't show up on the second profile:
    • Run adb shell pm list users to get your second profile's ID (the first number next to the name of it)
    • Runadb shell pm install-existing --user [user ID] com.beatgames.beatsaber

Now you should have BeatSaber on both profiles, "modded", but with no mods... If you had your ModData directory on this profile, it would be working as intended, so how do we get it there?

@notgne2
notgne2 / xps_9320.nix
Last active August 4, 2024 19:28
It Just Works ™️
{
config,
pkgs,
lib,
inputs,
...
}: let
ipu6-camera-bin = with pkgs;
stdenv.mkDerivation rec {
pname = "ipu6-camera-bin";
@notgne2
notgne2 / ezwg2.nix
Last active January 16, 2022 17:32
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.services.ezwg;
peerNameReplacement = lib.replaceChars [ "/" "-" " " "+" "=" ] [
"-"
"\\x2d"
"\\x20"
"\\x2b"
@notgne2
notgne2 / htc_vive_virtual_keypress.py
Last active January 3, 2019 15:46
Small script to convert HTC Vive controller inputs into virtual keypresses for autohotkey (thanks to awesomebytes)
#!/usr/bin/env python
import time
import pprint
import openvr
import win32api
import win32con
"""
Convert HTC Vive inputs to virtual keypresses for autohotkey