IN MOD.JS
find this line " config.HideoutOptions.StashOptions.BiggerStash.enabled "
and bellow of " items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200; " add " items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250; ", this is unheard stash id, I had tested this on my own profile and now works perfectly.
DO THE SAME IN MOD.TS THEN SAVE CHANGES
if (config.HideoutOptions.StashOptions.BiggerStash.enabled) {
try {
items["566abbc34bdc2d92178b4576"]._props.Grids[0]._props.cellsV = 50;
items["5811ce572459770cba1a34ea"]._props.Grids[0]._props.cellsV = 100;
items["5811ce662459770f6f490f32"]._props.Grids[0]._props.cellsV = 150;
items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200;
items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250;
}
catch (error) {
logger.warning("\nHideoutOptions.StashOptions.BiggerStash failed. Send bug report. Continue safely.");
log(error);
}
}
IN MOD.JS
find this line " config.HideoutOptions.StashOptions.BiggerStash.enabled "
and bellow of " items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200; " add " items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250; ", this is unheard stash id, I had tested this on my own profile and now works perfectly.
DO THE SAME IN MOD.TS THEN SAVE CHANGES
if (config.HideoutOptions.StashOptions.BiggerStash.enabled) {
try {
items["566abbc34bdc2d92178b4576"]._props.Grids[0]._props.cellsV = 50;
items["5811ce572459770cba1a34ea"]._props.Grids[0]._props.cellsV = 100;
items["5811ce662459770f6f490f32"]._props.Grids[0]._props.cellsV = 150;
items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200;
items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250;
}
catch (error) {
logger.warning("\nHideoutOptions.StashOptions.BiggerStash failed. Send bug report. Continue safely.");
log(error);
}
}