banner
Rating
Voted0

Special Battery (Purple Edition) (Nautilus)

4
Mod version:1
Game version:1.0.0.0
The mod has been successfully tested for the absence of viruses
1549.29K13.78K

Report mod

  • image
  • image
  • image
  • image
  • image
modalImage

About This Mod

Create and customize your own batteries and batteries!

Reproduced with permission from PrimeSonic.


Nautilus is required.


This is an update/conversion of the popular CustomBatteries for SMLHelper to Nautilus.



Have you ever wanted to add new batteries and batteries to your game?

Have you ever wanted to add new batteries and batteries to your game?

This mod is for you.


This mod converts the common code of the old MidGameBatteries and EnzymeChargedBattery into a flexible mod library that handles all the common patches needed to add new batteries and power cells to your game.


Original Deep Batteries and Enzyme Charged Batteries sample files can be found here.

You can use them as a starting point to create your own batteries.


Batteries and power cells are placed on the corresponding tabs manufactured by Fabricator.

Mod adds two new nodes to the Manufacturing tab of the Fabricator's Electronics tab: one for batteries and one for load cells.


Custom batteries can be created and configured by non-coders using a plugin text file.

Instructions for creating a text plugin package can be found in this wiki.

Plugin text packages can only be created using a simple text editor.

Text plugin packages support custom sprites.

Custom batteries can be created using public MOD API.

Modders who want to do a little bit more with custom batteries and avoid copying and pasting the same patching methods that use all custom batteries can use this mod as an API.

Add a link to the DLL to your project and see the GitHub code example.

Create new instances of CbBattery and CbPowerCell, enter the desired properties, and call the Patch() method when you are ready.

There are a number of additional properties that you can set that will allow you to further customize the appearance and functionality of the battery.

For more guidance, see the wiki.


All item references must use the spawn identifier (also known as the debug identifier) of the item you wish to refer to.

It can be found on the wiki of the fandom Subnautica.


Installation requirements.

CustomBatteries (Purple Edition) is supported by Bepinex.

Nautilus must also be installed.



Text Add-on Packages Overview

The text plugin package uses the EasyMarkup format.

If you've played CustomCraft3, you know it.

Note that colons, semicolons, parentheses, and commas are special characters.

You can use the provided files as a starting point, which you can modify to your liking.

Instructions for creating a text plugin package can be found on this wiki.


Complete examples

CustomBatteriesPack:

(

PluginPackName:MyCustomBatteries;

BatteryCapacity:120;

UnlocksWith:Copper;

BatteryID:MyBattery;

BatteryName: "My own battery"

BatteryFlavourText: "Taste text here";

Titanium, Lithium, Magnetite battery parts;

BatteryIconFile: "MyBattery.png";

PowerCellID: "My Power Cell;

PowerCellName: "My battery"; PowerCellName;

PowerCellFlavourText: "There's more taste text";

PowerCellAdditionalParts:;

PowerCellIconFile: "MyPowerCell.png";

);

Similar Mods/Addons

Game Version *

1.0.0.0 (CustomBatteries2-1453-1-0-0-0-1703098253.zip)