vcmi-mods / horn-of-the-abyss

Port of Horn of The Abyss to the VCMI
19 stars 22 forks source link

GameBalance Submod Error #90

Open yche2990 opened 8 months ago

yche2990 commented 8 months ago

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.

lishaoxia1985 commented 7 months ago

That will lead to that you can't deselecting the mod on Android.

Worst-vd-plas commented 3 months ago

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.