promotional bannermobile promotional banner

Blueprint mod loader

Simple and lightweight blueprint mod loader, alternative to UE4SS if you want something that just loads blueprint mods or for when UE4SS doesn't work. This should continue working without the need for updates.

Simple and lightweight blueprint mod loader, alternative to UE4SS if you want something that just loads blueprint mods or for when UE4SS doesn't work. This should continue working without the need for updates.


How to use the Mod Loader

To use the loader you need to add some lines in your Engine.ini file.

The Engine.ini file is located in "%LOCALAPPDATA%\R5\Saved\Config\Windows\". Easy way to go there is to paste this in Windows Explorer's address bar and then press enter.

Otherwise the path should be something like this:

C:\Users\*YourUsername*\AppData\Local\R5\Saved\Config\Windows\

(Replace YourUsername with your user's name.)

If there's no such file then create one but make sure you're using the correct file extension and not Engine.ini.txt.

You could instead copy and paste the GameUserSettings.ini file, rename the copy to Engine.ini/Engine and then delete its contents if you don't know about file extensions.


Once you're there you can open the file Engine.ini with a text editor like Notepad.

You then need to check the file names of the blueprint mods you want the loader to load.

For example, the file name from my mod Move ship camera with scroll wheel is:

ScrollWheelShipCamera.pak

So all you have to do is to add this in your Engine.ini file:

[/Game/Loaders/R5_ClientBPLoader/WBP_R5_BPLoader.WBP_R5_BPLoader_C]
Mods=ScrollWheelShipCamera


To load more mods, just add more "Mods=" lines like this:

[/Game/Loaders/R5_ClientBPLoader/WBP_R5_BPLoader.WBP_R5_BPLoader_C]
Mods=CustomAndScrollWheelFOV
Mods=FreeFly
Mods=HideChestGear
Mods=HideHat
Mods=NightVision
Mods=Pause
Mods=Photomode
Mods=ScrollWheelShipCamera

You can add as many mods as you want by repeating the Mods= line with each mod's name.

When you're done you need to save the file and set it to Read-only otherwise the game is going to overwrite it!


UE4SS BP mods

To use this with UE4SS BP mods you have to move their .pak, .ucas, .utoc files from \R5\Content\Paks\LogicMods to \R5\Content\Paks\~mods.

When you're done, take note of their name and go to the Engine.ini file. If their name is ExampleMyMod.pak then you need to enter this in Engine.ini:

[/Game/Loaders/R5_ClientBPLoader/WBP_R5_BPLoader.WBP_R5_BPLoader_C]
Mods=ExampleMyMod


Notes

Uses UserEngine.ini to load its custom level.

Uses pakchunkID 9832. This means that it is incompatible with any other mod that uses the same pakchunkID.


My blueprint mods

Freefly - Convenient building
Move ship camera with scroll wheel
Photomode
Pause the game
Custom FOV and change fov with mouse scroll wheel
Night Vision
Hide hat/headgear
Hide chest gear


Installation

Download the mod and extract its .zip file. Go to where your game is installed and navigate to \R5\Content\Paks. Make a new folder named "~mods" in here if you don't have one already.

Drop zR5_ClientBPLoader.pak, zR5_ClientBPLoader.ucas, zR5_ClientBPLoader.utoc, zR5_ClientBPLoader_P.pak  from the archive in there.

In the end it should look something like this:

\Windrose\R5\Content\Paks\~mods\zR5_ClientBPLoader.pak
\Windrose\R5\Content\Paks\~mods\zR5_ClientBPLoader.ucas
\Windrose\R5\Content\Paks\~mods\zR5_ClientBPLoader.utoc
\Windrose\R5\Content\Paks\~mods\zR5_ClientBPLoader_P.utoc  


 

Developing mods

I suggest following UE4SS guidelines to ensure compatibility.

Make sure that your .pak files have the same name as your mod's folder.

For example if your mod's path is /Game/Mods/MyMod/ModActor.ModActor_C then your pak files should be named MyMod.pak. 

The Blueprint mod loader Team

profile avatar
  • 7
    Followers
  • 59
    Projects
  • 320.1K
    Downloads

More from yakuzadesoView all