×
Меню
Индекс

Habasi - TES3 plugin merging and utility tool

Консольная утилита для всякого разного.
https://www.nexusmods.com/morrowind/mods/53002
 

Habasi will steal your precious plugins and stash them.
It is a command line tool for TES3 plugin merging, e.g. it takes multiple plugins and creates one with their contents.
 
 
 
Description:
Habasi will steal your precious plugins and stash them. It is a command line tool for TES3 plugin merging, e.g. it takes multiple plugins and creates one with their contents.
 
Features:
 
    Merge plugins
    Keep mergeable records for record mergers(optional, enabled by default)
    Show detailed information
    Presets to quickly perform additional tasks(Morrowind engine Mod Organizer users would need ModOrganizer-to-OpenMW to generate openmw.cfg)
        -T: "Turn Normal Grass" turns normal grass and kelp into groundcover(as in original Hemaris' mods: 1, 2) for your setup(Groundcoverify is an alternative utility for this task)
        -C: "Check References" reports broken references(outdated plugins)
        -O: "Merge Load Order" merges your whole load order(including groundcover) for many purposes, for example:
            Pass merged plugins to The LawnMower for Morrowind to quickly remove clipping grass for all your plugins
            Pass merged plugin to Waresifier to quickly generate Wares containers for all your plugins
            Use instead of your load order on a potato phone for faster loading :-)
 
 
Usage:
 
    Most basic usage: habasi -m out.esp plugin1.esp plugin2.esp to merge plugin1 and plugin2 into "out.esp"
    Spoiler:  Show
    Type command habasi -h for brief help
    Spoiler:  Show
    Type command habasi --help for extended help
    Type command habasi --help-option <OPTION> to get extended help for a specific option
    Example display output
    Spoiler:  Show
 
    $ ./habasi
    Log is being written into "/home/alvazir/__OMW/habasi.log"
    Output plugin "mods/Patches/Habasi/0/united/United-GRS.esp" was written
    Output plugin "mods/Patches/Habasi/0/united/United-100.esp" was written. It contains reindexed references most likely, so new game is recommended.
    Output plugin "mods/Patches/Habasi/0/united/United-200.esp" was written. It contains reindexed references most likely, so new game is recommended.
    Output plugin "mods/Patches/Habasi/0/united/United-700.esp" was written. It contains reindexed references most likely, so new game is recommended.
    Combined plugin lists stats:
    input(625 plugins): 219277 processed, 5111 removed(dup), 6307 merged, 1718 replaced, 7923 instances filtered(grass)
    output(4 plugins): 208570 total, 206141 unique, 2237 mergeable(unique), 2429 mergeable(total), 5.413s duration