Maranara-Custom_Maps icon

Custom Maps

Custom map loader for BONEWORKS

Last updated 2 years ago
Total downloads 192358
Total rating 27 
Categories Code Mods
Dependency string Maranara-Custom_Maps-2.1.0
Dependants 79 other packages depend on this package

This mod requires the following mods to function

gnonme-ModThatIsNotMod-0.2.5 icon
gnonme-ModThatIsNotMod

A mod for loading in custom items, making life easier for other mod creators, and a whole lot more.

Preferred version: 0.2.5
WNP78-FieldInjection-1.1.0 icon
WNP78-FieldInjection

A utility for other mods to inject monobehaviour fields

Preferred version: 1.1.0

README

Custom Maps

Made by Maranara with help from TrevTV!

Special thanks to Someone Somewhere, Herp Derpenstine and Chromium for the original mod.

How to Make Your Own Maps

Download the SDK: https://bit.ly/CustomMapsSDKBW Learn how to use the SDK: https://bit.ly/CustomMapsGuide

How To Use

  1. Open BoneMenu.
  2. Select the Custom Maps category.
  3. Select any map you have installed.

How To Install Manually

(IT IS HIGHLY RECOMMENDED THAT YOU USE THE MOD MANAGER! ONLY INSTALL MANUALLY IF YOU NEED TO)

  1. Drag the CustomMaps.dll into the Mods folder.
  2. Launch BONEWORKS once with the mod installed. This will generate the proper folders for the mod.
  3. Go to the install location of the BONEWORKS.exe and find the UserData/CustomMaps folder.
  4. Drag any downloaded custom maps into the UserData/CustomMaps folder. Make sure the file extension is either .cma or .bcm.

Changelog

2.1.0

  • FieldInjection support
  • Camera's farplane configured by map is no longer limited to 30,000. A warning will show for any values below 1 or above 100,000.
  • This likely will be the last major update. Thank you for using my mod everyone!

2.0.2

  • "MapPath" field of a map's MapInfo component is now updated to be used on runtime

2.0.1

  • Auto-save now performed when exiting the game and changing scene
  • Checkpoints changed to "Savepoints" for clarity of functionality
  • Added mod-pref to manually turn off Auto-Saving in maps

2.0.0

  • Rewrote entire mod
  • New file format: .CMA
    • Stores manifest, asset bundle, any related items or player models, and code for monobehaviours
  • Custom monobehaviour support
  • Checkpoints with position and loadout saving
  • Able to reclaim custom items provided within maps

Older changes logged at https://bit.ly/CustomMapsLog.