@page "/configure/{machineURL}" @layout Shared.MainLayout @using System.Diagnostics @using Wabbajack.Common @using Wabbajack.Paths.IO @inherits Fluxor.Blazor.Web.Components.FluxorComponent
Downloading
Downloading missing archives...
16 of 228 archives downloaded
128.27 GB remaining
5.6 MB/s

Downloaded A Cool Mod

Downloaded Some Mod With a Long Name

Downloaded An Even Longer Name Why Do They Do This

Downloaded An Archive From MEGA Wow It's a Miracle

Downloaded Archive Mod Something Long

Manbeast - A Werewolf Overhaul
Simon Magus and colinswrath
Manbeast is a complete overhaul of Skyrim’s Werewolf system designed to balance existing Werewolf mechanics and add powerful new lycanthropic abilities to the game.
@code { [Parameter] public string machineURL { get; set; } protected override void OnInitialized() { var Location = KnownFolders.EntryPoint.Combine("downloaded_mod_lists", machineURL).WithExtension(Ext.Wabbajack); if (Location.FileExists()) { Debug.Print("IT EXISTS I GUESS"); } base.OnInitialized(); } }