Closed SundayReds closed 3 years ago
This was meant to be a PR to my own fork since it introduces some difference filename conventions. Apologies.
I would actually welcome a PR that alleviates this issue; I've posted some additional discussion on #3.
Hey caseif! Glad to see that you're still here. I was actually just tweaking your application for my own personal needs and made PR #9 since I had to fix that error anyway to get it compiled and I figured you'll want it since it's such an essential generic fix.
My features are similar but not exactly the same. I'll elaborate more at #3
Change all suffix to be single letter only. For example,
EnaiRim - Textures
should now be formatted asEnaiRim - T
.The
skyrim.ini
file has a line limit of 1024 characters, which can be hit very quickly if we use the lengthy original suffixes (I hit it around 16 mods, even with succinct base modnames).This change hence aims to remove all of that unnecessary character bloat from the
skyrim.ini
configuration file so that more mods can be loaded.