Personal repository used as a lightweight host for files and scripts: configs, installers, and various assets (images, audio, etc.). Some folders are used as direct download targets for scripts or tools I maintain.
This repo is not a “project” in the traditional sense; it is mainly storage + automation for my own use and for a few friends.
Current examples of what this repo may contain:
- Installer scripts (PowerShell / batch)
- Configuration archives (for tools, skins, plugins)
- Static assets (images, audio, other files) used as direct-download hosting
- Experimental or personal-use utilities
Specific contents may change over time; older files can be removed, renamed, or replaced as needed.
One of the main things currently hosted here is a preconfigured Millennium Steam skin setup (“Millennium MUI Pack”) plus installer scripts.
A packaged Millennium folder with:
- Plugins:
- Theme (optional):
This archive is just a ready-to-use configuration so Millennium can be dropped into the correct Steam folder automatically.
Script: scripts/Millennium_MUI_Installer.ps1
Requirements:
- Windows 10/11
- Steam installed
- 7-Zip installed in a standard location
- PowerShell 5+ (default on modern Windows)
Usage:
- Close Steam if it’s running.
- Open PowerShell.
- (Optional) Allow scripts for this session:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
- Run the online installer:
irm https://raw.githubusercontent.com/Mario64MUI/MUI-Files/refs/heads/main/scripts/Millennium_MUI_Installer.ps1 | iex
- Follow the prompts.
The script will:
- Detect your Steam install path (via registry, with a fallback)
- Close Steam
- Remove your existing
Millenniumfolder (clean install) - Download the
Millennium MUI Packrelease archive from this repo - Extract it into
steamui\skins\Millennium
After it finishes, start Steam and select the Millennium skin in the Steam interface settings.
Any third-party projects referenced or archived in this repo (skins, plugins, themes, etc.) are created and maintained by their respective authors. For the Millennium MUI Pack specifically:
- Millennium skin by its original developers
- LuaTools by clemdotla
- steamtools-collection by clemdotla
- size-on-disk by its author on Steambrew
- NEVKO-UI theme by its author on Steambrew
If you use or like these tools and themes, please support the original projects and authors.
- Scripts and small utilities I write in this repository are provided “as is”, with no warranty.
- This repo is used as a personal file host; files may be added or removed at any time.
- All third-party content (skins, plugins, themes, media, etc.) remains under its original license and ownership.
- If any original author objects to their content being referenced or bundled here, I will remove or adjust it upon request.