-
Notifications
You must be signed in to change notification settings - Fork 19
Configuring
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)
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
There are other configurable fields:
The path to where the .POK files
Font to use in the analyser. E.g. "Cousine-Regular.ttf"
Pixel size of font. This is important for high resolution displays as larger values (e.g. 20) will make the text more readbale.
Amount to scale the images by (screens etc.)