You are viewing a potentially older version of this package. View all versions.
xiaoye97-LDBTool-2.0.1 icon

LDBTool

Library that allows mods to add and edit Proto data. Also allows you to see Proto data, config ID's of mod Protos and change localized strings

Date uploaded 2 years ago
Version 2.0.1
Download link xiaoye97-LDBTool-2.0.1.zip
Downloads 985
Dependency string xiaoye97-LDBTool-2.0.1

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

LDBTool

Library that allows mods to add and edit Proto data. Also allows you to see Proto data, config ID's of mod Protos and change localized strings

List of features

  • Add new Protos to game ProtoSets
  • Edit existing Protos
  • Configure ID, Grid index of created Protos in config file located at Dyson Sphere Program/BepInEx/config/LDBTool
  • Customize mod localization
  • View all Protos and inspect them using UnityExplorer

Installation

With Mod Manager

Simply open the mod manager (if you don't have it install it here), select LDB Tool by xiaoye97, then Download.

If prompted to download with dependencies, select Yes.

Then just click Start modded, and the game will run with the mod installed.

Manually

Install BepInEx from here
Unzip mod arhive into Dyson Sphere Program/BepInEx/plugins/LDBTool/. (Create folder named LDBTool)

Feedback and Bug Report

Feel free to contact me via Discord (Kremnev8#3756) for any feedback, bug-reports or suggestions.

Changelog

v2.0.0

  • Fix README

v2.0.0

  • Types of protos that can be added is now computed at runtime
  • Strings are bound in config file by their string key
  • Strings ID's now are autoassigned and not bound to config file
  • Now mods can override empty strings binding
  • Added UnityExplorer support to Proto UI

v1.8.0

  • Added the function of custom translation, players can customize the translated text added by the Mod in the configuration file.

v1.7.0

  • Added the ability to customize the construction shortcut bar

v1.6.0

  • Optimized GUI, use RuntimeUnityEditor's skin when RuntimeUnityEditor is installed
  • Added Proto search function, you can search for ID, Name, and translation
  • Added a custom GridIndex configuration file, players can define the location of Mod items by themselves.

v1.5.0

  • Added the function of easily querying Proto data in the data display mode (point the mouse at the item, press I to view ItemProto, and press R to view RECEIVEPROTO)
  • In the data display mode, the Tip of the item will display the ID later

v1.4.0

  • A profile with a custom ID has been added, and players can define the ID of the Mod item by themselves.

v1.3.0

  • Fixed item sorting issue
  • Add object copy method

v1.2.0

  • Split the added data into pre-added and post-added in order to add translation Proto

v1.1.0

  • Support for modifying Proto data
  • Add Proto data to view GUI

CHANGELOG

v3.0.1

  • Uploaded correct assembly

v3.0.0

  • Updated for game version 0.10.28.20771
  • Removed support for adding custom strings, because the game code changed in such way where it no longer makes sense for LDBTool to provide this functionality.
All changes

v2.0.6

  • Fixed that CustomGridIndex, CustomLocalization.ENUS, CustomLocalization.FRFR, CustomLocalization.ZNCH config files were wiped every time the game was launched.

v2.0.5

  • Fixed errors if UnityExporer was not installed.

v2.0.4

  • Fixed issues if one of mods had missing type references
  • Fixed issues opening Proto View UI without UnityExplorer

v2.0.3

  • Removed caching of string protos and grid indexes. Now only if a player has changed value manually will it be overwriting the default. With this old config files were purged. A backup is saved in case players had some important settings there.

v2.0.2

  • Fixed some old mods causing missing method exception. Please note that using MethedEx.Copy in your mods is unrecomended. It will be removed soon.

v2.0.1

  • Fix README
  • All Protos can now be seen in Proto view menu

v2.0.0

  • Types of protos that can be added is now computed at runtime
  • Strings are bound in config file by their string key
  • Strings ID's now are autoassigned and not bound to config file
  • Now mods can override empty strings binding
  • Added UnityExplorer support to Proto UI

v1.8.0

  • Added the function of custom translation, players can customize the translated text added by the Mod in the configuration file.

v1.7.0

  • Added the ability to customize the construction shortcut bar

v1.6.0

  • Optimized GUI, use RuntimeUnityEditor's skin when RuntimeUnityEditor is installed
  • Added Proto search function, you can search for ID, Name, and translation
  • Added a custom GridIndex configuration file, players can define the location of Mod items by themselves.

v1.5.0

  • Added the function of easily querying Proto data in the data display mode (point the mouse at the item, press I to view ItemProto, and press R to view RECEIVEPROTO)
  • In the data display mode, the Tip of the item will display the ID later

v1.4.0

  • A profile with a custom ID has been added, and players can define the ID of the Mod item by themselves.

v1.3.0

  • Fixed item sorting issue
  • Add object copy method

v1.2.0

  • Split the added data into pre-added and post-added in order to add translation Proto

v1.1.0

  • Support for modifying Proto data
  • Add Proto data to view GUI