A dll used to load custom songs in Fuser.
This song loader works as a standalone DLL (winhttp.dll
). It get loaded by Fuser when it starts up.
- Download the latest files from the releases page
- Extract everything to the same directory as
Fuser-Win64-Shipping.exe
. (Should be somewhere like C:/Program Files (x86)/Steam/steamapps/common/Fuser/Fuser/Binaries/Win64) - Create a
custom_songs
folder in the content pak directory (Should be somewhere like C:/Program Files (x86)/Steam/steamapps/common/Fuser/Fuser/Content/Paks/) - Add any custom song .pak + .sig files to that directory. (These can be created with Fuser Custom Song Creator)
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.
- Building the
FuserModDoorstop
Visual Studio
project will output awinhttp.dll
, which should be placed next toFuser-Win64-Shipping.exe