-
Notifications
You must be signed in to change notification settings - Fork 1
User_document
The currently available manager commands in this version are:
- addmod
- delmod
- enablemod
- disablemod
- showmods
- refresh_db
- refresh_mod_file_stat
- loadfromdisc
- help
- exit
Adds a mod.
When used, it will prompt you to enter the path of the downloaded zip file.
Please ensure that the zip is in the readable format for the manager (see developer's document).
(As the current version has not yet standardized the zip format, please double-check if it meets the requirements.)
If dependence mods are not installed, it will prompt: "dependence mod required: ."
If dependence mods are installed but not enabled, they will be automatically enabled.
(There might be bugs in this process.)
Deletes a mod.
When used, it will prompt you to enter the index of the mod (see showmods).
Please enter "Confirm" after confirming the name of the mod to delete.
If the mod is a dependence for other mods, it will prompt that the mod cannot be deleted.
Enables a mod.
When used, it will prompt you to enter the index of the mod (see showmods).
If the dependence of the mod are not enabled, it will prompt: "dependence mod not enabled: ."
If the dependence of the mod are not in the database, it will prompt: "dependence mod not in the database: ."
If you are sure that the dependence mod is installed but not in the database, please use the "loadfromdisc" command.
Disables a mod.
When used, it will prompt you to enter the index of the mod (see showmods).
If the mod is a dependence for other mods and those mods are enabled, it will prompt: "This mod is a dependence for: ."
Disabled mods will have the extension: .dll.disabled
Displays a list of all mods.
The displayed data includes:
- Mod name
- Mod index
- Mod description
- Mod dependence
- Mod enabled/disabled status
Manually refreshes (and reorders) the database.
Please use this command when encountering bugs.
Refreshes the mod status from the disk.
If the mod does not exist in the database, it will automatically delete related data.
Loads mods from the disk.
Mods that are not in the database will be automatically added.
Displays the usage of all commands.
Exits and saves the database.