A mods collection list creator to use with the Nexus Mod Manager. It can create HTML, BBCODE, CSV, JSON, and TXT output. Also works with games other than Skyrim.
If unsure or in special cases, just ask me. Otherwise:
(MIT License) Copyright 2017 gamemodul aka arT2 (etrusci.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File credits
Special Thanks to the Alpha/Beta Testers and everyone who provided their valuable feedback in the old forum thread: https://forums.nexusmods.com/index.php?/topic/5625497-mods-list-generator
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 3.0.1
Fixes broken CSV output in from 3.0.
Known Issues: Version number displayed in GUI will be 3.0 instead of 3.0.1 but this doesn't affect functionality. (That's already filled in the BUGS tab)
Version 3.0
New version with more options. This also the last one.
Version 2.2.3
2017-11-17:
- output: Removed direct NMM download links.
Version 2.2.2
2017-11-15:
- output: Removed direct download links. NMM and Page links still there.
Version 2.2.1
2017-10-09:
To update from 2.2 to this version you'll need to reset your "template.html" OR rename the {forum_url} variable to {app_page_url}. Sorry.
- template.html: Renamed "{forum_url}" to "{app_page_url}" and adjusted the link it returns accordingly.
- menu: Renamed "Forum Thread" to "Nexus Page" in the "Help/Info" menu and adjusted the page it opens accordingly.
- doc: Adjusted README.txt content and added Output Formats and Menus descriptions.
- doc: Added CHANGELOG.txt.
Version 2.2
2017-10-07:
To update from 2.1 to this version you'll need to reset your "app.config" and "template.html" files. Sorry.
- bugfix: Manual mods data fetcher was hardcoded to "fallout4".
- doc: Adjusted README.txt content.
- requirements: Being more specific with the Python version, safest is to use 2.7.14.
- template.html: Changed template variable from {table} to {table_body} which now only outputs the <tbody> part of the table. You have more freedom to style the table headings this way.
- template.html: Two new variables: {app_name} and {app_version}.
- template.html: the <td>'s in the <tbody> part have now their own style classes: .links, .file, .version
- template.html: CSS cosmetics.
- gui: You can now check for the latest stable version directly from the Help/Info menu.
- gui: Menus can't be teared off anymore.
- gui: The window position will be remembered.
- gui: Added a dialog that will notice if there are unsaved settings you, on exit and before you create a mod list.
- gui: The format checkbuttons have now a different style.
- output: Nicer TXT output.
- output: Nicer HTML output.
- output: Replaced http:// with https:// for nexusmods.com links.
Version 2.1
2017-10-03:
- gui: The mount map field will only be displayed on linux now.
- Renamed the app config file from "config.json" to "app.config". You can copy and paste your old settings from 2.0 into the new one.
Version 2.0
2017-10-01:
- New GUI version in a usable state.
NMLISTER
A mods collection list creator to use with the Nexus Mod Manager. It can create HTML, BBCODE, CSV, JSON, and TXT output. Runs on Windows and Linux.
doc/README.html included.
3.0.1 is the last version from me for now. Feel free to build upon this.
HOW TO FIX BROKEN LINKS FOR SKYRIM SPECIAL EDITION MOD PAGES
In lib/nmlister/parser.py
1. add below line 42:
game_url_key = game_handle if game_handle == 'skyrimse': game_url_key = 'skyrimspecialedition'