Modding Tools
0 of 0

File information

Last updated

Original upload

Created by

Ted the Seeker

Uploaded by

seekerted

Virus scan

Safe to use

About this mod

Adds Vortex support for Made in Abyss: Binary Star Falling into Darkness. Supports the following mods: basic pak mods, UE4SS Lua mods, and UE4SS Blueprint mods.

Requirements
Permissions and credits
Mirrors
Changelogs
Features

  • Supports pak mods, UE4SS Lua mods, and UE4SS Blueprint mods.
  • Mod installation convenience. Simply drag and drop / Install From File... the zip file, and as long as it is any of the mods supported above and in the right format, it'll get handled automatically.
  • Leaves the game directory untouched. You can Enable / Disable mods as you will, etc. and the base game files shouldn't get affected.

Installation

  • Download Vortex.
  • Launch Vortex then go to Games
  • Search for "Made in Abyss" and then click Manage.
  • It will say that you don't have the game extension yet. Download it.

Vortex will restart and you'll see that the game extension has been installed!

Sometimes, it will say that it was unable to find the game location. If so, point it to \steamapps\common\MadeInAbyss-BSFD\

Creating mods that are compatible with Vortex and the game extension

The game extension supports three kinds of mods: basic pak mods, UE4SS Lua mods, and UE4SS Blueprint mods. All mods must be inside a .zip file.

If these are followed, your mods should be handled by the game extension just fine.

Note: Only these types of files will be extracted from the mod zip: .pak, .txt, .dll, .ini, and .lua.

.pak mods

Simply put your .pak files inside the .zip file, in the root.

UE4SS Lua Mods

Ensure that the .zip file contains at least the following:
Mods/modname/Scripts/main.lua
Mods/modname/enabled.txt

UE4SS Blueprint Mods

Similar to the .pak mods, except that it must be placed inside a LogicMods folder.