Wii Plugin Manager: Difference between revisions
From GameBrew
More actions
No edit summary |
|||
| Line 77: | Line 77: | ||
* usbloader_gx plugins | * usbloader_gx plugins | ||
== User guide == | |||
=== Basic setup === | |||
* Click "Plugins Dir" button to select plugin configuration directory | |||
* Click "ROMs Dir" button to select ROM files directory | |||
* Click "Images Dir" button to select game images directory | |||
* Click "Title Files" button to select custom title configuration file (optional) | |||
* Click "Scan Plugins" button to load plugin configurations | |||
=== ROM operations === | |||
* Select a plugin from the left list, the middle area will display corresponding ROMs | |||
* Right-click on an item in the ROM list to: | |||
** Open ROM folder | |||
** Rename ROM file (with option to rename corresponding image) | |||
** Delete ROM file | |||
* Double-click on ROM filename to copy it to clipboard | |||
* Click on an item in the ROM list, if there's a corresponding image, it will be displayed in the preview area | |||
=== Image operations === | |||
* Right-click on an item in the image list to: | |||
** Open image folder | |||
** Resize image | |||
** Rename image file | |||
=== Custom titles === | |||
* Edit the "Display Name" column directly in the ROM list | |||
* Click "Open Titles" button to edit the title configuration file directly | |||
=== Other features === | |||
* Click " Pin" button to toggle window always-on-top state | |||
* Click "change language" button to switch between Chinese and English interface | |||
* Click "Log" button to enable/disable logging functionality | |||
==Screenshots== | ==Screenshots== | ||
Latest revision as of 05:53, 1 June 2025
| Wii Plugin Manager | |
|---|---|
| General | |
| Author | wei134102 |
| Type | PC Utilities |
| Version | 2.2 |
| License | N/A |
| Last Updated | 2025/05/10 |
| Links | |
| Download | |
| Website | |
| Source | |
A Python PC tools to manage Wii plugin.
Features
- Key Features:
- Visual interface for plugin management.
- Automatic association between ROMs and images.
- Bilingual UI support (Chinese/English).
- One-click scan and load plugin directory.
- Real-time preview of configuration changes.
- Double-click to copy ROM filename.
- Plugin Management:
- Scan and load plugin configuration files (.ini).
- Edit plugin configurations (right-click menu).
- Delete plugins (move to bak directory).
- Support for subdirectory scanning.
- ROM Management:
- Display ROM list with custom display names.
- Rename ROM files (with option to rename corresponding images).
- Delete ROM files.
- Copy ROM filename to clipboard with double-click.
- Open ROM folder from right-click menu.
- Image Management:
- Display images corresponding to ROMs.
- Resize images (with or without maintaining aspect ratio).
- Rename image files.
- Open image folder.
- Automatically display corresponding image when ROM is selected.
- Image status indication (has/no image).
- Custom Titles:
- Load and save custom title configurations.
- Edit ROM display names.
- Open custom title file for direct editing.
- Auto-save modified titles.
- Interface Features:
- Bilingual UI support (Chinese/English, toggle with "change language" button).
- Window always-on-top function (click " Pin" button).
- Logging functionality (can be enabled/disabled).
- Status bar notifications.
- Movable toolbar.
Installation
System requirements
- Python 3.8+
- PyQt5
- Pillow (Image processing library)
Setup instructions
- Create virtual environment:
python -m venv venv - Activate virtual environment:
- Windows:
venv\Scripts\activate - Mac/Linux:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install PyQt5 pillow - Run the program:
python main.py
Supported plugin types
- wii flow plugins
- usbloader_gx plugins
User guide
Basic setup
- Click "Plugins Dir" button to select plugin configuration directory
- Click "ROMs Dir" button to select ROM files directory
- Click "Images Dir" button to select game images directory
- Click "Title Files" button to select custom title configuration file (optional)
- Click "Scan Plugins" button to load plugin configurations
ROM operations
- Select a plugin from the left list, the middle area will display corresponding ROMs
- Right-click on an item in the ROM list to:
- Open ROM folder
- Rename ROM file (with option to rename corresponding image)
- Delete ROM file
- Double-click on ROM filename to copy it to clipboard
- Click on an item in the ROM list, if there's a corresponding image, it will be displayed in the preview area
Image operations
- Right-click on an item in the image list to:
- Open image folder
- Resize image
- Rename image file
Custom titles
- Edit the "Display Name" column directly in the ROM list
- Click "Open Titles" button to edit the title configuration file directly
Other features
- Click " Pin" button to toggle window always-on-top state
- Click "change language" button to switch between Chinese and English interface
- Click "Log" button to enable/disable logging functionality
Screenshots
Changelog
v2.2
- Fix bugs and add features!
v1.0
- Fixed the bug that blank columns appeared after sorting!