Mettra / FuserSongLoader

MIT License
45 stars 8 forks source link

Fuser Song Loader

Introduction

A dll used to load custom songs in Fuser.

How it works

This song loader works as a standalone DLL (winhttp.dll). It get loaded by Fuser when it starts up.

How to use it

Building

git clone https://github.com/Mettra/FuserSongLoader.git
cd FuserSongLoader
git submodule update --init --recursive
./build.bat

FuserSongLoader.sln should be generated under the FuserSongLoader/build folder.

  1. Building the FuserModDoorstop Visual Studio project will output a winhttp.dll, which should be placed next to Fuser-Win64-Shipping.exe