Kapilarny / FuserSongLoader

Custom Song Loader for FUSER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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)

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

About

Custom Song Loader for FUSER

License:MIT License


Languages

Language:C 81.8%Language:C++ 18.0%Language:CMake 0.2%Language:Batchfile 0.0%