Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS D:\OpenMW\MOMW> .\umo.exe install --sync i-heart-vanilla
- syncing Patch for Purists
- syncing Unofficial Morrowind Official Plugins Patched
- syncing Morrowind Optimization Patch
- syncing Graphic Herbalism - MWSE and OpenMW Edition
- syncing Project Atlas
- syncing Jammings Off
- syncing Fixed Bonelord Arms
- syncing Morrowind Enhanced Textures
- syncing Morrowind Interiors Project
- syncing Kirel's Interior Weather
- syncing Glow in the Dahrk
- syncing Nords shut your windows
- syncing OpenMW Containers Animated
- syncing Weapon Sheathing
- syncing Weapon Sheathing Additions
- syncing Friendly Autosave
- syncing Distant Fixes: Lua Edition
- syncing Distant Seafloor for OpenMW
- syncing Familiar Faces by Caleb
- syncing Alternative TrueType Fonts
- syncing Big Icons
- syncing Vanilla Style HD Icons for Attributes and Skills
- syncing Cantons on the Global Map
- syncing Loading Screens Diversified
- syncing momw data ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100%
- syncing mod data ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100%
- ╭──── SYNC SUMMARY ──
- │ Mods that need a download or update:
- │ Patch for Purists : Patch for Purists
- │ Unofficial Morrowind Official Plugins Patched : UMOPP Merged
- │ Morrowind Optimization Patch : Morrowind Optimization Patch
- │ Graphic Herbalism - MWSE and OpenMW Edition : Graphic Herbalism MWSE - OpenMW
- │ Graphic Herbalism - MWSE and OpenMW Edition : GH Patches and Replacers
- │ Project Atlas : Project Atlas
- │ Jammings Off : Jammings_off
- │ Fixed Bonelord Arms : Fixed Bonelord Arms
- │ Morrowind Enhanced Textures : Morrowind Enhanced Textures 6.1
- │ Morrowind Enhanced Textures : MET 6 Atlas textures
- │ Morrowind Enhanced Textures : Interface and main menu
- │ Morrowind Interiors Project : Morrowind Interiors Project
- │ Morrowind Interiors Project : Morrowind Interiors Project - Bloodmoon
- │ Kirel's Interior Weather : Kirel's Interior Weather (Cleaned and updated with tes3cmd)
- │ Glow in the Dahrk : Glow in the Dahrk
- │ Nords shut your windows : Nords shut your windows
- │ OpenMW Containers Animated : OpenMW Containers Animated
- │ Weapon Sheathing : WeaponSheathing1.6-OpenMW
- │ Weapon Sheathing Additions : Weapon Sheathing Additions
- │ Friendly Autosave : Friendly Autosave
- │ Distant Fixes: Lua Edition : Distant Fixes: Lua Edition
- │ Distant Seafloor for OpenMW : Distant_Seafloor_2.00
- │ Familiar Faces by Caleb : Familiar Faces
- │ Alternative TrueType Fonts : Alternative TrueType Fonts
- │ Big Icons : Big Icons - OpenMW
- │ Vanilla Style HD Icons for Attributes and Skills : Vanilla Style HD Icons for Attributes and Skills
- │ Cantons on the Global Map : Cantons_on_the_Global_Map_v1.1
- │ Loading Screens Diversified : Loading Screens Diversified
- ╰────
- ╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
- │ D:\OpenMW\MOMW\umo\args.py:230 in install │
- │ │
- │ 227 │ ), │
- │ 228 ): │
- │ 229 │ """install a modlist""" │
- │ ❱ 230 │ call_subcmd("install", locals()) │
- │ 231 │
- │ 232 │
- │ 233 @app.command() │
- │ │
- │ ╭─────────────── locals ───────────────╮ │
- │ │ beta = False │ │
- │ │ download_only = False │ │
- │ │ keep_nexus_cache = False │ │
- │ │ limit_speed = None │ │
- │ │ modlist = 'i-heart-vanilla' │ │
- │ │ momw_url = None │ │
- │ │ nexus_premium = False │ │
- │ │ no_gui = False │ │
- │ │ no_nexus_premium = False │ │
- │ │ no_notifications = False │ │
- │ │ no_presynced = False │ │
- │ │ skip = None │ │
- │ │ skip_momw = False │ │
- │ │ skip_tags = None │ │
- │ │ subset = None │ │
- │ │ sync = True │ │
- │ │ threads = None │ │
- │ │ use_dev_mods = False │ │
- │ │ verbose = False │ │
- │ ╰──────────────────────────────────────╯ │
- │ │
- │ D:\OpenMW\MOMW\umo\args.py:53 in call_subcmd │
- │ │
- │ 50 │
- │ 51 def call_subcmd(command, args): │
- │ 52 │ obj = SimpleNamespace(**args) │
- │ ❱ 53 │ subcmd_fn(command, obj) │
- │ 54 │
- │ 55 │
- │ 56 def autocomplete_local(): │
- │ │
- │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
- │ │ args = { │ │
- │ │ │ 'modlist': 'i-heart-vanilla', │ │
- │ │ │ 'sync': True, │ │
- │ │ │ 'beta': False, │ │
- │ │ │ 'no_presynced': False, │ │
- │ │ │ 'use_dev_mods': False, │ │
- │ │ │ 'momw_url': None, │ │
- │ │ │ 'skip_momw': False, │ │
- │ │ │ 'keep_nexus_cache': False, │ │
- │ │ │ 'verbose': False, │ │
- │ │ │ 'nexus_premium': False, │ │
- │ │ │ ... +9 │ │
- │ │ } │ │
- │ │ command = 'install' │ │
- │ │ obj = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False, use_dev_mods=False, │ │
- │ │ momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False, nexus_premium=False, │ │
- │ │ no_nexus_premium=False, no_notifications=False, no_gui=False, download_only=False, subset=None, │ │
- │ │ skip=None, skip_tags=None, threads=None, limit_speed=None) │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ D:\OpenMW\MOMW\umo\umo.py:236 in call_subcmd │
- │ │
- │ 233 │ │
- │ 234 │ import subcmds │
- │ 235 │ │
- │ ❱ 236 │ getattr(subcmds, cmd)(args) │
- │ 237 │ import umotqdmrich │
- │ 238 │ │
- │ 239 │ umotqdmrich.stop() │
- │ │
- │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
- │ │ args = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False, use_dev_mods=False, │ │
- │ │ momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False, nexus_premium=False, │ │
- │ │ no_nexus_premium=False, no_notifications=False, no_gui=False, download_only=False, subset=None, │ │
- │ │ skip=None, skip_tags=None, threads=None, limit_speed=None) │ │
- │ │ cmd = 'install' │ │
- │ │ subcmds = <module 'subcmds' from 'D:\\OpenMW\\MOMW\\umo\\subcmds.py'> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ D:\OpenMW\MOMW\umo\subcmds.py:284 in install │
- │ │
- │ 281 │ │
- │ 282 │ # open the socket │
- │ 283 │ Config.SOCKET_SERVER = socket.socket(socket.AF_INET, socket.SOCK_STREAM) │
- │ ❱ 284 │ Config.SOCKET_SERVER.bind(Config.SOCKET) │
- │ 285 │ │
- │ 286 │ cache.init() │
- │ 287 │
- │ │
- │ ╭───────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────╮ │
- │ │ args = namespace(modlist='i-heart-vanilla', sync=True, beta=False, no_presynced=False, │ │
- │ │ use_dev_mods=False, momw_url=None, skip_momw=False, keep_nexus_cache=False, verbose=False, │ │
- │ │ nexus_premium=False, no_nexus_premium=False, no_notifications=False, no_gui=False, │ │
- │ │ download_only=False, subset=None, skip=None, skip_tags=None, threads=None, limit_speed=None) │ │
- │ │ handlers = <module 'handlers' from 'D:\\OpenMW\\MOMW\\umo\\handlers.py'> │ │
- │ │ nxm = <umonxm.Nxm object at 0x000002D1F7848620> │ │
- │ │ premium = False │ │
- │ │ real_basepath = 'D:\\OpenMW\\Mods' │ │
- │ │ shutil = <module 'shutil' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\shutil.pyc'> │ │
- │ │ socket = <module 'socket' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\socket.pyc'> │ │
- │ │ traceback = <module 'traceback' from 'D:\\OpenMW\\MOMW\\umo\\python312.zip\\traceback.pyc'> │ │
- │ │ u7zip = <module 'u7zip' from 'D:\\OpenMW\\MOMW\\umo\\u7zip.py'>
Advertisement
Add Comment
Please, Sign In to add comment