PLOX is a rust re-write of MLOX, a utility tool to sort a modlist topologically according to ordering rules. PLOX also outputs warnings and notes dependent on the mods in your load order. You can use it as a GUI app or as a commandline tool.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.4.2
Adds a graphical output (.dot) if the ordering fails
Adds a settings view
Version 0.4.1
Add possibility to sort even if conflicts exists: ignore_warnings setting
Version 0.4
better logging in the GUI
Version 0.3.1
fixed a bug where desc would not match properly
Version 0.3.0
sort plugins also by masters (masters before dependent plugins)
Fixed OpenMW enum naming again
fixed a bug where the VER predicate was not properly parsed
Version 0.2.2
fixed missing omwgame suppport
fixed missing omwscripts suppport
fixed plugin references log output as info
Version 0.2.1
fixed a bug where custom openmw cfg was not used
Version 0.2
fixed a bug where openmw was not recognized properly
PLOX is a rust re-write of MLOX, a utility tool to sort a modlist topologically according to ordering rules. PLOX also outputs warnings and notes dependent on the mods in your load order. You can use it as a GUI app or as a commandline tool.
The PLOX GUI supports a configuration file called `plox.toml` (place next to `plox_gui`) that allows you to customize its behavior. Here's an example of how to use the `plox.toml` file:
config = "openmw.cfg" game = "OpenMW"
## Differences to MLOX
- For Morrowind.exe, not really any other than this is a bit faster - For Openmw: this supports it natively
## Usage
1. Download `plox_gui.exe`from the latest release from <https://github.com/rfuzzo/plox/releases> 2. Place `plox_gui.exe` next to the game's exe 3. Double click `plox_gui.exe` to run