Initial Commit

This commit is contained in:
Lillith Rose (Device: Lucia) 2025-06-18 12:00:40 -04:00
commit 13767d3f40
160 changed files with 51070 additions and 0 deletions

View file

@ -0,0 +1,35 @@
# These are lillith's settings for keybinds
# everything can be explained by the line above it starting with a hashtag
### Config
cfg onlyWhenFocused VRChat
### Fly Stuff
# Fly
f /avatar/parameters/Go/VRCEmote int 123 0
# Speed up
hold-g /avatar/parameters/Go/VRCEmote int 122 123 10
hold-g /avatar/parameters/Go/Float float 0.1 0
# Fly Up
hold-e /avatar/parameters/Go/VRCEmote int 121 123 10
hold-e /avatar/parameters/Go/Float float 1 0
# Fly Down
hold-q /avatar/parameters/Go/VRCEmote int 121 123 10
hold-q /avatar/parameters/Go/Float float -1 0
# Drop
hold-ctrl /avatar/parameters/Go/VRCEmote int 120 0
# Dash
b /avatar/parameters/Go/Dash bool true false
### Overlay
# Xray
x /avatar/parameters/HUDSettings/State/Overlay int 3 0
# Overlay Toggle
h /avatar/parameters/HUDSettings/State/HUDEnabled bool true false
# Invisible
t /avatar/parameters/Invisible bool true false