BOSS - Better Oblivion Sorting Software

Im Grunde musst du jetzt jede Mod einzeln durchgehen, um zu sehen wo sie hingehört.

Ich kann dir nur sagen, dass mir für die Hungrigen Klingen keinerlei Überschneidungen zu irgendeiner Mod bekannt sind; sein Position ist somit egal!
 
Hallo Derik Satoshi,

wenn du dir die DV im Namen wegdenkst würden viele Mods erkannt.

Jetzt hast du 2 Möglichkeiten:

1. du suchst dir in der BOSS-Liste die englischen Mods und ordnest die deutschen dahinter ein. Das musst du dann allerdings jedes Mal wieder machen, wenn du BOSS benutzt.

2. du gibst die deutschen Namen an das BOSS-Team weiter, so dass sie sie in ihre Liste eintragen können.
Dann hast nicht du etwas davon, sondern auch alle anderen User, die diese Mods spielen.

Am besten wäre es natürlich, wenn man bei Übersetzungen den Dateinamen nicht ändert, aber das ist Ansichtssache.
Viele Übersetzer meinen, durch das Anfügen von DV ist die deutsche Version einfach besser erkennbar.

Du siehst, es hat alles seine Vor- und Nachteile.
 
Hallo darkfr3ak,

das ist aber nicht immer möglich - und wenn eine Mod dann nicht funktioniert, kommst du bestimmt nicht auf die Idee, dass das an der umbenannten Datei liegt. :p
 
Hey das mit dem umbennen hat schonmal gut funktioniert, jetzt ist die Liste um die Hälfte kleiner geworden, danke.

Wo würdet ihr .esp Dateien einordnen die eigentlich nur Kleidung hinzufügen?


LG

Oke alle mit englischem Original wurden jtzt richtig eingefügt,
ich hab mir einfach die (teilweise völlig abstrusen) Originialbezeichnungen besorgt die Dateien umbenannt dann BOSS.ee gestartet um die Dateien zu Sortieren und dann später wieder nach DV umbenannt.
Das gute ist das man Fehler im OBMM erkennt, denn dann werden von den PlugIns die Häkchen entfernt
 
Zuletzt bearbeitet von einem Moderator:
Es gibt noch einenn dritten Weg für übersetzte Mods: die userlist.txt
sieht bei mir so aus:
ADD: ElsweyrAnequina DV.esp
AFTER: ElsweyrAnequina.esp

ADD: Elsweyr - HGEC RM Patch DV.esp
AFTER: ElsweyrAnequina - Races HGEC-Robert.esp

FOR: Elsweyr - HGEC RM Patch DV.esp
APPEND: % {{BASH: R.Mouth, R.Teeth}}

ADD: Map Markers_DV.esp
AFTER: MapMarkers.esp

ADD: Auriel's_Retreat DV.esp
AFTER: Auriel's_Retreat.esp

ADD: ImpeREAL City Unique Districts - Arboretum DV.esp
AFTER: ImpeREAL City Unique Districts - Arboretum.esp

ADD: ImpeREAL City Unique Districts - Arena DV.esp
AFTER: ImpeREAL City Unique Districts - Arena.esp

ADD: ImpeREAL City Unique Districts - Elven Gardens DV.esp
AFTER: ImpeREAL City Unique Districts - Elven Gardens.esp

ADD: ImpeREAL City Unique Districts - Green Emperor Way DV.esp
AFTER: ImpeREAL City Unique Districts - Green Emperor Way.esp

ADD: ImpeREAL City Unique Districts - Market DV.esp
AFTER: ImpeREAL City Unique Districts - Market.esp

ADD: ImpeREAL City Unique Districts - Prison DV.esp
AFTER: ImpeREAL City Unique Districts - Prison.esp

ADD: ImpeREAL City Unique Districts - Talos Plaza DV.esp
AFTER: ImpeREAL City Unique Districts - Talos Plaza.esp

ADD: ImpeREAL City Unique Districts - Temple DV.esp
AFTER: ImpeREAL City Unique Districts - Temple.esp

ADD: ImpeREAL City Unique Districts - The Arcane University DV.esp
AFTER: ImpeREAL City Unique Districts - The Arcane University.esp

ADD: ImpeREAL City Unique Districts - Waterfront DV.esp
AFTER: ImpeREAL City Unique Districts - Waterfront.esp
noch was zum lesen .esp-Dateien umbenennen?
 
  • Like
Reaktionen: Stefanu
Version 1.9 ist da. Link im ersten Beitrag

  • Changed: Major refactoring of BOSS code into a common library, a Command Line Interface and a Graphical User Interface.
  • Common Library:
    • Removed: Checking for changes to the recognised mod list since last run for the plain text BOSS Log, as this did not work correctly and is not feasible to fix.
    • Removed: Command line parameter -T [ --proxy-type ] [ type ] and BOSS.ini setting sProxyType Internet proxy type specification options. Proxy type is now automatically determined.
    • Fixed: A bug where if a plugin filename started with "SET" or "GLOBAL" (or case variations) then BOSS would incorrectly classify it as a variable or global message line and so result in syntax errors.
    • Fixed: User Rules which failed to add a plugin into the beginning or end of a group still incremented the number of recognised plugins as if the rule application had succeeded.
    • Fixed: Userlist rules which reference plugins that are not installed now have warning messages reported instead of error messages.
    • Fixed: Masterlist conditions now detect ghosted mods correctly.
    • Fixed: The online Fallout: New Vegas masterlist's revision being checked instead of the online Fallout 3 masterlist's revision when updating the Fallout 3 masterlist.
    • Fixed: The Hide Messageless Mods BOSS Log filter not acting when another filter resulted in all a mod's messages being hidden.
    • Fixed: The last group of mods in a masterlist being unrecognised.
    • Changed: More robust error handling.
    • Changed: User rules can now only use up to one sort line and/or one REPLACE message line per rule, and cannot sort mods/groups relative to themselves.
    • Changed: Updated version of libcurl used when building BOSS.exe and BOSS GUI.exe to 7.22.0 from 7.21.7.
    • Changed: Content and slight formatting changes to BOSS Log:
      • Masterlist Update section removed. Update information is now displayed in the Summary section. Updater errors are displayed in the General Messages section.
      • Javascript optimisations for filters.
      • Execution Complete text is now centred.
      • All BOSS Log output now has special characters escaped so that it is valid HTML.
      • The date of the user's masterlist is now displayed in the Summary.
      • Ini parsing errors are now displayed in the General Messages section.
      • The filters are now laid out in a more grid-like fashion.
      • Added whitespace characters between plugin filenames, versions, ghosted labels and CRCs to make copy/pasted text more readable.
      • Coloured links in the dark colour scheme so that they are easier to read.
      • The number of plugins and messages hidden at any one time is displayed below the filters box in italics.
      • The Script Extender And Script Extender Plugins section is now always displayed, with CRCs only being calculated if the Display File CRCs option is set.
    • Changes to BOSS.ini variables:
      • Removed GUI.Settings and GUI.LastOptions sections.
      • DoStartupUpdateCheck moved to a new BOSS.GeneralSettings section.
      • Removed DisableMasterlistUpdate setting.
      • Added variable type prefixes to variable names (s, i, b).
      • Boolean variables now accept true or false instead of 1 or 0.
      • CommandLineVerbosity renamed to iDebugVerbosity.
      • Debug renamed to bDebugWithSourceRefs.
      • Added bLogDebugOutput setting to BOSS.RunOptions to control the logging of debugging output.
      • Added bUseUserRulesEditor setting to BOSS.GeneralSettings to control how to the GUI chooses to edit user rules.
      • Default values for the BOSSLog.Styles settings are now given, and values are no longer enclosed in {} brackets.
    • Changed: Major rewrite of most of the common code, including more object-orientation of code, removal of some unused functions, implementation of an class for formatted output using generic placeholders and much more.
    • Added: Hide Clean Mods and Hide 'Do Not Clean' Messages BOSS Log filters.
    • Added: Support for TES V: Skyrim and the Skyrim Script Extender.
    • Added: Support for MF2.2 syntax, including C-style comments, regular expression conditions, case-insensitive keywords and expanded conditional shorthands.
    • Added: Built-in debug output logging support.
    • Added: DISABLE keyword to user rules that can be placed before a rule's rule keyword to disable it, instead of commenting it out to do the same.
    • Added: Support for authenticated proxies, using the sProxyUsername and sProxyPassword BOSS.ini settings.
      • Note that the support is untested. Feedback from users with authenticated proxies would be appreciated.
  • Command Line Interface:
    • Changed: The command line parameter --debug, -d is now --debug-with-source, -d.
    • Added: Progress indication for downloads.
    • Added: A new command line parameter log-debug, -l to allow logging of the debug output to the BOSSDebugLog.txt file.
    • Added: BOSS Updater functionality.
  • Graphical User Interface:
    • Added: A User Rules Editor to allow creation and editing of user rules without manually editing the userlist.txt.
    • Changed: The GUI is now completely independent of the CLI interface.
    • Changed: Settings window overhauled:
      • Debugging-related settings moved to the from the main window.
      • Settings catagorised into tabs.
      • Added settings for controlling the default state of the BOSS Log filters and the BOSS Log CSS.
      • Added a Log Debug Output setting to allow logging of the debug output to the BOSSDebugLog.txt file.
      • Added an option to select whether to use the GUI's User Rule Editor or to manually edit the userlist when editing user rules.
      • Updated proxy settings to reflect changes to proxy support.
    • Changed: Simplified layout of main window options.
    • Changed: Renamed some options to reflect their functions better.
    • Changed: Opening files from the GUI no longer causes a command line window to display.
    • Changed: The Check For Updates feature no longer causes the GUI to stop responding, either run on startup or through the menu option.
  • (Installer) Changed: Updated to support Skyrim.
  • (Docs) Changed: Major updates to main readme to reflect changes.
  • (Docs) Added: Masterlist Syntax HTML documentation for BOSS team members and interested third parties.
 
Version 1.9.1 ist da. Link im ersten Beitrag

Fixed: Mods in the last group of a masterlist being unrecognised when one or more user rules were enabled.
Fixed: Masterlist-format files saved by BOSS that contain messages cannot be loaded successfully by BOSS. This bug was never exposed.
Fixed: Every second link in a message displayed in the BOSS Log not being displayed as a hyperlink when using the HTML BOSS Log.
Fixed: MF1 legacy conditionals always being evaluated for Oblivion, even when BOSS was run for other games.
Fixed: Masterlist parsing errors were not correctly reported in the BOSS Log.
Fixed: BOSS Updater version checking not returning correct result with some versions.
Changed: Masterlist conditional evaluation now occurs separately from masterlist parsing.
Changed: BOSS Log's "Unrecognised Plugins" section is now only displayed if there are any unrecognised plugins present.
Changed: Some tidying up of the BOSS Log text and formatting.
Changed: Code type safety work. BOSS can now be built to 32 and 64 bit binaries, although 64 bit binaries will not be distributed.
Changed: Copyright license is now GNU General Public License v3.0 for everything but the documentation, and GNU Free Documentation License v1.3 for the documentation.
Changed: Updated version of libcurl used from 7.22.0 to 7.23.1, and updated version of Boost libraries used from 1.47.0 to 1.48.0.
Changed: Expanded/Collapsed indicators added for masterlist groups in the GUI's User Rules Editor.
Changed: GUI's User Rules Editor will now auto-scroll the rule list so that the currently selected rule is visible whenever the rule list is altered.
 
Update auf 2.1.1 link
  • Fixed: BOSS Log plugin submitter sending escaped HTML special characters in JSON data to the Bugzilla tracker.
  • Fixed: Links to versions in BOSS Version History.html not working.
  • Fixed: Installer only installing Start Menu shortcuts for the administrator user.
  • Fixed: Support for HTTPS web links in masterlist messages.
  • Fixed: EOL characters in the masterlists being accepted as part of version strings and quoted strings, leading to inaccurate error messages and incorrectly unrecognised plugins when a version or quoted string was left unterminated.
  • Fixed: The Hide 'Do Not Clean' Messages BOSS Log filter not working when BOSS was run in a language other than English.
  • Fixed: Masterlist format version conditions returning false if the file does not exist and the condition is a less than condition.
  • Fixed: The BOSS Log plugin submitter sending plugin filenames wrapped in nested HTML <font> tags when the BOSS Log was translated using Google Chrome's translation functionality. Use of this functionality is not recommended as it will also change the plugin filenames as they appear in the BOSS Log, and it will submit the changed filenames, leading to the wrong text being added to the masterlist(s).
  • Fixed: Masterlist version conditions evaluating incorrectly for plugins (broken in v2.1.0).
  • Fixed: Ghosted non-plugin files (eg. ghosted BSAs) appearing in the unrecognised plugins list of the BOSS Log.
  • Removed: Support for Masterlist Format 2.2. The masterlists have been updated so there should be no noticeable changes.
  • Removed: Links to BOSS's pages on the Nexus sites from readme, as the Nexus pages are now only of use for those who do not yet have BOSS installed.
  • Changed: Updated Boost libraries used from 1.50.0 to 1.51.0.
  • Changed: Updated Simplified Chinese translation.
  • Added: BOSS icon to installer and uninstaller.
  • Added: Installer now installs a default BOSS.ini, and sets the sLanguage setting to match the language chosen for the installer.
  • Added: Spanish translation of BOSS, by Sharlikran and Leandro Conde.
 
  • Like
Reaktionen: Blue Sky Dragon