My friend, fmmaks, wrote a mod manager to easily update and install mods from ContentDB for his server (Altarchy CE).
I decided to write about it here, to promote his work.
How does every mod get its own specific name in this package manager? As far as I know does every mod has a technical names, but some of them are given to multiple mods.
How does every mod get its own specific name in this package manager? As far as I know does every mod has a technical names, but some of them are given to multiple mods.
It is true that every mod has a unique technical name, and also has an author.
When the `install` command is called without specified author (i.e. not <author>/<mod>), lump searches for all the packages with a matching name and then prompts to choose one. (Try: lump install caverealms). After selection, the chosen mod is installed and ensured to have the author and the name in its mod.conf.
Two mods with the same names cannot be installed (Just like with the content browser in the game).
I hope this answers Your question