Starbound

Starbound

Borderlands 2 Random and Unique Shields
 This topic has been pinned, so it's probably important
FelmastProMcLane  [developer] 18 Jan, 2022 @ 3:09pm
How to make an addon update the shield item tooltips.
A new way to update the items is now available:
To force an update when your mod is installed/uninstalled do this:
  • create a file called "base.config.patch" inside "/scripts/blshieldconfig"
  • Inside "base.config.patch" put this code:
    [ [ { "op" : "test", "path" : "/blshieldaddons" }, { "op" : "add", "path" : "/blshieldaddons/-", "value" : ###### } ] ]
  • Replace the ###### with a random number, if possible make it random.

After that, the shields will recognize that there is a new addon installed and will update.

Added "displayName" tag in "manufacturers.config" so that you can change the name without breaking the shields.
< >
Showing 1-2 of 2 comments
ATTA 18 Jan, 2022 @ 6:52pm 
OHHHHHHH
So many thanks to u
This is really a wonderful solution
FelmastProMcLane  [developer] 18 Jan, 2022 @ 7:24pm 
It was thanks to you!
< >
Showing 1-2 of 2 comments
Per page: 1530 50