


This mod improves Blueprint system with QoL changes, new features like force pasting, foundation blueprints and more.
List of features:
Interface changes:
J keyShift key to keep description and iconsChange your blueprint on the fly:
Features:
Ctrl + T/G to toggleCtrl + B in desired initial position.compatible with vanilla strings.Shift + T/G to toggle mirror in LaTitude/LonGitude axis.Ctrl+Z to undo the most recent action. Use Shift+Z to redo last undone action. When new action is performed redo history is cleared. When player leaves current planet undo history is cleared. Undo is compatible with Nebula, however please make backups and report any issues encountered.Axis lock supports: Blueprint, Construction and Reform modes
Grid snapping supports: Blueprint and Construction modes
All Keybinds are rebindable
All features can be disabled in config file located at Dyson Sphere Program/BepInEx/config/. By default everything is enabled.
This mod is fully compatible with Galactic Scale 2
This mod is fully compatible with Nebula Multiplayer Mod
Important Note: Nebula Multiplayer mod itself is NOT required. I only need its API plugin, which is separate.
More features might come in the future. If you have any feature you would like to see added, message me on Discord
Blueprint tweaks features a small API that allows other mods to save data within blueprints.
To use this API within your mod:
ICustomBlueprintDataSerializer interface in a classThen add following code to your mod awake call:
BlueprintTweaksPlugin.RegisterCustomBlueprintDataSerializer<MyModBlueprintSerializer>("my_amazing_mod:bp_serializer");
Now your ICustomBlueprintDataSerializer methods will be executed when appropriate.
Feel free to contact me via Discord (Kremnev8#3756) for any feedback, bug-reports or suggestions.
Simply open the mod manager (if you don't have it install it here), select Blueprint Tweaks by kremnev8, then Download.
If prompted to download with dependencies, select Yes.
Then just click Start modded, and the game will run with the mod installed.
Install BepInEx from here
Install LDBTool from here
Install CommonAPI from here
Install NebulaMultiplayerModApi from here
Unzip folder patchers into Dyson Sphere Program/BepInEx/patchers/BlueprintTweaks/ (Create folder named BlueprintTweaks)
Unzip folder plugins into Dyson Sphere Program/BepInEx/plugins/BlueprintTweaks/. (Create folder named BlueprintTweaks)