Skip to content

User_document

HTony03 edited this page Jun 9, 2024 · 4 revisions

The currently available manager commands in this version are:

  • addmod
  • delmod
  • enablemod
  • disablemod
  • showmods
  • refresh_db
  • refresh_mod_file_stat
  • loadfromdisc
  • help
  • exit

addmod

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.)

delmod

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.

enablemod

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.

disablemod

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

showmods

Displays a list of all mods.

The displayed data includes:

  • Mod name
  • Mod index
  • Mod description
  • Mod dependence
  • Mod enabled/disabled status

refresh_db

Manually refreshes (and reorders) the database.

Please use this command when encountering bugs.

refresh_mod_file_stat

Refreshes the mod status from the disk.

If the mod does not exist in the database, it will automatically delete related data.

loadfromdisc

Loads mods from the disk.

Mods that are not in the database will be automatically added.

help

Displays the usage of all commands.

exit

Exits and saves the database.

Clone this wiki locally