BOSS - Better Oblivion Sorting Software

neue Version: BOSS 1.65 einmal als Archiv oder Installer
Download Link siehe oben
Version 1.65

* Fixed userlist parser giving incorrect error messages for rules inserting mods into groups.
* Fixed BOSS reporting some plugins as unknown when they are ghosted.
 
Wie funktioniert BOSS

Guten Morgen,

kann mir mal jemand sagen, was BOSS ist? Ich lese hier des öfteren darüber und möchte gerne mehr erfahren.

Gruß

Korbi_789
 
Richtig,habe ich gestern auch das erste Mal gemacht.:);) Allerdings manuell ausgelöst.:)

Dafür habe ich mir auf einer anderen Partition einen Ordner "Test" angelegt und in diesen mein Oblivion kopiert.Dorthin dann BOSS installieren lassen.Im Data-Verzeichnis dann mittels BOSS - Update Masterlist.bat die Masterliste aktualisieren lassen,was hervorragend klappte.;)

Normalerweise könnte man das als Wrye-Nutzer,auch gleich aus Wrye heraus machen. Da allerdings von meinen Mods ca. 40% noch nicht von BOSS zugeordnet werden,nutze ich dafür den Test-Ordner.So bleibt in meinem OL erst mal alles beim Alten,wie ich es vorsortiert habe ohne das ich alles komplett neu machen muß.;)

Gruß doritis
 
Neue Masterlist vom 15.01.2011

Link: http://www.tesnexus.com/downloads/file.php?id=26663

Gruß doritis
Das ist ein eigen ständiges Projekt das nicht für die Verwendung mit BOSS gedacht ist. WalkerInShadows hat die Masterlist bearbeitet damit sie besser lesbar ist. Ein Inhalts Verzeichnis der einzelnen Abschnitte und Verknüpfung von Verzeichnis und Abschnitt.
Richtig,habe ich gestern auch das erste Mal gemacht.:);) Allerdings manuell ausgelöst.:)

Dafür habe ich mir auf einer anderen Partition einen Ordner "Test" angelegt und in diesen mein Oblivion kopiert.Dorthin dann BOSS installieren lassen.Im Data-Verzeichnis dann mittels BOSS - Update Masterlist.bat die Masterliste aktualisieren lassen,was hervorragend klappte.;)

Normalerweise könnte man das als Wrye-Nutzer,auch gleich aus Wrye heraus machen. Da allerdings von meinen Mods ca. 40% noch nicht von BOSS zugeordnet werden,nutze ich dafür den Test-Ordner.So bleibt in meinem OL erst mal alles beim Alten,wie ich es vorsortiert habe ohne das ich alles komplett neu machen muß.;)

Gruß doritis
Für eine aktuelle masterlist - ohne Umsortieren - BOSS mit den Kommando -o starten. Ausführen > \Oblivion\Data\BOSS.exe -o

Mit BOSS - Update Masterlist.bat die Mod sortieren lassen und mit BOSS - Undo Last Run.bat die Änderungen wieder rückgängig machen lassen.

In Wrye Bash Sperre Zeiten einschalten und Programm beendet. BOSS aus den Explorer starten. Wrye Bash stellt beim Start deine alte Reihenfolge wieder her.

oder für die BOSS unbekannten Mods eigene Regeln erstellen: .esp-Dateien umbenennen?
 
  • Like
Reaktionen: doritis
neue Version: BOSS 1-8
Version 1.8 - 6 July 2011

Fixed: Junction-linked data folders not being scanned for mods.
Fixed: Links being displayed incorrectly in the BOSSlog if more than one was given in a message.
Changed: Masterlist updater now runs by default.
Changed: Updated version of libcurl used when building BOSS.exe and BOSS GUI.exe to 7.21.7 from 7.21.4.
Changed: Overhauled the "Plugin Numbers" section of the BOSSlog:
Moved the section to the top of the BOSSlog.
Renamed the section from "Plugin Numbers" to "Summary".
Added message counts, with numbers of total messages, warning messages and error messages.
Added a notice that is displayed when there has been no change in the recognised mod list since BOSS was last run.
Added: A settings file ("BOSS.ini") to allow users to set default behaviours, options and BOSSlog formatting styles.
Added: Support for unauthenticated proxies to the masterlist updater and the GUI's "Check For Updates" functionality.
Added: Five new command line parameters:
--proxy-host,-H [ hostname ] to specify a proxy's host server for the masterlist updater.
--proxy-port,-P [ port ] to specify a proxy's port for the masterlist updater.
--proxy-type,-T [ type ] to specify a proxy type for the masterlist updater.
--trial-run,-t to run BOSS without actually changing the load order.
--no-update,-U to inhibit automatic masterlist updating.
Added: Support for Fallout: New Vegas mods that use the Fallout 3 master file, such as "A Requiem for the Capital Wasteland".
Added: Support for regular expressions in the masterlist.
Added: Support for conditional incompatibility and conditional requirement messages in the masterlist.
Added: BOSSlog filter option to hide userlist warning messages.
(GUI) Fixed: The "Enable File CRC Display" and "Enable Mod Version Display" options getting confused between their values under the "Sort Mods" and "Undo Changes" run options.
(GUI) Fixed: The icon not appearing in the title bar.
(GUI) Fixed: The GUI hanging when BOSS is launched.
(GUI) Changed: The "Masterlist Update" checkbox now sets the --no-update command line parameter if unchecked to override BOSS's default behaviour.
(GUI) Changed: The look of the "About" window.
(GUI) Changed: Overhauled the "Check For Updates" functionality:
Removed the masterlist update checker, as it has been made redundant by BOSS's automatic masterlist updating.
Added automatic updater functionality. Replaced "Check For Updates" output window with a series of notification dialogs asking if the update should be downloaded and installed. If no update was found, or there was an error, relevant dialog messages are displayed.
"Check For Updates" now also automatically runs when the GUI starts. This only displays a message if an update was found.
(GUI) Changed: Renamed a number of options, simplifying their names slightly.
(GUI) Changed: Options selected are now saved on exit and loaded on start.
(GUI) Added: "Perform Trial Run" option.
(GUI) Added: Settings page for specifying how the GUI behaves.
(Installer) Changed: Updated to reflect various changes to programs.
(Installer) Changed: Installer now runs uninstaller before installing if a previous installation of BOSS is found.
(Docs) Changed: Significant content and formatting changes to main ReadMe, slight formatting changes to User Rules readme.

Edit: Bei startet Wrye Bash 293 - MSVC / Non-python - mit BOSS 1.8 nicht mehr
 
Zuletzt bearbeitet:
Es gibt ein Problem mit Boss 1.8 und Wrye Bash 2.93 dazu gibt es folgenden Fix:
Note that no fix is available for users of the Standalone version of Wrye Bash. Either wait for 294 or install the Python version.

On line 14293 of basher.py (in Oblivion\Mopy), replace:

....if version > 3: version = 1

with:

....if version in (2,3): version = 2
....elif version > 3: version = 1


In Python, spaces matter, so be sure to get the right number of spaces to indent those lines - they should be at the same amount of indent as the other lines above and below them. (There are 4 spaces.) Save the file and launch Bash - it should now work.

Auf deutsch:
1. Wrye Bash 2.93 Python-Version:
korrigiert die basher.py nach der obigen Vorlage.

2. Wrye Bash 2.93 Standalone-Version:
Es gibt keinen Fix, benutzt die Version 2.92 oder wartet auf die Version 2.94
 
BOSS - ungelistete deutsche Mods per Hand sortieren

Hi Leute,
ich hab mein Oblivion jetzt komplett eingedeutscht, mit vielen dt. Mods.
Leider aber habe ich ein Problem mit der Sortierung, denn BOSS weis bei vielen nicht wie er sie sortieren kann und deswegen stehen sie jetzt ganz zum Schluss an meiner Loadorder. Ich weis nur nich ob das jetzt nicht Fehler bringen wird, hier dir Mods die nicht automatisch sortiert wurden:

HungryThirstySleepy.esp
MaleBodyReplacerV3_DV.esp
samurai_4.1_dv.espVersion 04
Skoomaherstellung.esp
SentinelsLegendaryWeaponsAndArmorsDV.espVersion 4.2.
Japanische Kleidung.esp
Ritter Rüstung.esp
tkRapiers_DV.esp
tda_WitchKingHelm_ger.esp
Hungrige Klingen.esp
Honami_Daito_Katana_DV.esp
ImpeREAL City Unique Districts - Arboretum DV.esp
ImpeREAL City Unique Districts - Arena DV.esp
ImpeREAL City Unique Districts - Elven Gardens DV.esp
ImpeREAL City Unique Districts - Green Emperor Way DV.esp
ImpeREAL City Unique Districts - Market DV.esp
ImpeREAL City Unique Districts - Prison DV.esp
ImpeREAL City Unique Districts - Talos Plaza DV.esp
ImpeREAL City Unique Districts - Temple DV.esp
ImpeREAL City Unique Districts - The Arcane University DV.esp
ImpeREAL City Unique Districts - Waterfront DV.esp
OSM-Bücher.espVersion 0.5
OSM-Flaschen.espVersion 0.5
OSM-Schilder.espVersion 0.5
Haare und Augen.espVersion 1.2
Gondorian Knight.esp
Erzmagier-Rüstung blau.esp
Erzmagier-Rüstung rot.esp
Deutschritterrüstung v1.90.espVersion 1.90
Da sGeheimnis unter dem Arena Bezirk.esp
Capes and Cloaks [DV].esp
ArenaTrainer_DV.espVersion 1.0
Anduril Reforged DV.espVersion 1.32
MillstoneFarmCoblDV.esp


Kann mir jemand sagen ob ich die ohne bedenken so lassen kann?
Oder weis jemand wie ich die jetzt am besten von Hand sortiere?

LG