1) Open the VPB script for edits in Tamper/ViolentMonkey, whichever you're using.
2) Hit Control-F to search, put in light training BTs
3) The following line should be highlighted:
currentBTDiv.innerHTML = "Bonus Tokens: "+getBonusTokens()+" Light training BTs >>"+(maxPossible);
4) Add 108 to the last function like this:
currentBTDiv.innerHTML = "Bonus Tokens: "+getBonusTokens()+" Light training BTs >>"+(maxPossible+108);
5) Save the changes.
That will add in the final offseason training points, without screwing up the functionality of the set Desired BT button from the original script.
You could always see the correct # under the Desired BT pop up, but this way the display on the main screen will be correct as well.
2) Hit Control-F to search, put in light training BTs
3) The following line should be highlighted:
currentBTDiv.innerHTML = "Bonus Tokens: "+getBonusTokens()+" Light training BTs >>"+(maxPossible);
4) Add 108 to the last function like this:
currentBTDiv.innerHTML = "Bonus Tokens: "+getBonusTokens()+" Light training BTs >>"+(maxPossible+108);
5) Save the changes.
That will add in the final offseason training points, without screwing up the functionality of the set Desired BT button from the original script.
You could always see the correct # under the Desired BT pop up, but this way the display on the main screen will be correct as well.






























