Mod description text formatting keeps getting wiped

:arrow_forward: GAME INFORMATION

:point_down: These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.

  • GAME BUILD #: 101.101.54684.0 7486483
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 10

:arrow_forward: ISSUE EXPERIENCED

:point_down: DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
Any HTML formatting code in a mod’s description keeps getting deleted. Line breaks are missing and making it harder to read the description text.

The mods in question are Modders Map - Terrain Blending and Modders Map - All Objects

:arrow_forward: FREQUENCY OF ISSUE

:point_down: How often does the issue occur? CHOSE ONE; DELETE THE REST!

  • 100% of the time / matches I play (ALWAYS)

:arrow_forward: REPRODUCTION STEPS

:point_down: List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!

Here’s the steps to reproduce the issue:

  1. Try updating the formatting of a mod’s description text.

:arrow_forward: EXPECTED RESULT

:point_down: What was SUPPOSED to happen if the bug you encountered were not present?
The description text formatting is supposed to persist after updates.

:arrow_forward: IMAGE

:point_down: ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.

Mod description text is missing line breaks and other formatting.

:arrow_forward: GAME FILES (SAVE / RECORDING)

:point_down: Attach a SAVE GAME (.aoe2spgame) or GAME RECORDING (.aoe2record) of the match where you encountered the issue. Link it below if using an external file service.

2 Likes

Same, this already happened even before the mod page got updated.

I’ve also had this issue. The only workaround I found was to use HTML paragraph tags in the description. For example, for your description, you would write:

<p>This map shows...</p>

<p>This is meant to be a visual dictionary...</p>

<p>Note: This map takes longer to load...</p>

On a side note, it does not seem like the <ul> and <li> list tags work.

Update: I just checked your mods and they look like they have paragraph and line breaks in the description. Did you end up manually adding HTML tags, or did you do something else?

yea this has been an issue since game release.

Looks like they finally fixed this issue. I just updated my mod descriptions without needing to add HTML tags. In fact, we can now use formatting (bulleted lists, links etc.) when we edit descriptions.

1 Like

It works at the internet mod page but the in-game mod description text is still unformatted.