Releases: AccessMods/AccessModsInstaller
Releases · AccessMods/AccessModsInstaller
v0.1.0
Release Notes
v0.1.0 - Initial Release
Release Date: January 21 2026
Overview
First public prototype of the AccessMods Installer - a unified installer for accessibility mods for Unity-based games using MelonLoader.
Supported Games
- Phoenix Wright: Ace Attorney Trilogy (
pwaat) - Doki Doki Literature Club Plus (
ddlc)
Features
Automatic Game Detection
- Searches default Steam installation paths
- Reads Steam's
libraryfolders.vdfto find games across multiple library folders - Validates game installations by checking for the game executable
One-Click Mod Installation
- Downloads the latest mod release directly from GitHub
- Extracts and installs all required files:
MelonLoader Integration
- Automatically detects if MelonLoader is installed
- Offers to download and install MelonLoader v0.7.1 if missing
Flexible Usage
- Interactive mode: Menu-driven game selection with confirmation prompts
- Command-line mode: Full CLI support for automation and scripting
- Prerelease support: Option to install beta/prerelease versions
Command Line Options
--game, -g <id> Game to install (pwaat, ddlc)
--game-path, -p <path> Custom game installation path
--skip-melonloader, -s Skip MelonLoader check
--force, -f Overwrite without prompting
--non-interactive, -n No prompts (for automation)
--prerelease, -r Include prereleases
--list, -l List supported games
--help, -h Show help
System Requirements
- Windows (x64)
- .NET 8.0 Runtime (included in standalone build)
- Internet connection (for downloading mods)
Known Limitations
- Windows only (MelonLoader requirement)
- Requires Steam installation for auto-detection (manual path entry available as fallback)
Download
Download AccessModsInstaller.exe from the Releases page.