BattletechModders / ModTek

Mod system for HBS's PC game BattleTech.
GNU Lesser General Public License v2.1
121 stars 34 forks source link

Bug: ModTek strips white spaces from mods name and description fields #146

Closed leviathan13 closed 5 years ago

leviathan13 commented 5 years ago

I'm not sure how or when, although it's probably when enabling/disabling mods, but sometimes ModTek strips all white spaces from the name and the description of the mods manifests.

mpstark commented 5 years ago

ModTek should never write to mod.json files, what circumstances are you referring to?

leviathan13 commented 5 years ago

Every time I enable/disable mods from ModTek, it writes the mod.json files (to change the "Enabled" flag). Should I not use the manager anymore to enable or disable mods? Removing white spaces is the only inconvenience I noticed so far though (it also changes some indentation, so it's probably some kind of syntax/code parsing thing).

mpstark commented 5 years ago

ModTek does not contain an external manager program, nor is affiliated with any. I'm unsure what you're using -- I do remember hearing about a program that was being developed, but that was a while back and I don't remember hearing that it had a release. You should probably report this issue to that project.

leviathan13 commented 5 years ago

Oh, I'm sorry, I think I assumed that the BMM was part of ModTek... I'll report it to them then.