Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.49 KB


F.A.Q.

What is it?

SFR is an open source mod for SFD. It adds new content and tweaks existing mechanics for a better game experience.

How does it work?

We patch and add game code through reflection and HarmonyLib in order to add new content. We also edit .sfdx and other configuration files.

Do you have devs consent?

Yes, we do. However read the license for some clarification.

Can I contribute or create my own mods?

Yes. Everyone with intermediate coding knowledge can create his own mods or even contribute to the main branch.
You're advised to change SFR version in your own mods, to avoid conflicts with other servers.

How to install

Download

You can download this mod here.

Installation

Extract the downloaded archive in your Superfighters Deluxe folder (if you have a previous SFR installation, make sure to delete that).
Open steam and change Superfighters Deluxe launch options to cmd /k "%command%\..\SFR.exe".

Developing your own mods

For developing your own mods, follow the contribute guide.