Skip to content

Instantly share code, notes, and snippets.

View amydevs's full-sized avatar
👋
half-time quarter-stack developer

Amy! amydevs

👋
half-time quarter-stack developer
View GitHub Profile
@amydevs
amydevs / sptd
Last active November 17, 2021 07:15
Bash Script to Start "spotifyd" Alongside "spotify-tui" / "spt"
#!/bin/bash
### When saving this script, please run "chmod +x" on it to make it executable! ###
# Default behaviour is that "spotifyd' is killed when "spt" is closed.
# To make spotifyd continue running in the background, simple start the command with the "-b" argument.
keepSptdInBackground=false
POSITIONAL=()
while [[ $# -gt 0 ]]; do
console.log("test")
@amydevs
amydevs / SRXDModdingGuide.md
Last active April 14, 2023 18:52
A Quick Modding Setup Guide (WIP)

SRXD Modding Guide

A Quick Modding Setup Guide:

MelonLoader Setup

Using the Installer:

  1. Download the MelonLoader.Installer.exe installer from https://github.com/HerpDerpinstine/MelonLoader/releases
  2. Run it, and select Spin Rhythm in it's steam directory (the default is C:\Program Files (x86)\Steam\steamapps\common\Spin Rhythm\SpinRhythm.exe)
  3. Drag the .dll file above into the Mods folder in the game's directory. (for example: C:\Program Files (x86)\Steam\steamapps\common\Spin Rhythm\Mods
  4. Run the game as you would normally and the modloader will do its thing.