When entering information into the description field of the mod database, if there are line breaks then the mod/scenario/map/tileset will not show up in the mod center menu. No errors are displayed, the mod simply does not appear.
This is temporarily worked around by using \n within the description.
When entering information into the description field of the mod database, if there are line breaks then the mod/scenario/map/tileset will not show up in the mod center menu. No errors are displayed, the mod simply does not appear.
This is temporarily worked around by using
\n
within the description.The source of this problem is probably in https://github.com/ZetaGlest/zetaglest-source/blob/develop/source/glest_game/menu/menu_state_mods.cpp
in the zetaglest-source repo.