-
Notifications
You must be signed in to change notification settings - Fork 1
Home
https://docs.qq.com/aio/DYW9Gd1l5VXpMTWJO
The mod manager (also calls MiniAirways_mod_manager) is designed to manage the newly added feature to game MiniAirways: Mods.
This mod manager provides the most basic functions for managing mods:
- deleting mods,
- enabling/disabling mods,
- querying the list of mods Currently, all commands are only compatible with Windows.
Before using the mod manager, please ensure you are in the mod branch.
-Right click on "Mini Airways" in your Steam library
-Choose "Properties"
-Choose "Beta"
-Select the "mod_feat" option in the "Options"
-After selecting, wait for the update to finish.
You can download the latest release from Github.
There are both zip and py versions, corresponding to the installation status of Python on your machine.
Please make sure you have installed the BepInEx mod support library before using it. (For MiniAirways Playtest)
github:https://github.com/HTony03/MiniAirways_mod_manager/releases
Download the mod manager zip package and open it.
You can find two files/folders:
Extract both files directly into the folder where MiniAirways is located.
Double-click MiniAirways_mod_manager.exe to open it.
Before using, please ensure that you have installed the following libraries:
- json
- platform
- loggerjava
- V2:
- pythonnet
- pyside6
- threading
- V1:
- zipfile After installation is complete, simply place MiniAirways_mod_manager.py in the folder where MiniAirways is located and open it.
Download the exe version with UI (v0.2.5 or higher is also okay), put the downloaded exe file into the folder where the MiniAirways is located, double-click to open it.
If you encounter any issues during use, please attach your log so that we can locate and resolve the problem.
If you encounter a program error, please DM HTony03 on Discord or create an issue on GitHub, attaching your log.
Location of the log:
V1: inside the folder where the manager is located, "MiniAirways_Mod_Manager_log.log" V2: inside the folder where the manager is located, find the "MiniAirways_mod_manager_log" folder, open it, and then find the most recent log.
Log naming:
<month>.<day>_<hour>.<minute>.log
(UTC time is used, which is GMT-8 / BJT-8)
(Sometimes some bugs are fixed, but no new version is released, please try to use the latest development version in the code section on GitHub)
mod manager V2 : Program reset
v0.2.5 Updated UI, reset
v0.2.1 Fixed minor issues, added addmod, openfolder, modified auto-refresh to new thread
v0.0.2: Reset code
——mod manager V1——
v0.0.2.dev1 (in production) New style commands
v0.0.2 Fixed bugs, added log support
v0.0.1.dev Completed basic functionality