Skip to content

Configuring

TheGoodDoktor edited this page Feb 28, 2024 · 1 revision

Configuring

Getting started

You will need to tell Spectrum Analyser where to find the files.
When you first run the program a globalconfig.json will be created in the working dir.
Edit the following fields in the globalconfig.json file:
"WorkspaceRoot": "path/to/workspace"
"SnapshotFolder": "path/to/snapshots"

The workspace folder is where the analysis files will be stored.
The snapshot folder is where you store your games (.z80, .sna)

High Resolution Displays

If you're lucky enough to be able to afford a high resolution display then you should also configure the font & font size:
Add the following in the config file:
"Font": "Cousine-Regular.ttf",
"FontSizePixels": 20,
And tweak to font size until you're comfortable

Additional fields

There are other configurable fields:

PokesFolder

The path to where the .POK files

Font

Font to use in the analyser. E.g. "Cousine-Regular.ttf"

FontSizePixels

Pixel size of font. This is important for high resolution displays as larger values (e.g. 20) will make the text more readbale.

ImageScale

Amount to scale the images by (screens etc.)

Clone this wiki locally