numbers might be +/- 16.6ms or so in some cases, calculations are rough.
no upgrades
- 29 crosshair rest (481ms)
- 32 charge begin (531ms)
ADS speed upgrade
- brings ADS speed from 42 to 54, an increase of 23%
- 22 crosshair rest (365ms)
| # USAGE: | |
| ## 1) Install & setup Slippi normally, make sure it is fully updated | |
| ## 2) Install Python3 from your favorite package manager | |
| ## 3) Run this script from a terminal: | |
| ### python3 slippi_fixpixbuf.py | |
| ## Credits: Niah, Nikkis (original workaround), FlavorKicker (compiled guide), me (scripted) | |
| # ---------- CONFIG START ---------- | |
| SLIPPI_NETPLAY_ABSOLUTE = "" | |
| APPIMAGETOOL_URL = "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" | |
| SLIPPI_APPIMAGE = "Slippi_Online-x86_64.AppImage" |
| #!/usr/bin/env python3 | |
| ## Documentation in repo wiki or last resort is https://ckx.mikomiko.org/2025/05/08/elurair_deploy/ | |
| import zipfile | |
| import subprocess | |
| import shutil | |
| import os | |
| from datetime import datetime | |
| from pathlib import Path | |
| from enum import Enum |
| ; --------------------------------------- | |
| ; Dungeon & Fighter - Spam | |
| ; --------------------------------------- | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| DELAY :=1 | |
| ; --------------------------------------- | |
| ; Keys |
| ; --------------------------------------- | |
| ; Dungeon & Fighter - Auction House | |
| ; --------------------------------------- | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #IfWinActive Dungeon Fighter Online ; only active when DFO is | |
| SendMode Event ; Recommended for new scripts due to its superior speed and reliability. | |
| ; --------------------------------------- | |
| ; Usage | |
| ; --------------------------------------- |
| ; --------------------------------------- | |
| ; Dungeon & Fighter - Summoner | |
| ; --------------------------------------- | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #IfWinActive Dungeon Fighter Online ; only active when DFO is | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| ; --------------------------------------- | |
| ; Delays | |
| ; --------------------------------------- |
| ; --------------------------------------- | |
| ; Dungeon & Fighter - Elementalist | |
| ; --------------------------------------- | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #IfWinActive Dungeon Fighter Online ; only active when DFO is | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| ; --------------------------------------- | |
| ; Delays | |
| ; --------------------------------------- |
| ; --------------------------------------- | |
| ; Dungeon & Fighter - Witch | |
| ; --------------------------------------- | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #IfWinActive Dungeon Fighter Online ; only active when DFO is | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| ; --------------------------------------- | |
| ; Delays | |
| ; --------------------------------------- |