caseif / SkyMM-NX

Simple mod manager for Skyrim: Switch Edition.
MIT License
16 stars 4 forks source link

Minimal suffix #10

Closed SundayReds closed 3 years ago

SundayReds commented 3 years ago

Change all suffix to be single letter only. For example, EnaiRim - Textures should now be formatted as EnaiRim - 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.

SundayReds commented 3 years ago

This was meant to be a PR to my own fork since it introduces some difference filename conventions. Apologies.

caseif commented 3 years ago

I would actually welcome a PR that alleviates this issue; I've posted some additional discussion on #3.

SundayReds commented 3 years ago

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