bro-Custom_Levels icon

Custom Levels

Custom Levels Plugin made by Mr Bro

By bro
Last updated 10 hours ago
Total downloads 4
Total rating 0 
Categories
Dependency string bro-Custom_Levels-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Mr Bro Custom Levels Plugin

A plugin to easily add custom levels to STRAFTAT, made by Mr Bro.

How to create a custom level:

  • Export the scene as an asset bundle
  • Put the asset bundle in Assets/AssetBundles (create the folder if it doesn't exist)
  • Create a file called scenes.json
  • scenes.json should contain information of the scene and AssetBundle's name. It should be laid out like this:
{
    "bundles": [
        { "name": "assetBundle", "scenes": ["mylevel"] }
    ]
}
  • Run STRAFTAT, and your scene should pop up in the level selector. All players must have this plugin and the asset bundle installed.

TODO: thumbnails

If you have an issue:

Contact: Discord: bro#1094