Skip to content

Releases: xsSplater/Darktide-Servo-Modquisitor-2

Servo-Modquisitor-2 v2.9.0

Choose a tag to compare

@xsSplater xsSplater released this 20 Jul 16:24
  • Fixed receiving links for free users.
  • Updated the Sorting list and mod DB.

Servo-Modquisitor-2 v2.8.7

Choose a tag to compare

@xsSplater xsSplater released this 19 Jul 18:17

FIXES:

  • Fixed a dialog box that caused the program to freeze when there were no sorting files.
  • Added support for a new pattern for naming Nexus mod archives.
  • Added an exception for the "-- Modified by modtide on..." line so it isn't added to the table with other mods.
  • All AML Editor lines have been translated (If I missed anything, please let me know).

NEW:

  • Added a new menu at the top, "[AML / user_settings]".
  • Added the "AML Editor" item (moved from Mod Management) and two options: "Backup game settings" and "Restore from backup" for backing up and restoring game settings (Not sure if it will work on Linux.).
  • Added Version and Author edit fields to the AML Editor.
  • Before updating a mod, the OLD MOD FOLDER is now DELETED! Added due to potential issues with case-sensitive systems, where the author changed the case of letters in folder names, but when rewriting the folder, the case might not change, causing crashes.
screenshot_20260719_194751 screenshot_20260719_184246

Servo-Modquisitor-2 v2.7.5

Pre-release

Choose a tag to compare

@xsSplater xsSplater released this 13 Jul 20:28

Beta!

screenshot_20260713_232701 screenshot_20260713_232717 screenshot_20260713_232310

Program security improvements (thanks to Nexus support):

  • I've removed all automation from the program update process, including drag-n-drop.
  • Sanitized file names for security.
  • Mods are downloaded only after confirmation.
  • OAuth credentials are no longer stored openly in the config.
  • The image confirming a successful connection to Nexus is taken directly from the program's internal assets.
  • Added file size checks: 500 MB for the archive and the largest file inside, and 1 GB for the unpacked file.

New:

  • Added a Beta version of the Theme Editor. You can customize the program colors as desired (possibly not all elements yet).
  • Added messages about the update collection process to the log window.

Fixes:

  • Various fixes.
  • Some code refactoring.
  • Added mutexes to protect against data races in program processes.
  • Added a timeout for the browser response when logging into an account. (Hopefully this will solve the issue on Linux.)

Servo-Modquisitor-2 v2.5.3

Choose a tag to compare

@xsSplater xsSplater released this 11 Jul 17:53
4e2a903
  • The ability to use a personal API key has been completely removed.
  • Programs are packaged in archives with DB and Sorting files.
  • The Linux version is already signed as an executable file (no need to do "chmod +x").

Servo-Modquisitor-2 v2.5.0

Choose a tag to compare

@xsSplater xsSplater released this 09 Jul 12:50

Program and sorting list updates:

  • The ability to update the program and sorting lists from Nexus using the "Mod manager download" button has been completely removed (the "handleSpecialNXMArchive" function) to avoid violating Nexus ToS. You will now have to update the program and lists manually!
  • Added the ability to quickly manually update the program by dragging and dropping an archive with the new version onto the open program window.
  • Sorting rules and the mod database have been updated.

Program operation:

  • The program has been unlinked from the "mods" folder. You can now install it anywhere.
    You can still install it in the "mods" folder or even in the game folder, and it will start working immediately.
  • Added the ability to automatically search for the game folder in selected locations on your computer, or manually select the folder.

AML support expansion and fixes:

  • Created a dedicated window for editing ".mod" files to help AML sort them more accurately. Thanks to triatomic for the initial implementation!
  • The button has been moved to the "Mod Management" menu.
  • Redesigned the ".mod" file editing window - "AML Configuration".
  • Added initial mod sorting using the "auto_mod_loader_log.txt" AML file (if present).
  • Expanded filtering in the list: All mods, With AML config, Without AML config.
  • The "Save" button now flickers when you need to save your settings.

Fixes:

  • Fixed a bug where the default "DML" header would appear in the mod table.
  • Corrected some names and descriptions in the program.
  • Fixed installation bugs for some poorly packaged mods. - Slightly reworked the "DML," "DMF," and "DM Patcher" installation.
  • Mods are now written to the database with additional fields for localizations and a shortened pattern.
  • Fixed a path issue on Linux where missing quotation marks would cause the path to break and "nxm" links to fail to register.

Themes and Row Highlighting:

  • Added a Contrast Theme.
  • Slightly adjusted the theme colors.
  • Added row background highlighting for mods: Outdated, Having an Update, With a Missing Folder, and Symlinks.
screenshot_20260709_145140 screenshot_20260709_145043 screenshot_20260709_152307 screenshot_20260709_152644 screenshot_20260709_152204

What's Changed

  • Add AML Configuration window (edit load_after / load_before / require) by @triatomic in #3

New Contributors

Full Changelog: 2.0.3...2.5.0

Servo-Modquisitor-2 v1.7.0

Choose a tag to compare

@xsSplater xsSplater released this 12 Jun 19:33
maxresdefault
  • Added installation guide to the menu.
  • Fixed determination of mod versions.
  • Added a lost rule for the Color Selection mod.
  • Added translations of mod descriptions: 330/912.

Servo-Modquisitor-2 v1.6.0

Choose a tag to compare

@xsSplater xsSplater released this 09 Jun 14:33
screenshot_20260606_222507
  • Added machine translation into the following languages: Simplified Chinese, Traditional Chinese, German, French, Japanese, Korean, Italian, Polish, Spanish, and Brazilian Portuguese. (Like in the game).
  • Added automatic correction of folder names according to the ".mod" file name.
  • Improved information retrieval from the Nexus website.
  • Improved archive handling.
  • Improved program behavior when working with tables.
  • Added a mechanism for working with the mod database so that when adding a new mod, you will receive at least an English description.
  • The mod database has been reworked due to new features. All mods have been added, but for now, mostly only in English.
  • Fixes and additions to the sorting file.

Servo-Modquisitor-2 v1.1.1

Choose a tag to compare

@xsSplater xsSplater released this 02 Jun 10:50
screenshot_20260602_133107
  • Localized some more text.
  • Ports split into 31337 and 31338 to stop a port race on Linux.
  • Changed the login response page for Nexus.
  • Moved some numbers, URLs, and other data to the config.
  • Minor fixes.

Servo-Modquisitor-2 v1.0.0

Choose a tag to compare

@xsSplater xsSplater released this 31 May 17:01
mechanicus
  • Added official secure connection to the Nexus account (OAuth). Thanks to the developers and Nexus support.
  • Improved validation.
  • Improved sorting.
  • Reworked some button names and tooltips.
  • Minor dialog unification.
  • Slightly improved mod table.
  • Added mod installation autofixes:
    • Pulsing Barrels: Packaging error - the main pulsing_barrels folder is added, and files and folders are placed there.
    • Hub Hotkeys: Incorrect hub_hotkey_menus folder name - removed unnecessary "-main".
  • I drew a new program icon and replaced it.
  • File refactoring:
    • Split the ui.go file into two: ui_build.go and ui_dialogs.go. ui.go itself has been removed.
    • Almost everything related to updates has been moved to the update.go file.
  • Added new mods to the mod database.