Skip to content

Instantly share code, notes, and snippets.

View insomniac-afk's full-sized avatar

ellis insomniac-afk

View GitHub Profile
keys = 1,2,3,4,5,XButton1,XButton2,q,e,r,z,x,f ; replace with buttons you wish to spam
Loop Parse, keys, `,
Hotkey *%A_LoopField%, KEY
Return
#IfWinActive, FINAL FANTASY XIV
KEY:
StringTrimLeft key, A_ThisHotKey, 1
t := 0.2 ; initial delay [seconds]
Loop {
@insomniac-afk
insomniac-afk / linux-ffxiv-rpc.md
Last active April 18, 2022 18:21
Final Fantasy XIV on Linux with Discord Rich Presence support.

Step 1: Downloading Lutris using your distributions package installer (sudo apt-get install lutris, sudo pacman -S lutris etc)

Step 2: Downloading XIVLauncher and FFXIV using the provided Lutris script at https://lutris.net/games/final-fantasy-xiv-online/

Step 3: Once installed and set-up, you'll need to download the rpc.exe located at https://github.com/HorizonCode/linux-lutris-osu-rpc/blob/main/files/rpc.exe (Thanks to HorizonCode for the pre-compiled rpc.exe needed!)

Step 4: Move .exe to somewhere Wine can find it, I moved it to my C drive for Wine located at /home/username/Games/final-fantasy-xiv-online/drive_c/ for ease of use.

@insomniac-afk
insomniac-afk / cvars.xml
Last active September 28, 2021 17:58
Destiny 2 cvar.xml
<?xml version="1.0"?>
<body>
<namespace name="graphics">
<cvar name="force_auto_detect" value="0" />
<cvar name="force_enable_multi_threaded_render_submit" value="0" />
<cvar name="window_position_x" value="8" />
<cvar name="window_position_y" value="31" />
<cvar name="window_mode" value="3" />
<cvar name="anti_aliasing_mode" value="2" />
<cvar name="dof_mode" value="2" />