You can edit the tascr30.uci file located in /opt/picochess/engines/aarch64/mame and add any of these options:
$ ./mess -plugin chessengine tascr30
uci
id name Tasc R30 (The King 2.50) (pos+info)
id year 1995
option name Speed type spin default 100 min 0 max 10000
option name Level type string default 010 sec/move
option name Ponder type check default true
option name Style type combo default normal var defensive var solid var normal var active var offensive
option name Hash type check default true
option name Strength type combo default expert var expert var strong var moderate var novice
option name Book type combo default aegon var normal var aegon var off
option name Book Style type combo default random var random var tournament
uciok
In the .uci file, entries in the [DEFAULT] section (if it exists) apply for all levels unless overridden in the subsequent [<level name>] section. For example, in tascr30.uci, you could adjust the strength of all levels to strong by adding the entry to the top of the file:
[DEFAULT]
Strength = strong
[Level 01 - 5m game]
level = 5 min/game
PicoTimeControl = 5 1
[Level 02 - 10m game]
etc...
Be mindful of the capitalization (or lack thereof). To change a specific level (e.g. Level 01 - 5m game):
[Level 01 - 5m game]
level = 5 min/game
Strength = strong
Style = offensive
PicoTimeControl = 5 1
and so on. PicoTimeControl is used by PicoChess, not the retro engine.
And, before I forget, you can replace the attached files as well, which had the same typo.
Randy