Now displays which mod can be run server side only.
This commit is contained in:
parent
33d1502a1b
commit
ebda851611
3 changed files with 59 additions and 17 deletions
|
@ -37,9 +37,10 @@ The main source file for the CLI version is `seven_mods.py`. General usage is:
|
|||
The available commands are:
|
||||
|
||||
- `list`: show a listing of all installed mods. Disabled mods appear in red.
|
||||
Enabled ones appear in green, and are followed by an asterisk (`*`). `list`
|
||||
also accepts an optional argument, `profiles`, which tells it to list all saved
|
||||
profiles instead of mods.
|
||||
Enabled ones appear in green, and are followed by an asterisk (`*`). Mods that
|
||||
are expected to be able to work server-side only (i.e. "modlets") are followed
|
||||
by a dollar sign (`$`). `list` also accepts an optional argument, `profiles`,
|
||||
which tells it to list all saved profiles instead of mods.
|
||||
- `enable`: enable mods. A list of mod names can be given, separated by spaces.
|
||||
The mod names are the names of their respective folders, *not* the names listed
|
||||
in their respective `ModInfo.xml` files. Alternatively, to enable all mods,
|
||||
|
@ -88,4 +89,4 @@ and disabled mods are shown in red. Clicking on a mod's list entry will toggle
|
|||
it.
|
||||
|
||||
Note: If you click twice too fast, tkinter will think you're double-clicking,
|
||||
and won't change its state twice.
|
||||
and won't change its state twice.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue