Developer Tools
Tools which are primarily useful for other mod developers.
-
AkEvent Player
Mostly a dev tool to easily find and play ingame AkEvents.
-
BLSearchTool
Runtime UObject/UFunction browser with hook testing - works across BL1, BL2, BL3, WL, and BL4.
-
BPD Useful Commands
Utility library for BPDs. - Run custom BPD events from python with custom outputs. - Converts VariableData's variable to another type, like a BVAR_Object to a BVAR_Vector using the new convert_bpd_variable command. - Debug a BPD's VariableData using the new log_bpd / log_path_bpd commands on a live object to log...
-
BalanceDropper
Drop loot from any Item and ItemPool directly at your feet via a searchable blimgui UI.
-
Bl2ModCabinet
**Mod Cabinet** adds an in-game “cabinet” style menu for Borderlands 2 SDK mods.
-
Collision Visualizer
Visualizes invisible blocking/killing collision volumes and allows hiding meshes with no collision.
-
Command Extensions
Adds a few new console commands, and provides functionality for other mods to do the same. All these commands are fully compatible with blcmm files, you can just put them in your mod and have users merge it with other files and enable/disable various categories and it all just keeps working fine.
-
Console Font Size
Gives a slider in the mod settings to adjust the console font size.
-
Constructor
PythonSDK Mod/Resource that allows the easy creation and use of new non replacing Objects.
-
Custom Skins
A simple mod allowing you to have custom character skins, all selectable! Hit R in the mod menu to reload your skins Press O to open your skin folder Toggle skins in the Options menu, sorted by character
-
Decent Console
My attempt at improving the ingame console by adding: - ctrl+backspace to delete the last word - ctrl+delete to delete the next word - ctrl+left/right to move the cursor by word - auto-completion for commands by pressing tab - switch between suggestions or history with up/down - suggestions will show...
-
Find Actors
Small library for finding actors near the player or other objects.
-
Live Feed
Provides access to continuously up-to-date information about the current game, for chatbots and other applications.
-
Material Editor
Allows you to edit MaterialInstanceConstant Objects in realtime.
-
Object Relocator
Tool to help with map editing. Pickup, move and rotate a static map object, then release it to log its infos to a file in the mod folder. The log contain the object's new location and rotation values. Allow blcm hotfixes to modify StaticMeshCollectionActor's StaticMeshComponents / StaticMeshActor / Handplaced WillowInteractiveObject...
-
Package Loader
A library for the Borderlands SDK that allows multiple mods to load large numbers of packages in an efficient and user-friendly way.
-
Quiet Console
Disables most things printed to console by Gearbox, leaving a nice clean console for logging.
-
TPS SkinFix
Allows the exec and set command for MaterialInstanceConstant Objects. This allows the editing of Skins in TPS. Simply place this mod inside your TPS Mods folder, no enabling of this mod needed.
-
True Damage Logger
Prints the actual amount of damage you deal to console, bypassing visual damage cap.
-
Visual Triggers
Provides keybinds for outlining waypoints and triggers with skeleton debug cylinders.
-
Weapon Debug
Adds on-screen real-time weapon statistics and/or part attributes displays.