Skip to content

Widen StrikerDM styled fraglist a bit

A use-case for this has been found in TeamDUKE's Flag-Tag mode. Each player's score is initially set to a positive value, and the goal is to be the first player to reach the score of 0. This can be done by carrying the flag.

By default, the initial score is 150. If a nickname is 10 characters long then it'll overflow in the compat fragbar, but not in the classic one. Since the mod was originally made for EDuke 2.0, I think this fix is good in idea.

Classic frag bar:

duke0001

Compat frag list in its current state:

duke0002

Compat frag list after patching:

duke0003

Merge request reports