Starbound

Starbound

Borderlands 2 Random and Unique Shields
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
FelmastProMcLane  [udvikler] 18. jan. 2022 kl. 15:09
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.
< >
Viser 1-2 af 2 kommentarer
ATTA 18. jan. 2022 kl. 18:52 
OHHHHHHH
So many thanks to u
This is really a wonderful solution
FelmastProMcLane  [udvikler] 18. jan. 2022 kl. 19:24 
It was thanks to you!
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50