Skip to content

Configuration

Geoffrey Horsington edited this page Aug 18, 2018 · 2 revisions

Configuring Maid Fiddler

Because Maid Fiddler GUI is separated from the plug-in, there exist two configuration files: UnityInjector/Config/MaidFiddlerPlugin.ini and <MaidFiddlerGUI>/config.ini.

Options in the plug-in

The configuration file can be found in UnityInjector/Config/MaidFiddlerPlugin.ini.

Available options:

Connection section

port

Default value: 8899

Specifies the port on which the core plug-in will host its ZeroRPC service.
Use this if this port is occupied by some other application.

Options in the GUI

The config file is found in <MaidFiddlerGUI location>/config.ini

Available options:

Connection section

port

Default: 8899

Specifies the default port to display in Connection dialog. This must be the same as the port set up in the plugin configuration.

Options section

language

Default: english.json

The language file to use. Maid Fiddler reads the translation files from <MaidFiddlerGUI>/translations.

Developer section

minify-untranslated-tags

Default: yes

Specifies whether to prettyprint untranslated text. If set to no, untranslated text will look like this:

  • personality.Silent
  • maid.status.firstName

When set to yes, untranslated text will look like this:

  • Silent
  • firstName
Clone this wiki locally