Skip to content
ngld edited this page Oct 20, 2014 · 1 revision

All fso:// links share the same basic structure: fso://<action>/<param 1>/<param 2>/...

Implemented actions

  • focus
    Focus the mod manager's window.
  • run/<mod id>
    This launches a mod. If the mod isn't installed, the mod manager will ask the user if they want to install the mod. If the user agrees, the mod is launched as soon as the installation finishes. If the given mod is not found, the mod manager will display an error message.
  • install/<mod id>
    Tells the mod manager to install a mod. The user has to allow the installation.
  • settings/<mod id?>
    If a mod id is given, the specified mod's settings are opened. Otherwise FSO's settings are shown.

Drafted (not yet implemented)

  • add_repo/<repo url>/<repo name?>
    Add a new repository to the mod manager's repo list. The URL has to be urlencoded. The name is optional.

Knossos specific

  • mode/<traditional | nebula>
    This changes Knossos' UI mode.
Clone this wiki locally