Jump to content

Request: Granblue Fantasy: Relink


zecknor

Recommended Posts

Posted (edited)

If you go into the config settings of Granblue Fantasy Relink Mod Manager, there is a toggle for "Auto-Upgrade .mmat constant buffers".

When toggled on, certain things start working again. Some, not all.

 

Ex: The semi nude Djeeta, Lyria and Io work again, barring the untextured parts of clothing. The full nude versions work well. Both nude NPC mods work perfectly, no texture issues at all. The Rosetta nude mod works, but her skin tone is way off now.

 

I started a new game, so I don't have access to any other characters to test. At the very least, this fixes the body textures.

 

Below: Un-updated Full nude vs semi nude mods.

Screenshot 2026-07-11 082823.png

Edited by DORODERE
Posted
46 minutes ago, DORODERE said:

If you go into the config settings of Granblue Fantasy Relink Mod Manager, there is a toggle for "Auto-Upgrade .mmat constant buffers".

When toggled on, certain things start working again. Some, not all.

 

Ex: The semi nude Djeeta, Lyria and Io work again, barring the untextured parts of clothing. The full nude versions work well. Both nude NPC mods work perfectly, no texture issues at all. The Rosetta nude mod works, but her skin tone is way off now.

 

I started a new game, so I don't have access to any other characters to test. At the very least, this fixes the body textures.

 

Below: Un-updated Full nude vs semi nude mods.

Screenshot 2026-07-11 082823.png


Yes, Nenkai says that because some of the mods may have customized the "skin" textures, that the process cannot safely be automated. The thing is, most nude skins or "semi nude" skins which only remove pieces of default clothing (which is probably 90% of mods) do not have this customization, you can just follow the procedure earlier in this thread, get the ER mmat file and delete the granite json from the skin texture, and the mod will be fixed. This Lyria mod can be fixed in this way

GBFR.Nude.Lyria_04_No panty ,bare feet_ER.zip

Posted (edited)
On 2/18/2026 at 1:12 AM, MysteriousDysruption said:

So I just spent way too much time editing Zai's semi-nude Caglio model just to remove the ribbon for reasons. Hopefully someone else other than myself gets value out of it. Let me know if you have any problems and I can try to fix them, but I can't promise anything.

gbfrelink.cagliostro.zaiseminoribbon.zip 21.03 MB · 97 downloads

Hoping no cloak version of this that someone on the disc server had edited (basically just the boots, tiara, and wrist guards are on) gets fixed.
I basically ended up buying this game because of this mod some months back and has been my favorite to run since.

The auto updater makes the skin work, but the clothes are whited out until it gets a proper fix.

Edit: Nvmd @blkguy Fixed it/had a fixed version. My hero!!

Edited by Unkwn37
Posted

Thanks to "A Simple Twist" for providing the repair idea. I used ChatGPT to turn the process into an automated script.

This script cannot fix every single mod, but it should be able to repair most simple texture-related issues caused by texture hash changes after the game update. I tested it with "ALALALFA"'s mod, and it works properly. However, I haven't tested it with other people's mods, so I can't guarantee that every mod will work without issues.

GitHub:
https://github.com/N78Wy/GBFRTextureFixer

After downloading the latest release, extract the files into a folder. The first time you run the script by double-clicking it, you will need to select your game installation directory. The script will then attempt to repair all mods found in the current folder.

It is recommended to put only the mods that need repairing into a separate folder before running the script. Please make a backup of your mods before using it.

Posted
43 minutes ago, hhdrwait said:

Thanks to "A Simple Twist" for providing the repair idea. I used ChatGPT to turn the process into an automated script.

This script cannot fix every single mod, but it should be able to repair most simple texture-related issues caused by texture hash changes after the game update. I tested it with "ALALALFA"'s mod, and it works properly. However, I haven't tested it with other people's mods, so I can't guarantee that every mod will work without issues.

GitHub:
https://github.com/N78Wy/GBFRTextureFixer

After downloading the latest release, extract the files into a folder. The first time you run the script by double-clicking it, you will need to select your game installation directory. The script will then attempt to repair all mods found in the current folder.

It is recommended to put only the mods that need repairing into a separate folder before running the script. Please make a backup of your mods before using it.

im so tired of ai

Posted
On 7/10/2026 at 1:21 AM, A Simple Twist said:

Fortunately the texture fix is easy, just tedious.

 

If you can't wait there is a brute force fix here: https://nenkai.github.io/relink-modding/models/updating_models_for_er/

But there are warnings that this could break some mods

 

Here are some screen shots I took of the mods that I worked on/are working on that have been fixed in the mod files themselves:

 

  Hide contents

image.png.59cbe966ca916cdf3928aa27dee6f444.pngimage.png.e98ae45edf5ef53d20a1358666b5eede.png

 

Both are edits to the Ver. R mods. The Katalina one is complete and I am still working on the weights for the Rosetta mod, as you can see clipping under her armpit.

 

The process requires the modder to re-export the .mmat files (which holds all the texture info) and do the same change that told the .mmat file to not use the inbuilt textures.

Since there are 11 .mmat files per character for each skin, it gets tedious.

 

I'm looking at 8 character mods I have to fix and 6 npc mods... so at least 88 files to re-export and edit to make the textures work...

awesome, thank you so much. I didnt know about that Rosetta mods, looks like its the best one

Posted
On 7/10/2026 at 9:11 AM, A Simple Twist said:

The modders figured out how to do transparency! So I decided to test it on Ferry's bottle while I was updating my half nude mod for her. It doesn't look perfect but it's better than nothing! (which was what I had before).

image.png.9cb36130f385e34b8f36a9774be165fe.png

 

 

Also front view of the mod if anyone is interested in it. I need to do the other colours but I am almost done.

image.png.cb6f0c85ccb360cf5c1ef7f0d373e468.png

 

For now I sleep. I'll help people out as soon as I can but it might be a while because parents are around and I want to spend some time with them before I leave, shouldn't be more than half a day.

That Ferry is perfect, masterpiece:heart:

Posted
4 hours ago, hhdrwait said:

Thanks to "A Simple Twist" for providing the repair idea. I used ChatGPT to turn the process into an automated script.

This script cannot fix every single mod, but it should be able to repair most simple texture-related issues caused by texture hash changes after the game update. I tested it with "ALALALFA"'s mod, and it works properly. However, I haven't tested it with other people's mods, so I can't guarantee that every mod will work without issues.

GitHub:
https://github.com/N78Wy/GBFRTextureFixer

After downloading the latest release, extract the files into a folder. The first time you run the script by double-clicking it, you will need to select your game installation directory. The script will then attempt to repair all mods found in the current folder.

It is recommended to put only the mods that need repairing into a separate folder before running the script. Please make a backup of your mods before using it.

Hi, thanks a lot for this tool, but no matter what I try, I can't seem to make it work, it never recognizes the mods.

Just to be sure that it's an error on my end, could you please further explain and detail the usage instructions?

This is the mod I was trying to repair btw: https://pauloscave.fanbox.cc/posts/7492432

Posted

While trying to automate it is a good idea, I honestly can't recommend it. Each modder is different and tends to do things a different way so there is no 'one size catch all' for this.

 

While you can probably fix the skin textures by just canning the granite_params, there are some parts that require the params to be there while simply adding or removing extra masks or what not. I've fixed a couple of ALALALFA's mods and I know his mods definitely require quite a bit of WinMerge comparison.

 

tl;dr, it's best to just learn to do it manually so you actually catch everything that needs to be caught. IMO, for just fixing, WinMerge is almost a mandatory requirement.

Posted
2 hours ago, Abbbtest said:

Does anybody know how to fix this problem? idk is this because of the update or something else

GBFR.png

Cagliostro nudebody-284-1-0-1711580610.zip 12.72 MB · 1 download

try download fixed cagliostro mod from the post above...copy its .mmat files, then replace your broken cgliostro mod using the fixed .mmat. Well at least it's working for me with zai's narmaya mod. I replace it's .mmat files with ranragua's fixed narmaya mod. haven't tried other one

Posted
7 hours ago, Guranberia said:

Hi, thanks a lot for this tool, but no matter what I try, I can't seem to make it work, it never recognizes the mods.


Just to be sure that it's an error on my end, could you please further explain and detail the usage instructions?


This is the mod I was trying to repair btw: https://pauloscave.fanbox.cc/posts/7492432

To fix this issue, simply delete the "vars" folder in this MOD. This will enable the shadows to display normally. However, since the original texture is being loaded, the color of the glans will be incorrect, but the color of the penis will be correct. If you can't wait for the author to fix it, you can handle it this way first. Remember to make a backup.

Posted (edited)
On 7/11/2026 at 3:06 AM, DORODERE said:

Hoping for an update to Zai's mods! He did Narmaya, Djeeta, Zeta and Cagliostro.

I don't think he's posted a single mod for any game in over a year, so these won't be getting updated by him =(

 

I have an old Mega link with lots of mods for this game if anyone needs it. Obviously none of them work and need to be updated though =P

https://mega.nz/folder/VjRVkRyJ#FgX0bE6tRgzw_7NaTOAFhg

 

 

if you delete the VARS folder per mod, will this fix the issue with those?

Edited by Togurolucifer
Posted
39 minutes ago, 4399seer said:

To fix this issue, simply delete the "vars" folder in this MOD. This will enable the shadows to display normally. However, since the original texture is being loaded, the color of the glans will be incorrect, but the color of the penis will be correct. If you can't wait for the author to fix it, you can handle it this way first. Remember to make a backup.

The game crash if I delete the folder though. Not sure why.

Posted
3 hours ago, DORODERE said:

 

感谢你的努力!虽然它不能对所有东西都有效,但我用这个修复了几个模组。我只喜欢半裸模组,不喜欢全裸模组,所以我修正了这个。

 

以下是我能解决的所有问题。我没有包括已经发布的模组,比如纳尔玛雅或莱瑞卡的第一个服装。我也没能用这个工具修复罗塞塔、卡塔琳娜或迪塔的第一个服装。

 

莱瑞卡半2.rar获取信息...... Zeta Semi.rar获取信息...... 渡轮 Semi.rar获取信息...... 夏洛塔·Semi.rar获取信息...... 十二Semi.rar获取信息...... 杰塔·塞米2.rar获取信息...... 莉莉丝·Semi.rar获取信息...... 伊奥·Semi.rar获取信息......

卡里奥斯特罗半Cloak.rar获取信息......

And you, my friend, are the true hero!

Posted
On 7/10/2026 at 1:21 AM, A Simple Twist said:

Fortunately the texture fix is easy, just tedious.

 

If you can't wait there is a brute force fix here: https://nenkai.github.io/relink-modding/models/updating_models_for_er/

But there are warnings that this could break some mods

 

Here are some screen shots I took of the mods that I worked on/are working on that have been fixed in the mod files themselves:

 

  Hide contents

image.png.59cbe966ca916cdf3928aa27dee6f444.pngimage.png.e98ae45edf5ef53d20a1358666b5eede.png

 

Both are edits to the Ver. R mods. The Katalina one is complete and I am still working on the weights for the Rosetta mod, as you can see clipping under her armpit.

 

The process requires the modder to re-export the .mmat files (which holds all the texture info) and do the same change that told the .mmat file to not use the inbuilt textures.

Since there are 11 .mmat files per character for each skin, it gets tedious.

 

I'm looking at 8 character mods I have to fix and 6 npc mods... so at least 88 files to re-export and edit to make the textures work...

Looks great, any chance you can make it available for download?

Posted
10 hours ago, DORODERE said:

 

Appreciate the effort! While it doesn't work on everything, I was able to fix a few mods using this. I only like semi nude mods, not full nude, so that is what I fixed.

 

Here is everything I was able to fix. I didn't include mods that were already posted, like Narmaya or Lyrica's first costume. I also wasn't able to fix Rosetta, Katalina or Djeeta's first costume with the tool.

 

Lyrica Semi 2.rar 6.03 MB · 1 download Zeta Semi.rar 15.22 MB · 2 downloads Ferry Semi.rar 16.13 MB · 1 download Charlotta Semi.rar 3.55 MB · 1 download Tweyen Semi.rar 5.77 MB · 1 download Djeeta Semi 2.rar 7.63 MB · 1 download Lilith Semi.rar 6.6 MB · 1 download Io Semi.rar 4.45 MB · 1 download

Cagliostro Semi Cloak.rar 17.01 MB · 1 download

Did you adjust for all color variations?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...