[ English | 简体中文 ]
A simple Granblue Relink Mod Organizer, supporting Windows / Steam Deck
Compatible with Reloaded-II Mods and other formats
- In
Settings
page, clickLocate Game
to find yourgranblue_fantasy_relink.exe
- Go to
Mod List
page, clickOpen Mods Folder
and copy the unzipped Mod folders into it, then clickReload
Enable
the Mods that you want to use, then clickMod it
- Launch the game as usual and enjoy!
If any Mods are changed later, please re-click Mod it
SDK: .NET 8.0
-
If you don't need AOT single file, you need to change
<PublishAotSingleFile>
tofalse
inRelinkModOrganizer.csproj
. Then rundotnet publish
, which will generate 3 additional dll files underpublish
-
If you want to build into a single AOT executable, you need to download the static libraries from SkiaSharp.Static and ANGLE.Static, and put them into
Natives/Windows-x64
folder. Afterdotnet publish
is done, you can safely delete the .dll files
The core logic of Modding comes from gbfrelink.utility.manager, thanks for their great work!