Skip to content

Instantly share code, notes, and snippets.

@mackandelius
mackandelius / CV1_FBT.md
Last active May 23, 2024 20:34
Oculus Rift CV1 as Full body tracking

(This is a guide that I can in the future link to because I spend far too much time writing this over and over again.)

Summary:

Reusing your old Rift or a second hand Rift for Full Body Tracking (FBT) is a good and cheap solution for FBT. With three touch controllers (legs and hip) it is akin to Vive trackers in tracking quality, while being superior with its AA batteries, which allows you theoretically infinite battery life. (PLEASE USE RECHARGEABLE AA BATTERIES)

Required Hardware:

@Vexcited
Vexcited / boosteroid-alt-tab-guide.md
Last active September 24, 2023 22:31
Run an Alt+Tab on Boosteroid when the game get in background

Boosteroid ALT+TAB

This script can be used when your game gets in background (when the game opens a window for example).

Where have you found the key codes ?

The key codes for ALT and TAB - and every other key codes btw - are taken from https://keycode.info/table-of-all-keycodes.

Usage

@hyblocker
hyblocker / guide.md
Last active July 21, 2024 05:41
How to use Vive Wands for Fullbody Tracking

How to use Vive Wands for Fullbody Tracking

This guide assumes you have the following devices:

  • At least one Vive Wand
  • At least one Base Station
  • Some method of connecting the Vive wand to your computer, either over USB or using a Vive Dongle

Instructions

@qcho
qcho / aliases\Logitech_G923_TRUEFORCE_Racing_Wheel_PS_USB.xml
Created August 1, 2021 03:00
City Car Driving Preset - Logitech G923 TRUEFORCE Racing Wheel PS
<?xml version="1.0"?>
<Alias targetDevice1="Logitech G923 TRUEFORCE Racing Wheel PS USB"
targetDevice2="Logitech G923 TRUEFORCE Racing Wheel PS"
targetProductGuid="{C266046D-0000-0000-0000-504944564944}">
<Axis axis="x" name="Steering" />
<Axis axis="y" name="Gas" />
<Axis axis="rz" name="Brake" />
<Axis axis="slider:0" name="Clutch" />
<Button number="1" name="X" />
<Button number="2" name="Square" />
@0x07dc
0x07dc / windowsSleepTimer.py
Last active April 9, 2023 15:21
Windows Audio Sleep Timer
# This script mutes your windows audio after a certain amount of entered time
# Requires PyCaw (>pip install pycaw)
# Usage:
# > python sleepTimer.py <minutes until silence>
import sys
if(len(sys.argv)<2):
exit("Error. No countdown time provided")
@stonar96
stonar96 / Anti-Xray.md
Last active June 6, 2024 12:01
Recommended Paper Anti-Xray settings by stonar96

❗ This has been moved to the official PaperMC docs ❗

Link: https://docs.papermc.io/paper/anti-xray

Help: https://discord.gg/papermc






Recommended Paper Anti-Xray settings by stonar96

General

Anti-Xray can be configured per world in the paper.yml configuration file. To understand how per world configuration works please read this first. Note that after changing any settings for Anti-Xray you have to restart your server. Executing the /reload command (you should never do this) won't apply the settings to worlds that are already loaded.