Open yche2990 opened 9 months ago
That will lead to that you can't deselecting the mod on Android.
Had the same problem. Fixed it on my end by correcting the JSON syntax errors in hota/Mods/gameBalance/mod.json
I changed this part:
"translations" : [
"translation/chinese.json",
]
},
}
to this:
"translations" : [
"translation/chinese.json"
]
}
}
(Removed two commas) After this the Submod successfully loaded.
I just installed the updated version with Chinese language update.
However, it appears that the gamebalance submod cannot be loaded. The android VCMI shows a warning that it could not load the gamebalance folder.
Please fix the error.