If anyone wants this to work: 1. unzip mod 2. rename data_160.dat -> data_160.zip 3. unzip again 4. change ui/globals.js : add at end from the updated original globals.jsvar ResponseCode = { // Global UI Response Codes CanSwap: 0, ConfirmReplaceSwap: 1, ConfirmNoReplaceSwap: 2, DoNotSwap: 3 }; 5. either zip it again or just move the ui folder to the games /data folder
You don't need this mod to be working. Simply change the logic of increasing stats on your own.
Here is how to do it:
1) open file from your battle brother folder "data/data_001.dat" in notepad or notepad++ 2) look for "max_stats_increase_count" (it's there just once in the whole file) 3) change the number from 3 (base value) to desired point (anything from 1 to 8) 4) save and enjoy your OP brothers
Thank you very much for posting this here; in hindsight seems obvious but the straightforward instructions really help less code-comfortable players like myself. Did have to use notepad++ and worked out
A less bad way to make this mod work (as the best would be to make it use mod script hooks) is to simply do this:
1) Download and extract the file data_160.dat 2) Change the file data_160.dat to data_160.zip 3) Rename the file data_160.zip to z_mod_level_all_the_skills.zip Place the file in the games data folder
Explanation: mods should compressed as .zip, and by using the letter Z the mod is loaded last and will overwrite the ui/global.js file from either Vanilla or Legends, making the mod work instead of it being overwritten by Legends.
If this mod used Mod Scripthooks as it should, instead of overwriting the whole file, it would simply change the variable to level skills from the number 3 to the number 8.
currently the Mod works if you follow the instructions of @mr31337.
Problem with the mod is that it causes a bug with which you can't buy anything in the game anymore. I tested all other methods that got recommended in the comments. None of them seem to fix the bug.
So if you really wanna use the mod then you will have to put it inside and outside of the /data folder everytime your Brothers level up.
Steps: 1. Download and extract the file data_160.dat 2. Rename file data_160.dat to data_160.zip 3. Extract contents of data_160.zip (ui folder with globals.js inside) to data folder 4. Make a nice cup of tea 5. Enjoy your cup of tea while playing BB's with Legends mod and "level all the skills"
NB. If you want to change the number of skills on level-up, edit globals.js and change MAX_STATS_INCREASE_COUNT: 8 to some other number between 1 and 8.
Any other suggestions? Still not working after changing _160.dat to zip and extracting it to data folder. Went in to the global file and the max stat increase was already set to 8 but still only getting 3 stat increases.
75 comments
1. unzip mod
2. rename data_160.dat -> data_160.zip
3. unzip again
4. change ui/globals.js :
add at end from the updated original globals.js
var ResponseCode =
5. either zip it again or just move the ui folder to the games /data folder{
// Global UI Response Codes
CanSwap: 0,
ConfirmReplaceSwap: 1,
ConfirmNoReplaceSwap: 2,
DoNotSwap: 3
};
This work for me as of 30.04.2025.
Here is how to do it:
1) open file from your battle brother folder "data/data_001.dat" in notepad or notepad++
2) look for "max_stats_increase_count" (it's there just once in the whole file)
3) change the number from 3 (base value) to desired point (anything from 1 to 8)
4) save and enjoy your OP brothers
Cheers!
1) Download and extract the file data_160.dat
2) Change the file data_160.dat to data_160.zip
3) Rename the file data_160.zip to z_mod_level_all_the_skills.zip
Place the file in the games data folder
Explanation: mods should compressed as .zip, and by using the letter Z the mod is loaded last and will overwrite the ui/global.js file from either Vanilla or Legends, making the mod work instead of it being overwritten by Legends.
If this mod used Mod Scripthooks as it should, instead of overwriting the whole file, it would simply change the variable to level skills from the number 3 to the number 8.
currently the Mod works if you follow the instructions of @mr31337.
Problem with the mod is that it causes a bug with which you can't buy anything in the game anymore. I tested all other methods that got recommended in the comments. None of them seem to fix the bug.
So if you really wanna use the mod then you will have to put it inside and outside of the /data folder everytime your Brothers level up.
I hope the Dev of the mod fixes this bug.
Steps:
1. Download and extract the file data_160.dat
2. Rename file data_160.dat to data_160.zip
3. Extract contents of data_160.zip (ui folder with globals.js inside) to data folder
4. Make a nice cup of tea
5. Enjoy your cup of tea while playing BB's with Legends mod and "level all the skills"
NB. If you want to change the number of skills on level-up, edit globals.js and change
MAX_STATS_INCREASE_COUNT: 8 to some other number between 1 and 8.
"Extract data_160.dat from the downloaded .rar file directly into your game installation's data folder. Works for me. "